Skip to content

Commit

Permalink
modified: blog.config.js
Browse files Browse the repository at this point in the history
	modified:   package-lock.json
	modified:   yarn.lock
  • Loading branch information
MusherM committed May 29, 2024
1 parent e7e65ac commit 81c469a
Show file tree
Hide file tree
Showing 3 changed files with 2,082 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion blog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const BLOG = {
font: "sans-serif", // ['sans-serif', 'serif']
lightBackground: "#ffffff", // use hex value, don't forget '#' e.g #fffefc
darkBackground: "#18181B", // use hex value, don't forget '#'
path: "", // leave this empty unless you want to deploy Nobelium in a folder
path: "/nobelium", // leave this empty unless you want to deploy Nobelium in a folder
since: 2019, // If leave this empty, current year will be used.
postsPerPage: 9,
sortByDate: true,
Expand Down
Loading

0 comments on commit 81c469a

Please sign in to comment.