2018-09-23 07:11:35 -04:00
|
|
|
baseurl = "https://example.com/"
|
|
|
|
title = "Site Title"
|
|
|
|
theme = "pulp"
|
|
|
|
canonifyurls = true
|
2018-09-24 12:11:11 -04:00
|
|
|
hasCJKLanguage = true
|
2019-03-28 13:53:05 -04:00
|
|
|
# pygmentsCodefences = true
|
|
|
|
# pygmentsUseClasses = true
|
2018-09-24 12:11:11 -04:00
|
|
|
# googleAnalytics = "{your tracking code}"
|
2018-09-23 07:11:35 -04:00
|
|
|
|
2020-03-23 03:46:23 -04:00
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true # Allow user HTML tags
|
|
|
|
|
2018-09-23 07:11:35 -04:00
|
|
|
[params]
|
2018-09-24 09:22:25 -04:00
|
|
|
author = "Your Name"
|
2018-09-23 07:11:35 -04:00
|
|
|
avatar = "avatar.jpg"
|
2020-03-26 11:57:14 -04:00
|
|
|
# avatarDescription = "My avatar description"
|
2018-09-24 03:48:35 -04:00
|
|
|
favicon = "favicon.ico"
|
2019-04-01 16:32:20 -04:00
|
|
|
description = """
|
2018-09-24 09:22:25 -04:00
|
|
|
Please write anything here.
|
|
|
|
Profiles, backgrounds, favorite things etc.
|
2018-09-23 07:11:35 -04:00
|
|
|
"""
|
2019-03-28 13:53:05 -04:00
|
|
|
publicationYear = "2019"
|
2019-05-18 09:27:23 -04:00
|
|
|
# listPageDateFormat = "January, 2006" # See https://gohugo.io/functions/format/
|
|
|
|
# singlePageDateFormat = "January 2, 2006"
|
2018-09-24 10:39:32 -04:00
|
|
|
# custom_css = ["/css/custom.css"]
|
|
|
|
# custom_js = ["/js/custom.js"]
|
2018-09-23 07:11:35 -04:00
|
|
|
|
2020-01-18 20:08:50 -05:00
|
|
|
# Make sure setting a following option for search bar to work
|
2018-10-08 06:37:58 -04:00
|
|
|
[outputs]
|
|
|
|
section = ["JSON", "HTML"]
|
2020-08-26 04:30:01 -04:00
|
|
|
term = ["JSON", "HTML"]
|
2018-10-08 06:37:58 -04:00
|
|
|
|
2018-09-24 10:55:24 -04:00
|
|
|
[[menu.main]]
|
2019-05-05 11:33:05 -04:00
|
|
|
identifier = "blog"
|
|
|
|
# name = "Blog" #If display text link, cancel comment out
|
2019-03-28 13:53:05 -04:00
|
|
|
pre = "<i class='fa fa-book-open fa-lg'></i>" #Choose your favorite font from Font Awesome
|
2018-09-23 10:02:15 -04:00
|
|
|
url = "/blog/"
|
2019-03-23 05:12:24 -04:00
|
|
|
weight = 10
|
2018-09-23 07:11:35 -04:00
|
|
|
|
2018-09-24 10:55:24 -04:00
|
|
|
[[menu.main]]
|
2019-05-05 11:33:05 -04:00
|
|
|
identifier = "twitter"
|
|
|
|
# name = "Twitter"
|
2019-03-23 05:12:24 -04:00
|
|
|
pre = "<i class='fab fa-twitter fa-lg'></i>"
|
2018-09-23 07:11:35 -04:00
|
|
|
url = "https://twitter.com/username"
|
2019-03-23 05:12:24 -04:00
|
|
|
weight = 20
|
2018-09-23 07:11:35 -04:00
|
|
|
|
2018-09-24 10:55:24 -04:00
|
|
|
[[menu.main]]
|
2019-05-05 11:33:05 -04:00
|
|
|
identifier = "github"
|
|
|
|
# name = "GitHub"
|
2019-03-23 05:12:24 -04:00
|
|
|
pre = "<i class='fab fa-github fa-lg'></i>"
|
2018-09-23 07:11:35 -04:00
|
|
|
url = "https://github.com/username"
|
2019-03-23 05:12:24 -04:00
|
|
|
weight = 30
|
2018-09-23 07:11:35 -04:00
|
|
|
|
2018-09-24 10:55:24 -04:00
|
|
|
[[menu.main]]
|
2019-05-05 11:33:05 -04:00
|
|
|
identifier = "email"
|
|
|
|
# name = "Email"
|
2019-03-23 05:12:24 -04:00
|
|
|
pre = "<i class='fa fa-envelope fa-lg'></i>"
|
2018-09-23 07:11:35 -04:00
|
|
|
url = "mailto:username@example.com"
|
2019-03-23 05:12:24 -04:00
|
|
|
weight = 40
|