Add credit card spending
This commit is contained in:
32
config.toml
32
config.toml
@@ -25,14 +25,24 @@ pygmentscodefencesguesssyntax = true
|
||||
|
||||
rtl= false
|
||||
|
||||
colorscheme = "light"
|
||||
|
||||
# Series see also post count
|
||||
maxSeeAlsoItems = 5
|
||||
|
||||
# Enable Twemoji
|
||||
enableTwemoji = true
|
||||
|
||||
# Custom CSS
|
||||
custom_css = []
|
||||
|
||||
# Custom JS
|
||||
custom_js = []
|
||||
|
||||
|
||||
# Social links
|
||||
[[params.social]]
|
||||
name = "Git"
|
||||
icon = "fab fa-git"
|
||||
icon = "fab fa-gitlab"
|
||||
weight = 1
|
||||
url = "https://git.ericxliu.me/eric"
|
||||
[[params.social]]
|
||||
@@ -50,25 +60,25 @@ pygmentscodefencesguesssyntax = true
|
||||
[languages.en]
|
||||
languagename = "English"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Gitlab"
|
||||
name = "Posts"
|
||||
weight = 1
|
||||
url = "/posts/"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Gitlab"
|
||||
weight = 2
|
||||
url = "https://git.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Notebook"
|
||||
weight = 2
|
||||
weight = 3
|
||||
url = "https://hub.ericxliu.me"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Go"
|
||||
weight = 3
|
||||
url = "https://go.ericxliu.me/server"
|
||||
[[languages.en.menu.main]]
|
||||
name = "Sign in"
|
||||
weight = 4
|
||||
url = "https://auth.ericxliu.me"
|
||||
url = "https://go.ericxliu.me/server"
|
||||
[[languages.en.menu.main]]
|
||||
name = "|"
|
||||
weight = 10
|
||||
[[languages.en.menu.main]]
|
||||
name = "Homer"
|
||||
name = "Sign in"
|
||||
weight = 11
|
||||
url = "https://ericxliu.local"
|
||||
url = "https://auth.ericxliu.me"
|
||||
|
Reference in New Issue
Block a user