2018-03-08 19:48:46 +00:00
|
|
|
baseurl = "http://www.example.com"
|
2018-03-01 01:38:59 +00:00
|
|
|
title = "johndoe"
|
|
|
|
|
|
|
|
theme = "coder"
|
|
|
|
|
|
|
|
languagecode = "en"
|
|
|
|
|
|
|
|
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-05-10 00:06:16 +00:00
|
|
|
hideCredits = false
|
|
|
|
hideCopyright = false
|
|
|
|
|
2018-07-05 13:06:04 +00:00
|
|
|
|
2018-05-14 12:51:23 +00:00
|
|
|
# Custom CSS
|
2018-06-18 17:55:42 +00:00
|
|
|
custom_css = []
|
|
|
|
|
|
|
|
# RTL support
|
|
|
|
rtl = false
|
2018-05-14 12:51:23 +00:00
|
|
|
|
2018-03-01 01:38:59 +00:00
|
|
|
[[params.social]]
|
|
|
|
name = "Github"
|
|
|
|
weight = 1
|
|
|
|
url = "https://github.com/johndoe/"
|
|
|
|
[[params.social]]
|
|
|
|
name = "Twitter"
|
|
|
|
weight = 2
|
|
|
|
url = "https://twitter.com/johndoe/"
|
|
|
|
[[params.social]]
|
|
|
|
name = "LinkedIn"
|
|
|
|
weight = 3
|
|
|
|
url = "https://www.linkedin.com/in/johndoe/"
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Blog"
|
|
|
|
weight = 1
|
|
|
|
url = "/posts/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "About"
|
|
|
|
weight = 2
|
|
|
|
url = "/about/"
|