hugo-theme-minima/exampleSite/config.toml

59 lines
1.3 KiB
TOML
Raw Normal View History

2021-07-18 12:54:56 +02:00
baseURL = "http://h.xjj.pub"
2021-07-18 10:34:01 +02:00
languageCode = "en-us"
title = "Hi Folks"
copyright = "© Copyright notice"
theme = "minima"
paginate = 5
googleAnalytics = ""
2021-07-18 12:54:56 +02:00
disqusShortname = "hugo-minima"
2021-07-18 10:34:01 +02:00
[author]
name = "XJJ"
slogon = "A student and web developer from Earth 🌍"
description = "This is Minima, a clean and minimal Hugo theme porting from Minima on Hexo. It not only inherits everything from Hexo Minima like dark/light mode but intgrated KaTeX and some taxonomies like categories, series and tags. I created this from scratch using pure CSS and Vanilla JS without using unnecessary development packs! 😁"
[params]
subtitle = ""
[[params.social]]
name = "github"
2021-07-18 12:54:56 +02:00
url = "https://github.com/mivinci"
2021-07-18 10:34:01 +02:00
[[params.social]]
name = "linkedin"
2021-07-18 12:54:56 +02:00
url = "https://linkedin/in/leonard-mivinci-63895317a"
2021-07-18 10:34:01 +02:00
[[params.social]]
name = "twitter"
2021-07-18 12:54:56 +02:00
url = "https://twitter.com/Leonard14733745"
2021-07-18 10:34:01 +02:00
[[params.social]]
name = "rss"
url = "/index.xml"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Categories"
url = "/categories"
weight = 2
[[menu.main]]
name = "Series"
url = "/series"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
2021-07-18 15:40:40 +02:00
weight = 4
2021-07-18 10:34:01 +02:00
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
2021-07-18 12:54:56 +02:00
2021-07-18 10:34:01 +02:00
[markup.highlight]
lineNos = true
noClasses = false