Add credit card spending
This commit is contained in:
parent
26ae684b27
commit
74b5002bff
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"
|
||||
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
title: "Eric's Homepage"
|
||||
date: 2018-06-01T06:44:30Z
|
||||
draft: true
|
||||
---
|
||||
Hello World!
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2018-06-01T07:13:52Z
|
||||
draft: true
|
||||
---
|
||||
|
||||
|
13716
content/posts/credit_card.html
Normal file
13716
content/posts/credit_card.html
Normal file
File diff suppressed because one or more lines are too long
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "Hello World"
|
||||
date: 2018-06-01T07:15:10Z
|
||||
draft: true
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user