You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
4.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

baseurl = "https://h.cowbay.org"
title = "MC部落"
theme = "nederburg"
languageCode = "en-us"
# Enable comments by entering your Disqus shortname
disqusShortname = "h-cowbay-org-1"
# Enable Google Analytics by entering your tracking code
googleAnalytics = "UA-138954876-1"
preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
[privacy]
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
[privacy.googleAnalytics]
# set to true to disable service
disable = false
# set to true to meet General Data Protection Regulation (GDPR)
anonymizeIP = false
respectDoNotTrack = false
useSessionStorage = false
[params]
# Unmark to use post folder for images. Default is static folder.
#usepostimgfolder = true
slogan = "Whats the Worst That Could Happen?"
description = "some articles about job,food,passion sisters" # meta description
# You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
author = "Eric Chang"
authorLink = "https://github.com/changchichung"
bio = [
"塵世裡一個迷途小書僮"
]
copyright = [
"© 2018 Göran Svensson",
"Nederburg Hugo Theme by [Appernetic](https://appernetic.io).",
"A port of Tracks by Compete Themes."
]
# Contact page
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below (it is also used in Gravatar for the bio).
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
email = "mc@notshraingmy.info"
# Nav links in the side bar
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Get in touch"
url = "contact/"
weight = 3
# this will also be in author bio if there is no writer.
[params.social]
facebook = "full Social profile url in facebook"
googleplus = "full profile url in googleplus"
email = "mc@hotshraingmy.info"
twitter = "chang0206"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "chang0206"
github = "changchichung"
pinterest = "full profile url in pinterest"
rss = true
# Add a writer, then use it in the markdown front matter like this: writer = "Lukas Herman"
[params.writers]
[params.writers."Eric Chang"]
link = "https://lherman.tk"
email = "lherman.cs@gmail.com"
bio = [
"Lukas has a few skills up his sleve. He can fly blindfolded under a bridge while simultanous writing blog posts."
]
facebook = "full lukas profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"
[params.writers."Göran Svensson"]
link = "https://appernetic.io/"
email = "goran@molnsys.com"
bio = [
"Göran is an avid blogger and the founder of <a href='https://appernetic.io/'>Appernetic.io</a>. This is the author bio shown after posts."
]
facebook = "full Göran profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"