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"
|
2019-02-09 14:36:32 +00:00
|
|
|
defaultcontentlanguage = "en"
|
2018-03-01 01:38:59 +00:00
|
|
|
|
|
|
|
paginate = 20
|
|
|
|
canonifyurls = true
|
|
|
|
|
|
|
|
pygmentsstyle = "b2"
|
|
|
|
pygmentscodefences = true
|
|
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
|
2018-05-01 18:59:02 +00:00
|
|
|
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"
|
2018-07-05 13:06:04 +00:00
|
|
|
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"
|
|
|
|
|
2018-05-10 00:06:16 +00:00
|
|
|
hideCredits = false
|
|
|
|
hideCopyright = false
|
|
|
|
|
2018-10-13 18:56:45 +00:00
|
|
|
# Git Commit in Footer, uncomment the line below to enable it.
|
|
|
|
commit = "https://github.com/luizdepra/hugo-coder/tree/"
|
|
|
|
|
2018-09-01 12:18:10 +00:00
|
|
|
rtl = false
|
|
|
|
|
2018-11-12 11:42:52 +00:00
|
|
|
# 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 = []
|
|
|
|
|
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
|
|
|
|
2018-07-24 23:26:48 +00:00
|
|
|
|
|
|
|
[languages]
|
|
|
|
[languages.en]
|
2019-02-09 14:36:32 +00:00
|
|
|
languagename = "English"
|
2018-07-24 23:26:48 +00:00
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "About"
|
2019-01-02 19:07:27 +00:00
|
|
|
weight = 1
|
2018-07-24 23:26:48 +00:00
|
|
|
url = "/about/"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Blog"
|
2019-01-02 19:07:27 +00:00
|
|
|
weight = 2
|
2018-07-24 23:26:48 +00:00
|
|
|
url = "/posts/"
|
|
|
|
|
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Projects"
|
|
|
|
weight = 3
|
|
|
|
url = "/projects/"
|
2019-01-02 19:07:27 +00:00
|
|
|
|
2018-07-24 23:26:48 +00:00
|
|
|
[[languages.en.menu.main]]
|
|
|
|
name = "Contact me"
|
|
|
|
weight = 5
|
|
|
|
url = "/contact/"
|
|
|
|
|
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[languages.pt-br]
|
|
|
|
languagename = "Português"
|
|
|
|
title = "João Ninguém"
|
2018-07-24 23:26:48 +00:00
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[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."
|
2018-07-24 23:26:48 +00:00
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[languages.pt-br.menu]
|
2018-07-24 23:26:48 +00:00
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[[languages.pt-br.menu.main]]
|
|
|
|
name = "Sobre"
|
2019-01-02 19:07:27 +00:00
|
|
|
weight = 1
|
2019-02-09 14:36:32 +00:00
|
|
|
url = "/pt-br/about/"
|
2018-07-24 23:26:48 +00:00
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[[languages.pt-br.menu.main]]
|
2018-07-24 23:26:48 +00:00
|
|
|
name = "Blog"
|
2019-01-02 19:07:27 +00:00
|
|
|
weight = 2
|
2019-02-09 14:36:32 +00:00
|
|
|
url = "/pt-br/posts/"
|
2018-07-24 23:26:48 +00:00
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[[languages.pt-br.menu.main]]
|
|
|
|
name = "Projetos"
|
2018-07-24 23:26:48 +00:00
|
|
|
weight = 3
|
2019-02-09 14:36:32 +00:00
|
|
|
url = "/pt-br/projects/"
|
2019-01-02 19:07:27 +00:00
|
|
|
|
2019-02-09 14:36:32 +00:00
|
|
|
[[languages.pt-br.menu.main]]
|
|
|
|
name = "Contato"
|
2018-07-24 23:26:48 +00:00
|
|
|
weight = 5
|
2019-02-09 14:36:32 +00:00
|
|
|
url = "/pt-br/contact/"
|