Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
22
theme.toml
Normal file
22
theme.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# theme.toml template for a Hugo theme
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Anatole"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/lxndrblz/anatole/blob/master/LICENSE"
|
||||
description = "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole."
|
||||
homepage = "https://github.com/lxndrblz/anatole/"
|
||||
demosite = "https://anatole-demo.netlify.app/"
|
||||
tags = ["blog", "responsive", "clean", "minimalist", "minimal", "personal", "dark"]
|
||||
features = ["blog", "seo", "responsive", "mobile", "disqus", "fontawesome", "analytics", "math"]
|
||||
min_version = "0.128.0"
|
||||
|
||||
[author]
|
||||
name = "Alexander Bilz"
|
||||
homepage = "https://alexbilz.com"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
author = "Cai Cai"
|
||||
homepage = "https://www.caicai.me/"
|
||||
repo = "https://github.com/hi-caicai/farbox-theme-Anatole"
|
||||
Loading…
Add table
Add a link
Reference in a new issue