Fix Hugo theme requirements
Created a “static” folder in the exampleSite folder. Added metadata to “theme.toml”
This commit is contained in:
parent
ff7cd6fd91
commit
05fdb21fdb
29
config.toml
29
config.toml
@ -1,29 +0,0 @@
|
||||
baseurl = "http://username.github.io"
|
||||
languageCode = "en-us"
|
||||
title = "Beautiful Hugo"
|
||||
theme = "beautifulhugo"
|
||||
pygmentsUseClasses = true
|
||||
#disqusShortname = "XXX"
|
||||
#googleAnalytics = "XXX"
|
||||
|
||||
[Params]
|
||||
logo = "img/avatar-icon.png"
|
||||
|
||||
[Author]
|
||||
name = "Some Person"
|
||||
email = "youremail@domain.com"
|
||||
facebook = "username"
|
||||
github = "username"
|
||||
twitter = "username"
|
||||
linkedin = "pub/username/X/YYY/ZZZ"
|
||||
stackoverflow = "XXXXXXX/username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
url = "/"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/page/about/"
|
||||
weight = 2
|
0
exampleSite/static/.gitkeep
Normal file
0
exampleSite/static/.gitkeep
Normal file
17
theme.toml
Normal file
17
theme.toml
Normal file
@ -0,0 +1,17 @@
|
||||
name = "Beautiful Hugo"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/halogenica/Hugo-BeautifulHugo/blob/master/LICENSE"
|
||||
description = "A port of Beautiful Jekyll theme"
|
||||
tags = ["blog", "company", "portfolio", "projects", "minimal", "responsive"]
|
||||
features = ["blog", "themes", "disqus", "minimal", "responsive"]
|
||||
min_version = 0.14
|
||||
|
||||
[author]
|
||||
name = "halogenica"
|
||||
homepage = "http://halogenica.net"
|
||||
|
||||
# If Porting existing theme
|
||||
[original]
|
||||
author = "dattali"
|
||||
homepage = "http://deanattali.com/beautiful-jekyll/"
|
||||
repo = "https://github.com/daattali/beautiful-jekyll"
|
Loading…
Reference in New Issue
Block a user