You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
4 years ago
|
baseURL: https://gohugo.io
|
||
|
languageCode: en-us
|
||
|
title: Hugo Themes
|
||
|
theme: mini
|
||
|
googleAnalytics: your-google-analytics-id
|
||
|
hasCJKLanguage: true
|
||
|
permalinks:
|
||
|
posts: /posts/:title/
|
||
|
|
||
|
disqusShortname: your-disqus-shorname
|
||
|
|
||
|
# Hugo Configure Markup
|
||
|
# see: https://gohugo.io/getting-started/configuration-markup#highlight
|
||
|
markup:
|
||
|
highlight:
|
||
|
guessSyntax: true
|
||
|
style: emacs
|
||
|
|
||
|
|
||
|
# Social links in footer, support github,twitter,stackoverflow,facebook
|
||
|
social:
|
||
|
# e.g.
|
||
|
github: 'your-github-link'
|
||
|
twitter: 'your-github-link'
|
||
|
stackoverflow: 'your-github-link'
|
||
|
# facebook: 'your-facebook-link'
|
||
|
|
||
|
|
||
|
# Site parameters
|
||
|
params:
|
||
|
# Site Author
|
||
|
author: Author
|
||
|
# Author biography
|
||
|
bio: Software Engineer
|
||
|
# Site Description, used in HTML meat
|
||
|
description: My Blog
|
||
|
enableRSS: true
|
||
|
|
||
|
# Optional
|
||
|
home: '' # Default: Home
|
||
|
about: '' # Default: About
|
||
|
archive: '' # Default: Archive
|
||
|
subscribe: '' # Default: Subscribe
|
||
|
olderPosts: '' # Default: Older Posts
|
||
|
newerPosts: '' # Default: Newer Posts
|
||
|
copyright: ''
|
||
|
title404: '' # Default: 404 - Page Not Found
|
||
|
subtitle404: '' # Default: The content you're looking for doesn't seem to exist.
|
||
|
readMore: '' # Default: Read More
|
||
|
|
||
|
# Extra links in navigation
|
||
|
links:
|
||
|
# e.g.
|
||
|
# - name: Project
|
||
|
# path: /project
|