2017-10-25 03:26:21 +00:00
|
|
|
baseurl = "https://jake-windle.gitlab.io/" # Make sure to end baseurl with a '/'
|
|
|
|
title = "tail -f thoughts.txt"
|
|
|
|
author = "Your name"
|
|
|
|
# Shown in the side menu
|
|
|
|
copyright = "© 2016. All rights reserved."
|
|
|
|
canonifyurls = true
|
|
|
|
paginate = 10
|
|
|
|
theme = "blackburn"
|
|
|
|
|
|
|
|
[indexes]
|
|
|
|
tag = "tags"
|
|
|
|
topic = "topics"
|
|
|
|
|
|
|
|
[params]
|
|
|
|
# Shown in the home page
|
|
|
|
subtitle = "Jacob Windle"
|
|
|
|
brand = "Jake W"
|
2017-10-26 19:50:55 +00:00
|
|
|
googleAnalytics = "UA-108770915-1"
|
2017-10-25 03:26:21 +00:00
|
|
|
disqus = "jakewindle-life"
|
|
|
|
# CSS name for highlight.js
|
|
|
|
highlightjs = "androidstudio"
|
2017-10-31 03:35:27 +00:00
|
|
|
highlightjs_extra_languages = ["yaml", "julia"]
|
2017-10-25 03:26:21 +00:00
|
|
|
dateFormat = "02 Jan 2006, 15:04"
|
|
|
|
# Include any custom CSS and/or JS files
|
|
|
|
# (relative to /static folder)
|
|
|
|
|
|
|
|
[menu]
|
|
|
|
# Shown in the side menu.
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Home"
|
|
|
|
pre = "<i class='fa fa-home fa-fw'></i>"
|
|
|
|
weight = 1
|
|
|
|
identifier = "home"
|
|
|
|
url = "/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Posts"
|
|
|
|
pre = "<i class='fa fa-list fa-fw'></i>"
|
|
|
|
weight = 2
|
|
|
|
identifier = "post"
|
|
|
|
url = "/post/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "About"
|
|
|
|
pre = "<i class='fa fa-user fa-fw'></i>"
|
|
|
|
weight = 3
|
|
|
|
identifier = "about"
|
|
|
|
url = "/about/"
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Contact"
|
|
|
|
pre = "<i class='fa fa-phone fa-fw'></i>"
|
|
|
|
weight = 4
|
|
|
|
url = "/contact/"
|
|
|
|
|
|
|
|
[social]
|
|
|
|
# Link your social networking accounts to the side menu
|
|
|
|
# by entering your username or ID.
|
|
|
|
|
|
|
|
# SNS microblogging
|
|
|
|
|
|
|
|
# SNS career oriented
|
|
|
|
linkedin = "windlejacob12"
|
|
|
|
|
|
|
|
# SNS news
|
|
|
|
|
|
|
|
# Techie
|
|
|
|
github = "jaketothepast"
|
|
|
|
gitlab = "jake-windle"
|