22 lines
730 B
TOML
22 lines
730 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Avicenna"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/hadisinaee/avicenna/blob/master/LICENSE"
|
||
|
description = ""
|
||
|
homepage = "https://github.com/hadisinaee/avicenna"
|
||
|
tags = ["academic", "personal", "minimal", "minimalist", "clean", "responsive", "simple", "university"]
|
||
|
features = ["Academic", "Responsive", "Clean And Minimal", "Social Media Links"]
|
||
|
min_version = "0.41"
|
||
|
|
||
|
[author]
|
||
|
name = "Hadi Sinaee"
|
||
|
homepage = "http://ce.sharif.edu/~sinaee/"
|
||
|
|
||
|
# If porting an existing theme
|
||
|
[original]
|
||
|
name = "ezhil"
|
||
|
homepage = "https://github.com/vividvilla/ezhil"
|
||
|
repo = "https://github.com/vividvilla/ezhil"
|