Change to New Theme
This post is abandoned.
Hugo Theme Diary
I change my blog to a new hugo theme hugo-theme-diary which is pretty concise.
To meet my taste I am adding some new features to it.
You can switch to the new branch kipjiang to check the changes.
TODO List
- Markdownify the copyright string.
- Display the theme info implicitly.
- Add some common Font Awesome icons to sidebar.
- Enable the visitor counter
leancloud-visitor
of valine and move theenablevaline
toparams.valine
in configuration. - Change all resource of the icons from googleapi to Font Awesome.
- Enable
disableHome
parameter inFrontMatter
. - Change the style of ToC.
- Split the layout of categories and tags, show statistics of each tag.
- Change the style of footer and navigator title.
- Move the tags info to the bottom of a post.
- Change the hover
underline
todashed
. - Change the color of hyperlink in post.
- New archive page. Reference page https://byvoid.com/zhs/blog/archive/.
Changelog
Font Awesome
You can find many Font Awesome CDN resources of multiple versions on BootCDN.
First, add the script to head.html
:
|
|
Then, add any icons you want in your code, like:
|
|
- @ July 3rd, Change all resource of the icons from googleapi to Font Awesome.