some styles fixes
This commit is contained in:
parent
1e8d1ff994
commit
991bc2f116
6 changed files with 36 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
baseURL = "http://h.xjj.pub"
|
||||
languageCode = "en-us"
|
||||
title = "Hi Folks"
|
||||
copyright = "© Copyright notice"
|
||||
paginate = 5
|
||||
copyright = "© XJJ 2021"
|
||||
paginate = 6
|
||||
googleAnalytics = ""
|
||||
disqusShortname = "hugo-minima"
|
||||
|
||||
|
@ -33,9 +33,12 @@ timeformat = "Jan 2, 2006"
|
|||
# switch for turning on/off lights.
|
||||
switch = ["🌚", "🌝"]
|
||||
# if true, date of posts will be displayed in the homepage.
|
||||
displayDate = false
|
||||
displayDate = true
|
||||
# if true, users can select text from your post.
|
||||
selectable = false
|
||||
selectable = true
|
||||
# custom global font. notice: `globalFontFamily` won't be working
|
||||
# on texts in some special positions. e.g. title
|
||||
globalFontFamily = 'Helvatica, sans-serif'
|
||||
|
||||
|
||||
# OvO is a comment plugin written by the author of Minima.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue