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"
2021-08-18 17:38:32 +02:00
paginate = 5
2021-07-18 10:34:01 +02:00
googleAnalytics = ""
2021-07-18 12:54:56 +02:00
disqusShortname = "hugo-minima"
2021-07-18 10:34:01 +02:00
2021-07-19 08:36:50 +02:00
# Author has some of your information to be shown on the home
# page of your blog.
2021-07-18 10:34:01 +02:00
[ author ]
name = "XJJ"
slogon = "A student and web developer from Earth 🌍"
2021-08-23 15:40:38 +02:00
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 SCSS and Vanilla JS without unnecessary development packs! 😁"
2021-07-18 10:34:01 +02:00
2021-07-19 08:36:50 +02:00
2021-07-18 10:34:01 +02:00
[ params ]
2021-07-20 09:22:52 +02:00
# iam is the beginning words of your self-introduction.
iam = "I am"
2021-07-19 08:36:50 +02:00
# The subtitle will be shown after the title of your blog site
# in a format "title - subtitle".
2021-07-18 10:34:01 +02:00
subtitle = ""
2021-07-19 08:36:50 +02:00
# Comment decides the comment plugin used on your blog site,
# available plugins: disqus, ovo.
comment = "disqus"
2021-08-19 06:42:47 +02:00
# timeformat
timeformat = "Jan 2, 2006"
2021-08-23 15:40:38 +02:00
# switch for turning on/off lights.
switch = [ "🌚" , "🌝" ]
2021-07-19 08:36:50 +02:00
2021-07-18 10:34:01 +02:00
2021-07-19 08:36:50 +02:00
# OvO is a comment plugin written by the author of Minima.
# It is enabled when params.comment is set "ovo". You can
# find its documentation on https://github.com/ovojs/ovo.
# If you are using disqus, just ignore this field.
[ params . ovo ]
server = ""
placeholder = ""
# Params.social is an array containing your social network accounts,
# Each has a lowercase name, a svg formatted icon and a url to the
# webpage of your account. They will be shown at the bottom of every
# page of your blog.
# Be sure the svgs you select to use must have both the width and the
# height set 18. If you don't wanna put the svg code in this config
# file, you can instead save them to the `data/svg.toml` file under
# the root directory of your blog using a format like `name = '<svg>'`
2021-07-18 10:34:01 +02:00
[ [ params . social ] ]
name = "github"
2021-07-18 12:54:56 +02:00
url = "https://github.com/mivinci"
2021-07-19 08:36:50 +02:00
svg = ""
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-19 08:36:50 +02:00
svg = ""
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-19 08:36:50 +02:00
svg = ""
2021-07-18 10:34:01 +02:00
[ [ params . social ] ]
name = "rss"
url = "/index.xml"
2021-07-19 08:36:50 +02:00
svg = ""
2021-07-18 10:34:01 +02:00
2021-07-19 08:36:50 +02:00
# Menu.main is an array that's used to decide what entries can be shown
# on the navigator of yur blog. You can use a weight to make them ordered.
2021-07-18 10:34:01 +02:00
[ [ 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
2021-07-19 08:36:50 +02:00
# You can classify your posts by setting taxanomies in the front matter like
# categories = ["apple", "banana"]
# series = ["s1", "s2"]
# tags = ["t1", "t2"]
# A little suggestion: one post belongs to one series, one category and multiple tags.
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-19 08:36:50 +02:00
# Make sure all the codes in a post are highlighted correctly
# so better not edit this.
2021-07-18 10:34:01 +02:00
[ markup . highlight ]
lineNos = true
noClasses = false