Initial commit
This commit is contained in:
commit
063f2bb49a
34 changed files with 1341 additions and 0 deletions
21
theme.toml
Normal file
21
theme.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# theme.toml template for a Hugo theme
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Minima"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/mivinci/minima/blob/master/LICENSE"
|
||||
description = "A Clean and minimal Hugo theme porting from Minima on Hexo."
|
||||
homepage = "https://github.com/mivinci/hugo-theme-minima"
|
||||
tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark"]
|
||||
features = ["Dark mode", "KaTeX"]
|
||||
min_version = "0.41.0"
|
||||
|
||||
[author]
|
||||
name = "XJJ"
|
||||
homepage = "https://xjj.pub"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = "Minima"
|
||||
homepage = "https://adisaktijrs.github.io/minima"
|
||||
repo = "https://github.com/adisaktijrs/hexo-theme-minima"
|
Loading…
Add table
Add a link
Reference in a new issue