mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-08-02 23:11:37 -05:00
Update bobatheme + set author param
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
baseURL = "https://bbaovanc.com"
|
||||
theme = "bobatheme"
|
||||
defaultContentLanguage = "en"
|
||||
copyright = '<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>'
|
||||
copyright = '© 2021 bbaovanc <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>'
|
||||
sectionPagesMenu = "main"
|
||||
enableRobotsTXT = true
|
||||
paginate = 5
|
||||
@@ -9,7 +9,6 @@ enableGitInfo = true
|
||||
|
||||
[author]
|
||||
name = "bbaovanc"
|
||||
email = "bbaovanc@bbaovanc.com"
|
||||
|
||||
[markup]
|
||||
[markup.highlight]
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
title: Allow non root processes to bind to privileged ports in Linux
|
||||
date: 2021-03-28
|
||||
author: bbaovanc
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
title: Checkra1n GUI on other Linux distros
|
||||
date: 2021-03-25
|
||||
author: bbaovanc
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
title: Put `(edited)` in the middle of a message in Discord
|
||||
date: 2021-03-25
|
||||
author: bbaovanc
|
||||
toc: false
|
||||
comments: true
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
title: Text substitution in Discord using `sed`
|
||||
date: 2021-03-25
|
||||
author: bbaovanc
|
||||
toc: false
|
||||
comments: true
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
title: The redesign of my website
|
||||
date: 2021-10-16
|
||||
author: bbaovanc
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
title: Contact
|
||||
author: bbaovanc
|
||||
menu: main
|
||||
toc: false
|
||||
comments: false
|
||||
|
@@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
title: Donate
|
||||
author: bbaovanc
|
||||
menu: main
|
||||
toc: false
|
||||
comments: false
|
||||
|
@@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
title: Links
|
||||
author: bbaovanc
|
||||
menu: main
|
||||
toc: true
|
||||
comments: false
|
||||
|
Submodule themes/bobatheme updated: e0f04cb279...9e5a8e6785
Reference in New Issue
Block a user