|
|
@ -9,21 +9,24 @@ permalinks:
|
|
|
|
|
|
|
|
|
|
|
|
disqusShortname: nodejh
|
|
|
|
disqusShortname: nodejh
|
|
|
|
|
|
|
|
|
|
|
|
# https://gohugo.io/getting-started/configuration-markup#highlight
|
|
|
|
# Hugo Configure Markup
|
|
|
|
|
|
|
|
# see: https://gohugo.io/getting-started/configuration-markup#highlight
|
|
|
|
markup:
|
|
|
|
markup:
|
|
|
|
highlight:
|
|
|
|
highlight:
|
|
|
|
anchorLineNos: false
|
|
|
|
|
|
|
|
codeFences: true
|
|
|
|
|
|
|
|
guessSyntax: true
|
|
|
|
guessSyntax: true
|
|
|
|
hl_Lines: ""
|
|
|
|
|
|
|
|
lineAnchors: ""
|
|
|
|
|
|
|
|
lineNoStart: 1
|
|
|
|
|
|
|
|
lineNos: false
|
|
|
|
|
|
|
|
lineNumbersInTable: false
|
|
|
|
|
|
|
|
noClasses: true
|
|
|
|
|
|
|
|
style: emacs
|
|
|
|
style: emacs
|
|
|
|
tabWidth: 4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Social links in footer, support github,twitter,stackoverflow,facebook
|
|
|
|
|
|
|
|
social:
|
|
|
|
|
|
|
|
# e.g.
|
|
|
|
|
|
|
|
github: 'https://www.github.com/nodejh'
|
|
|
|
|
|
|
|
# twitter: 'https://www.twitter.com/nodejh'
|
|
|
|
|
|
|
|
# stackoverflow: 'https://stackoverflow.com/users/4518882/nodejh'
|
|
|
|
|
|
|
|
# facebook: 'https://www.facebook.com/nodejh'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Site parameters
|
|
|
|
params:
|
|
|
|
params:
|
|
|
|
# Site Author
|
|
|
|
# Site Author
|
|
|
|
author: nodejh
|
|
|
|
author: nodejh
|
|
|
@ -32,28 +35,21 @@ params:
|
|
|
|
# Site Description, used in HTML meat
|
|
|
|
# Site Description, used in HTML meat
|
|
|
|
description: nodejh's blog
|
|
|
|
description: nodejh's blog
|
|
|
|
enableRSS: true
|
|
|
|
enableRSS: true
|
|
|
|
enableToc: true
|
|
|
|
|
|
|
|
enableDisqus: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Optional
|
|
|
|
home: ''
|
|
|
|
home: '' # Default: Home
|
|
|
|
about: ''
|
|
|
|
about: '' # Default: About
|
|
|
|
archive: ''
|
|
|
|
archive: '' # Default: Archive
|
|
|
|
subscribe: ''
|
|
|
|
subscribe: '' # Default: Subscribe
|
|
|
|
olderPosts: ''
|
|
|
|
olderPosts: '' # Default: Older Posts
|
|
|
|
newerPosts: ''
|
|
|
|
newerPosts: '' # Default: Newer Posts
|
|
|
|
copyright: ''
|
|
|
|
copyright: ''
|
|
|
|
showLatestPosts: false
|
|
|
|
title404: '' # Default: 404 - Page Not Found
|
|
|
|
title404: ''
|
|
|
|
subtitle404: '' # Default: The content you're looking for doesn't seem to exist.
|
|
|
|
subtitle404: ''
|
|
|
|
readMore: '' # Default: Read More
|
|
|
|
iconFont: font-awesome
|
|
|
|
|
|
|
|
socialIconStyle: ''
|
|
|
|
# Extra links in navigation
|
|
|
|
links:
|
|
|
|
links:
|
|
|
|
|
|
|
|
# e.g.
|
|
|
|
# - name: Project
|
|
|
|
# - name: Project
|
|
|
|
# path: /project
|
|
|
|
# path: /project
|
|
|
|
|
|
|
|
|
|
|
|
social:
|
|
|
|
|
|
|
|
github: 'https://www.github.com/nodejh'
|
|
|
|
|
|
|
|
twitter: 'https://www.twitter.com/nodejh'
|
|
|
|
|
|
|
|
stackoverflow: 'https://stackoverflow.com/users/4518882/nodejh'
|
|
|
|
|
|
|
|
facebook: 'https://www.facebook.com/nodejh'
|
|
|
|
|
|
|
|