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.
64 lines
1.6 KiB
YAML
64 lines
1.6 KiB
YAML
baseURL: https://example.com
|
|
languageCode: en-us
|
|
title: Hugo
|
|
theme: hugo-theme-mini
|
|
|
|
# for exampleSite only, you may need to delete the line: `themesDir: ../../`
|
|
themesDir: ../../
|
|
|
|
hasCJKLanguage: true
|
|
permalinks:
|
|
posts: /posts/:title/
|
|
|
|
googleAnalytics: your-google-analytics-id
|
|
disqusShortname: your-disqus-shortname
|
|
|
|
# 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
|
|
# To enable comments, you may need to set `disqusShortname`
|
|
enableComments: true
|
|
# To enable comments, you may need to set `googleAnalytics`
|
|
enableGoogleAnalytics: true
|
|
|
|
# Optional
|
|
home: '' # Default: Home
|
|
about: '' # Default: About
|
|
archive: '' # Default: Archive
|
|
subscribe: '' # Default: Subscribe
|
|
olderPosts: '' # Default: Older Posts
|
|
newerPosts: '' # Default: Newer Posts
|
|
copyright: '' # Default: © Copyright 2021 ❤️ author
|
|
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
|