hugo-coder-fork/exampleSite/config.toml

129 lines
2.9 KiB
TOML
Raw Normal View History

2018-03-08 19:48:46 +00:00
baseurl = "http://www.example.com"
2018-03-01 01:38:59 +00:00
title = "johndoe"
2018-09-09 22:56:56 +00:00
theme = "hugo-coder"
2018-03-01 01:38:59 +00:00
languagecode = "en"
defaultcontentlanguage = "en"
2018-03-01 01:38:59 +00:00
paginate = 20
canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "yourdiscussshortname"
2018-03-01 01:38:59 +00:00
[params]
author = "John Doe"
description = "John Doe's personal website"
keywords = "blog,developer,personal"
info = "Full Stack DevOps and Magician"
avatarurl = "images/avatar.jpg"
footercontent = "Enter a text here."
2018-03-01 01:38:59 +00:00
2018-09-14 13:11:27 +00:00
dateformat = "January 2, 2006"
hideCredits = false
hideCopyright = false
# Git Commit in Footer, uncomment the line below to enable it.
commit = "https://github.com/luizdepra/hugo-coder/tree/"
rtl = false
# Use inverted colors
inverted = false
2018-05-14 12:51:23 +00:00
# Custom CSS
2018-06-18 17:55:42 +00:00
custom_css = []
[taxonomies]
series = "series"
2018-03-01 01:38:59 +00:00
[[params.social]]
name = "Github"
2018-09-17 14:48:27 +00:00
icon = "fab fa-github"
2018-03-01 01:38:59 +00:00
weight = 1
url = "https://github.com/johndoe/"
[[params.social]]
2018-08-22 11:36:14 +00:00
name = "Gitlab"
2018-09-17 14:48:27 +00:00
icon = "fab fa-gitlab"
2018-03-01 01:38:59 +00:00
weight = 2
2018-08-22 11:36:14 +00:00
url = "https://gitlab.com/johndoe/"
[[params.social]]
name = "Twitter"
2018-09-17 14:48:27 +00:00
icon = "fab fa-twitter"
2018-08-22 11:36:14 +00:00
weight = 3
2018-03-01 01:38:59 +00:00
url = "https://twitter.com/johndoe/"
[[params.social]]
name = "LinkedIn"
2018-09-17 14:48:27 +00:00
icon = "fab fa-linkedin"
2018-08-22 11:36:14 +00:00
weight = 4
2018-03-01 01:38:59 +00:00
url = "https://www.linkedin.com/in/johndoe/"
2018-08-22 11:36:14 +00:00
[[params.social]]
name = "Medium"
2018-09-17 14:48:27 +00:00
icon = "fab fa-medium"
2018-08-22 11:36:14 +00:00
weight = 5
url = "https://medium.com/@johndoe"
2018-03-01 01:38:59 +00:00
[languages]
[languages.en]
languagename = "English"
[[languages.en.menu.main]]
name = "About"
2019-01-02 19:07:27 +00:00
weight = 1
url = "/about/"
[[languages.en.menu.main]]
name = "Blog"
2019-01-02 19:07:27 +00:00
weight = 2
url = "/posts/"
[[languages.en.menu.main]]
name = "Projects"
weight = 3
url = "/projects/"
2019-01-02 19:07:27 +00:00
[[languages.en.menu.main]]
name = "Contact me"
weight = 5
url = "/contact/"
[languages.pt-br]
languagename = "Português"
title = "João Ninguém"
[languages.pt-br.params]
author = "João Ninguém"
info = "Full Stack DevOps e Mágico"
description = "Sítio pessoal de João Ninguém"
keywords = "blog,desenvolvedor,pessoal"
footercontent = "Coloque algum texto aqui."
[languages.pt-br.menu]
[[languages.pt-br.menu.main]]
name = "Sobre"
2019-01-02 19:07:27 +00:00
weight = 1
url = "/pt-br/about/"
[[languages.pt-br.menu.main]]
name = "Blog"
2019-01-02 19:07:27 +00:00
weight = 2
url = "/pt-br/posts/"
[[languages.pt-br.menu.main]]
name = "Projetos"
weight = 3
url = "/pt-br/projects/"
2019-01-02 19:07:27 +00:00
[[languages.pt-br.menu.main]]
name = "Contato"
weight = 5
url = "/pt-br/contact/"