switch to terminal theme
This commit is contained in:
parent
d59dfdcc40
commit
ff4d05f3a1
2 changed files with 81 additions and 81 deletions
150
hugo.toml
150
hugo.toml
|
@ -4,7 +4,7 @@ title = 'revsuine'
|
||||||
baseurl = "/"
|
baseurl = "/"
|
||||||
paginate = 5
|
paginate = 5
|
||||||
|
|
||||||
theme = 'boxgruv'
|
theme = 'terminal'
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
# allow you to set tags with tags = [ 'tags', 'here' ] in post front matter
|
# allow you to set tags with tags = [ 'tags', 'here' ] in post front matter
|
||||||
|
@ -12,94 +12,94 @@ theme = 'boxgruv'
|
||||||
|
|
||||||
### TERMINAL THEME CONFIG ###
|
### TERMINAL THEME CONFIG ###
|
||||||
|
|
||||||
# [params]
|
[params]
|
||||||
# # dir name of your main content (default is `content/posts`).
|
# dir name of your main content (default is `content/posts`).
|
||||||
# # the list of set content will show up on your index page (baseurl).
|
# the list of set content will show up on your index page (baseurl).
|
||||||
# contentTypeName = "blog"
|
contentTypeName = "content/blog"
|
||||||
|
|
||||||
# # if you set this to 0, only submenu trigger will be visible
|
# if you set this to 0, only submenu trigger will be visible
|
||||||
# showMenuItems = 5
|
showMenuItems = 5
|
||||||
|
|
||||||
# # show selector to switch language
|
# show selector to switch language
|
||||||
# showLanguageSelector = false
|
showLanguageSelector = false
|
||||||
|
|
||||||
# # set theme to full screen width
|
# set theme to full screen width
|
||||||
# fullWidthTheme = false
|
fullWidthTheme = false
|
||||||
|
|
||||||
# # center theme with default width
|
# center theme with default width
|
||||||
# centerTheme = true
|
centerTheme = true
|
||||||
|
|
||||||
# # if your resource directory contains an image called `cover.(jpg|png|webp)`,
|
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
|
||||||
# # then the file will be used as a cover automatically.
|
# then the file will be used as a cover automatically.
|
||||||
# # With this option you don't have to put the `cover` param in a front-matter.
|
# With this option you don't have to put the `cover` param in a front-matter.
|
||||||
# autoCover = true
|
autoCover = true
|
||||||
|
|
||||||
# # set post to show the last updated
|
# set post to show the last updated
|
||||||
# # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
||||||
# showLastUpdated = false
|
showLastUpdated = false
|
||||||
|
|
||||||
# # Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
|
||||||
# # updatedDatePrefix = "Updated"
|
# updatedDatePrefix = "Updated"
|
||||||
|
|
||||||
# # whether to show a page's estimated reading time
|
# whether to show a page's estimated reading time
|
||||||
# # readingTime = false # default
|
# readingTime = false # default
|
||||||
|
|
||||||
# # whether to show a table of contents
|
# whether to show a table of contents
|
||||||
# # can be overridden in a page's front-matter
|
# can be overridden in a page's front-matter
|
||||||
# # Toc = false # default
|
# Toc = false # default
|
||||||
# Toc = true
|
Toc = true
|
||||||
|
|
||||||
# # set title for the table of contents
|
# set title for the table of contents
|
||||||
# # can be overridden in a page's front-matter
|
# can be overridden in a page's front-matter
|
||||||
# # TocTitle = "Table of Contents" # default
|
# TocTitle = "Table of Contents" # default
|
||||||
|
|
||||||
|
|
||||||
# [params.twitter]
|
[params.twitter]
|
||||||
# # set Twitter handles for Twitter cards
|
# set Twitter handles for Twitter cards
|
||||||
# # see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
|
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
|
||||||
# # do not include @
|
# do not include @
|
||||||
# # creator = ""
|
# creator = ""
|
||||||
# site = ""
|
site = ""
|
||||||
|
|
||||||
# [languages]
|
[languages]
|
||||||
# [languages.en]
|
[languages.en]
|
||||||
# languageName = "English"
|
languageName = "English"
|
||||||
# title = "revsuine"
|
title = "revsuine"
|
||||||
|
|
||||||
# [languages.en.params]
|
[languages.en.params]
|
||||||
# subtitle = ""
|
subtitle = ""
|
||||||
# owner = ""
|
owner = ""
|
||||||
# keywords = ""
|
keywords = ""
|
||||||
# copyright = ""
|
copyright = ""
|
||||||
# menuMore = "Show more"
|
menuMore = "Show more"
|
||||||
# readMore = "Read more"
|
readMore = "Read more"
|
||||||
# readOtherPosts = "Read other posts"
|
readOtherPosts = "Read other posts"
|
||||||
# newerPosts = "Newer posts"
|
newerPosts = "Newer posts"
|
||||||
# olderPosts = "Older posts"
|
olderPosts = "Older posts"
|
||||||
# missingContentMessage = "Page not found..."
|
missingContentMessage = "Page not found..."
|
||||||
# missingBackButtonLabel = "Back to home page"
|
missingBackButtonLabel = "Back to home page"
|
||||||
# minuteReadingTime = "min read"
|
minuteReadingTime = "min read"
|
||||||
# words = "words"
|
words = "words"
|
||||||
|
|
||||||
# [languages.en.params.logo]
|
[languages.en.params.logo]
|
||||||
# logoText = "revsuine"
|
logoText = "revsuine"
|
||||||
# logoHomeLink = "/"
|
logoHomeLink = "/"
|
||||||
|
|
||||||
# [languages.en.menu]
|
[languages.en.menu]
|
||||||
# [[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
# identifier = "home"
|
identifier = "home"
|
||||||
# name = "Home"
|
name = "Home"
|
||||||
# url = "/"
|
url = "/"
|
||||||
# [[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
# identifier = "blog"
|
identifier = "blog"
|
||||||
# name = "Blog"
|
name = "Blog"
|
||||||
# url = "/blog"
|
url = "/blog"
|
||||||
# [[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
# identifier = "about"
|
identifier = "about"
|
||||||
# name = "About"
|
name = "About"
|
||||||
# url = "/about"
|
url = "/about"
|
||||||
# [[languages.en.menu.main]]
|
[[languages.en.menu.main]]
|
||||||
# identifier = "contact"
|
identifier = "contact"
|
||||||
# name = "Contact"
|
name = "Contact"
|
||||||
# url = "/contact"
|
url = "/contact"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<div id="cc-badge-div">
|
<footer class="footer">
|
||||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/">
|
<hr />
|
||||||
<img id="cc-badge" width="88px" height="31px" alt="CC BY-SA button"
|
|
||||||
src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-sa.png" />
|
|
||||||
</a></div>
|
|
||||||
<p>Website contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
|
<p>Website contents licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
|
||||||
Generated with <a href="https://gohugo.io/">Hugo</a>. Website source available
|
Generated with <a href="https://gohugo.io/">Hugo</a>. Website source available
|
||||||
<a href="https://git.revsuine.xyz/revsuine/revsuine.xyz/">here</a> and licensed under the
|
<a href="https://git.revsuine.xyz/revsuine/revsuine.xyz/">here</a> and licensed under the
|
||||||
<a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public Licence v3</a>.</p>
|
<a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU General Public Licence v3</a>. <a
|
||||||
|
href="https://github.com/panr/hugo-theme-terminal">Theme</a> by <a href="https://github.com/panr/">panr</a>.</p>
|
||||||
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue