Skip to content

Commit d129de0

Browse files
committed
[refactor] change file naming and styles
1 parent 3e2c783 commit d129de0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+71
-22
lines changed

archetypes/default.md

Lines changed: 0 additions & 1 deletion

config/_default/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
baseurl = "https://wyq977.github.io/blog/"
33
languageCode = "en-us"
44
title = "Yongqi Wang's Blog"
5+
titleCaseStyle = 'none' # do not title case my tags!
56

67
# Theme i18n support
78
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk, ar

config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ rssFullContent = true
1010
featuredImageField = "image"
1111

1212
[footer]
13-
since = 2020
14-
customText = ""
13+
since = 2019
14+
customText = "This is my personal page, it does not in any way constitute official content of my employer or schools. The views and opinions expressed in individual's Web pages are strictly those of the page authors. Comments on the contents of those pages should be directed to the page authors."
1515

1616
[dateFormat]
1717
published = "Jan 02, 2006"
@@ -29,7 +29,7 @@ src = "img/profile.png"
2929
[article]
3030
math = false
3131
toc = true
32-
readingTime = true
32+
readingTime = false
3333

3434
[article.license]
3535
enabled = true
File renamed without changes.
Lines changed: 1 addition & 1 deletion

content/post/ssh_x11_forwarding_macos.md renamed to content/post/2020-12-31-ssh-x11-forwarding-macos/index.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)