Update bobatheme

This commit is contained in:
2021-09-28 18:36:47 -05:00
parent 64a10abf32
commit 255d2672de
11 changed files with 20 additions and 2 deletions

View File

@@ -6,7 +6,11 @@ title = "bbaovanc's Website"
sectionPagesMenu = "main"
enableRobotsTXT = true
# these are for the OpenGraph/Twitter embeds
[params]
# these are for the OpenGraph/Twitter embeds in Hugo
description = "My personal website"
title = "bbaovanc.com"
# these are for favicons in bobatheme
faviconICO = "/favicon.ico"
faviconPNG = "/favicon.png"

View File

@@ -1,6 +1,7 @@
+++
title = "Blog"
showdate = true
showtags = true
description = """
My blog posts

View File

@@ -1,6 +1,8 @@
+++
title = "Allow Non Root Processes to Bind to Privileged Ports"
date = "2021-03-28"
toc = true
aliases = [
"posts/allow-non-root-processes-to-bind-to-privileged-ports/",
]

View File

@@ -1,6 +1,8 @@
+++
title = "Checkra1n GUI on Other Distros"
date = "2021-03-25"
toc = true
aliases = [
"posts/checkra1n-gui-on-other-distros/",
]

View File

@@ -1,6 +1,8 @@
+++
title = "Put (edited) in the middle of a message in Discord"
date = "2021-03-25"
toc = true
aliases = [
"posts/edited-in-middle-of-message-discord/",
]

View File

@@ -1,6 +1,8 @@
+++
title = "New Comment System (again)"
date = "2021-04-17"
toc = true
aliases = [
"posts/new-comment-system-again/",
]

View File

@@ -1,6 +1,8 @@
+++
title = "New Comment System"
date = "2021-04-11"
toc = true
aliases = [
"posts/new-comment-system/",
]

View File

@@ -1,6 +1,8 @@
+++
title = "Text Substitution in Discord using `sed`"
date = "2021-03-25"
toc = true
aliases = [
"posts/text-substitution-in-discord-using-sed/",
]

View File

@@ -1,6 +1,7 @@
+++
title = "Links"
menu = "main"
toc = true
aliases = [
"/blog/links/",
]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB