use vercel
This commit is contained in:
parent
063f2bb49a
commit
9fd4150509
6 changed files with 18 additions and 15 deletions
|
@ -1,30 +1,31 @@
|
|||
baseURL = "http://example.org"
|
||||
baseURL = "http://h.xjj.pub"
|
||||
languageCode = "en-us"
|
||||
title = "Hi Folks"
|
||||
copyright = "© Copyright notice"
|
||||
theme = "minima"
|
||||
paginate = 5
|
||||
googleAnalytics = ""
|
||||
disqusShortname = ""
|
||||
disqusShortname = "hugo-minima"
|
||||
|
||||
[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 = ""
|
||||
recent_posts = 5
|
||||
|
||||
[[params.social]]
|
||||
name = "github"
|
||||
url = ""
|
||||
url = "https://github.com/mivinci"
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
url = ""
|
||||
url = "https://linkedin/in/leonard-mivinci-63895317a"
|
||||
[[params.social]]
|
||||
name = "twitter"
|
||||
url = ""
|
||||
url = "https://twitter.com/Leonard14733745"
|
||||
[[params.social]]
|
||||
name = "rss"
|
||||
url = "/index.xml"
|
||||
|
@ -53,7 +54,7 @@ category = "categories"
|
|||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
# Better not edit this
|
||||
|
||||
[markup.highlight]
|
||||
lineNos = true
|
||||
noClasses = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue