Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- baseURL = "http://wacked.codes/"
- languageCode = "en-us"
- title = "wacked's useless page"
- theme = "minimal-no-third-party"
-
- [params]
- author = "Calin Tataru"
- description = "Personal blog theme powered by Hugo"
- githubUsername = "#"
- accent = "red"
- showBorder = true
- backgroundColor = "white"
- highlight = true
- highlightStyle = "default"
- highlightLanguages = []
-
- [[menu.main]]
- url = "/"
- name = "Home"
- weight = 1
-
- [[menu.main]]
- url = "/about/"
- name = "About"
- weight = 2
-
- [[menu.main]]
- url = "/posts/"
- name = "Posts"
- weight = 3
-
- [[menu.main]]
- url = "/projects/"
- name = "Projects"
- weight = 4
-
- # Social icons to be shown on the right-hand side of the navigation bar.
- # The "name" field should match the name of the icon in my theme
-
- #[[menu.icon]]
- #url = "mailto:me@example.com"
- #name = "email"
- #weight = 1
-
- [[menu.icon]]
- url = "http://vcs.wacked.codes/"
- name = "git"
- weight = 2
-
- [[menu.icon]]
- url = "https://twitter.com/fklsdko"
- name = "twitter"
- weight = 3
|