mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 11:07:32 -05:00
Compare commits
2 Commits
categories
...
commento-c
Author | SHA1 | Date | |
---|---|---|---|
78e6aafa33
|
|||
5d7e584ecf
|
42
.github/workflows/audit.yml
vendored
42
.github/workflows/audit.yml
vendored
@ -4,48 +4,6 @@ on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
lighthouse:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkount
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
|
||||
- name: Install Caddy
|
||||
run: |
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/caddy-stable.asc
|
||||
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
|
||||
sudo apt update
|
||||
sudo apt install caddy
|
||||
sudo systemctl disable --now caddy
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: latest
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --printI18nWarnings --printPathWarnings --baseURL https://localhost
|
||||
|
||||
- name: Compress
|
||||
run: time ./compress.sh
|
||||
|
||||
- name: Audit using Lighthouse
|
||||
uses: treosh/lighthouse-ci-action@v9
|
||||
with:
|
||||
uploadArtifacts: true
|
||||
configPath: ./lighthouserc.yaml
|
||||
runs: 3
|
||||
serverBaseUrl: https://lhci.bbaovanc.com/
|
||||
# this should be safe since it only allows adding (not deleting) data
|
||||
serverToken: 926a24f2-90e4-48b1-809f-055b9408cf4b
|
||||
|
||||
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -1,28 +1,69 @@
|
||||
# Contributing to bobatheme
|
||||
|
||||
## Where to put questions/issues/etc
|
||||
## Where to put stuff
|
||||
|
||||
Please use the [proper section on
|
||||
bobaforum](https://forum.bbaovanc.com/t/my-website) for issues, questions, or
|
||||
discussions.
|
||||
### Discussions
|
||||
|
||||
The best place to ask questions or have discussions is the (relatively new)
|
||||
discussions feature on GitHub, available
|
||||
[here](https://github.com/BBaoVanC/bbaovanc.com/discussions). It's not too big
|
||||
of an issue though because discussions and issues can easily be converted
|
||||
between eachother.
|
||||
|
||||
### Issues
|
||||
|
||||
Issues should be used only for, well, issues. Ignore all the placeholder ones
|
||||
prefixed with "Translate:" and tagged with the "translation" tag as they are
|
||||
placeholders used in the projects tab. I might mark them as closed in the future
|
||||
to clean it up but I'll worry about that later.
|
||||
|
||||
### Translations
|
||||
|
||||
Discussion relating to translations should either go as comments or reviews on
|
||||
the pull request adding the translation, or as a discussion under the
|
||||
[Translations category](https://github.com/BBaoVanC/bbaovanc.com/discussions/categories/translations).
|
||||
|
||||
## Writing translations
|
||||
|
||||
Translations should aim to get the meaning as close as possible to original
|
||||
document. The changes in a translation pull request *should*:
|
||||
|
||||
- only update one page (multiple pages should be split into separate pull
|
||||
requests)
|
||||
- only contain changes for a single new file (no changes unrelated to
|
||||
translation)
|
||||
- thoroughly compared to the original text in order to get the same meaning
|
||||
across
|
||||
|
||||
## Pull requests
|
||||
|
||||
### Commit messages
|
||||
|
||||
It's not too big of a deal what you put in your commit messages, but try to give
|
||||
each commit a rough description of what it changes. I'll use squash merges most
|
||||
of the time anyways.
|
||||
|
||||
### Description
|
||||
|
||||
If the pull request doesn't require any extra information in addition to the
|
||||
title, you can probably leave the description blank. Otherwise you can put some
|
||||
information, just try to keep it concise; it's better to read a couple sentences
|
||||
than an entire essay with the same amount of information.
|
||||
|
||||
## Building
|
||||
|
||||
Just in case you need it.
|
||||
## Automatic deploy previews with Netlify
|
||||
|
||||
## Automatic deploy previews with GitHub Actions
|
||||
|
||||
My GitHub Actions workflows will automatically build each pull request into a
|
||||
public deploy preview on demo.bbaovanc.com, and will link it in a comment.
|
||||
Netlify will automatically build each pull request into a public deploy preview,
|
||||
and will link it in a comment.
|
||||
|
||||
## Manual (local) building
|
||||
|
||||
You can also build the site yourself using Hugo, including a live local preview.
|
||||
|
||||
1. Make sure you install the latest version of Hugo, or hopefully at least the
|
||||
1. Make sure you install the latest version of Hugo, or at least the
|
||||
`min_version` listed in
|
||||
[theme.toml](https://github.com/BBaoVanC/bobatheme/blob/master/theme.toml#L11).
|
||||
Let me know if that minimum version isn't enough and I'll fix it.
|
||||
2. Clone the repo
|
||||
3. Make sure to download and checkout the submodules (use `git submodule update
|
||||
--init --recursive`). The `--recursive` flag is especially important because
|
||||
|
@ -1,9 +0,0 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
https://localhost {
|
||||
header Cache-Control no-cache
|
||||
root * public/
|
||||
file_server {
|
||||
precompressed br gzip
|
||||
}
|
||||
}
|
@ -1,8 +1,3 @@
|
||||
# bbaovanc.com
|
||||
|
||||
My personal website, generated using [Hugo](https://gohugo.io)
|
||||
|
||||
## Discussions
|
||||
|
||||
Use [bobaforum](https://forum.bbaovanc.com) for questions, ideas, discussions,
|
||||
etc. relating to me or my website.
|
||||
|
3
assets/css/commento.css
Normal file
3
assets/css/commento.css
Normal file
@ -0,0 +1,3 @@
|
||||
.commento-root * {
|
||||
color: var(--text-normal);
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
function share_event(service) {
|
||||
plausible("Share", {props: {Network: service}});
|
||||
}
|
56
config.yaml
56
config.yaml
@ -4,7 +4,7 @@ defaultContentLanguage: en
|
||||
copyright: '© 2021 bbaovanc <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>'
|
||||
sectionPagesMenu: main
|
||||
enableRobotsTXT: true
|
||||
paginate: 10
|
||||
paginate: 5
|
||||
enableGitInfo: true
|
||||
|
||||
taxonomies:
|
||||
@ -16,27 +16,13 @@ author:
|
||||
markup: # this just keeps the bobatheme markup styling
|
||||
_merge: deep
|
||||
|
||||
related:
|
||||
includeNewer: true
|
||||
indices:
|
||||
#- name: keywords
|
||||
# weight: 100
|
||||
#- name: categories
|
||||
# weight: 80
|
||||
- name: tags
|
||||
weight: 80
|
||||
- name: date
|
||||
weight: 10
|
||||
threshold: 80
|
||||
toLower: true
|
||||
|
||||
params:
|
||||
# these are for the OpenGraph/Twitter embeds in Hugo
|
||||
description: My personal website
|
||||
|
||||
# these are for favicons in bobatheme (disabled by default)
|
||||
faviconSVG: favicon.svg
|
||||
appleTouchPNG: apple-touch-icon.png
|
||||
# these are for favicons in bobatheme (unset by default)
|
||||
faviconICO: favicon.ico
|
||||
faviconPNG: favicon.png
|
||||
|
||||
# show reading time (enabled by default)
|
||||
readingtime: true
|
||||
@ -45,26 +31,6 @@ params:
|
||||
gitFileURL: https://github.com/BBaoVanC/bbaovanc.com/blob/master
|
||||
gitFileIcon: code
|
||||
|
||||
# display a "Latest Posts" section on the homepage below its content
|
||||
homepageLatestPosts: true
|
||||
|
||||
# social media share icons
|
||||
shareButtons:
|
||||
twitter: true
|
||||
facebook: true
|
||||
linkedin: true
|
||||
reddit: true
|
||||
telegram: true
|
||||
|
||||
# show "Latest Posts" section at bottom of content pages
|
||||
latestPostsOnContent: true
|
||||
|
||||
|
||||
footer: >-
|
||||
See the [anonymous and privacy-friendly
|
||||
analytics](https://plausible.bbaovanc.com/bbaovanc.com) for this site,
|
||||
powered by [Plausible](https://plausible.io).
|
||||
|
||||
# see https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings
|
||||
# you probably want to keep this default
|
||||
privacy:
|
||||
@ -75,12 +41,10 @@ languages:
|
||||
languageName: English
|
||||
title: bbaovanc's Website
|
||||
weight: 1
|
||||
menu:
|
||||
main:
|
||||
- identifier: forum
|
||||
name: Forum
|
||||
url: https://forum.bbaovanc.com
|
||||
|
||||
- identifier: status-page
|
||||
name: Status Page
|
||||
url: https://status.bbaovanc.com
|
||||
es:
|
||||
languageName: Español
|
||||
title: sitio web de bbaovanc
|
||||
weight: 2
|
||||
params:
|
||||
description: Mi sitio web personal
|
||||
|
@ -3,31 +3,22 @@
|
||||
title: Home
|
||||
|
||||
description: >-
|
||||
This is my personal website, home to my blog. It's powered by my own custom
|
||||
theme named bobatheme, which is available at
|
||||
This is my website, home to my blog and other personal pages. It's powered by
|
||||
my own custom theme named bobatheme, available at
|
||||
https://github.com/BBaoVanC/bobatheme.
|
||||
|
||||
---
|
||||
|
||||
## My Website
|
||||
|
||||
This is my personal website. I wrote it myself from scratch using [my own
|
||||
theme][bobatheme-github] and a static site generator named [Hugo][hugo-website].
|
||||
I occasionally write blog posts under the [blog section][blog-section].
|
||||
This is my website. Pretty self-explanatory.
|
||||
|
||||
[bobatheme-github]: https://github.com/BBaoVanC/bobatheme
|
||||
[hugo-website]: https://gohugo.io
|
||||
[blog-section]: {{< ref "/blog/" >}}
|
||||
## A fresh new theme
|
||||
|
||||
## Topics I write about
|
||||
My website uses my own custom theme named
|
||||
[bobatheme](https://github.com/BBaoVanC/bobatheme). Although it's not quite
|
||||
finished yet, the current style will probably stay for the forseeable future.
|
||||
|
||||
I write mostly about technology, including:
|
||||
|
||||
- Linux
|
||||
- Open Source Software
|
||||
- Programming
|
||||
- Web Development
|
||||
|
||||
## My other website
|
||||
## Another website
|
||||
|
||||
I also run another website: https://boba.best.
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
|
||||
title: bbaovanc
|
||||
issoUserID: 284513e38f5c
|
||||
|
||||
---
|
||||
|
||||
|
8
content/blog/_index.es.md
Normal file
8
content/blog/_index.es.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
title: Blog
|
||||
|
||||
description: >-
|
||||
El hogar de mi blog.
|
||||
|
||||
---
|
@ -2,7 +2,6 @@
|
||||
|
||||
title: Allow non root processes to bind to privileged ports in Linux
|
||||
date: 2021-03-28T21:29:52-05:00
|
||||
lastmod: 2022-05-02T01:05:44-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
@ -12,24 +11,20 @@ authors:
|
||||
aliases:
|
||||
- posts/allow-non-root-processes-to-bind-to-privileged-ports/
|
||||
|
||||
categories:
|
||||
- guides
|
||||
- linux
|
||||
|
||||
tags:
|
||||
- gitea
|
||||
- systemd
|
||||
- guide
|
||||
- linux
|
||||
|
||||
---
|
||||
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
running as root. Here's how to allow any process to bind to privileged ports.
|
||||
|
||||
<!--more-->
|
||||
|
||||
## Introduction
|
||||
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
|
||||
running as root. I learned about this when I was trying to add SSH cloning to my
|
||||
[Gitea](https://gitea.io) instance. This can be bypassed by giving
|
||||
`CAP_NET_BIND_SERVICE` capabilities to either the systemd service, or the
|
||||
@ -39,9 +34,9 @@ executable itself.
|
||||
|
||||
### Using systemd (preferred)
|
||||
|
||||
The best way is to tell systemd to give `CAP_NET_BIND_SERVICE` capabilities to
|
||||
the service. In fact, the Gitea systemd service has two
|
||||
lines[^systemd-set-capabilities] that are commented out:
|
||||
The best way is to tell systemd to give `CAP_NET_BIND_SERVICE`
|
||||
capabilities to the service. In fact, the Gitea systemd service has two
|
||||
lines[^1] that are commented out:
|
||||
|
||||
```systemd
|
||||
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
||||
@ -53,7 +48,7 @@ Uncommenting these two lines was all I had to do for Gitea.
|
||||
### Using `setcap`
|
||||
|
||||
You can add `CAP_NET_BIND_SERVICE` to the executable directly using `setcap`,
|
||||
allowing it to bind to any port. Run the following command[^setcap-command]:
|
||||
allowing it to bind to any port. Run the following command[^2]:
|
||||
|
||||
```bash
|
||||
setcap 'cap_net_bind_service=+ep' /path/to/program
|
||||
@ -62,7 +57,7 @@ setcap 'cap_net_bind_service=+ep' /path/to/program
|
||||
Note that this means that anyone with permission to run this program will be
|
||||
able to run it and bind to any privileged ports.
|
||||
|
||||
Other caveats[^caveats-quote]:
|
||||
Other caveats[^2]:
|
||||
|
||||
> 1. You will need at least a 2.6.24 kernel
|
||||
> 2. This won't work if your file is a script. (ie, uses a #! line to launch an
|
||||
@ -75,10 +70,6 @@ Other caveats[^caveats-quote]:
|
||||
> privileges like setcap or suid. So if your program uses its own .../lib/,
|
||||
> you might have to look into another option like port forwarding.
|
||||
|
||||
|
||||
[^systemd-set-capabilities]: See [these two lines in the Gitea systemd service
|
||||
file](https://github.com/go-gitea/gitea/blob/3416e2a82586fca4cd452b93237b979300f55d62/contrib/systemd/gitea.service#L69)
|
||||
and [this Stack Overflow answer](https://stackoverflow.com/a/47065825).
|
||||
|
||||
[^setcap-command]: https://stackoverflow.com/a/414258
|
||||
[^caveats-quote]: https://stackoverflow.com/a/414258
|
||||
[^1]: https://github.com/go-gitea/gitea/blob/3416e2a82586fca4cd452b93237b979300f55d62/contrib/systemd/gitea.service#L69
|
||||
and https://stackoverflow.com/a/47065825
|
||||
[^2]: https://stackoverflow.com/a/414258
|
||||
|
@ -1,97 +0,0 @@
|
||||
---
|
||||
|
||||
title: Newsletter for my blog posts
|
||||
date: 2022-04-30T01:00:14-05:00
|
||||
lastmod: 2022-04-30T01:00:14-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- meta
|
||||
- newsletter
|
||||
|
||||
tags:
|
||||
- bobanews
|
||||
- listmonk
|
||||
- mailing-list
|
||||
- newsletter
|
||||
|
||||
# this will be shown for the article in list pages and in the page metadata
|
||||
# it can be either an image or video (this might change in the future, however)
|
||||
resources:
|
||||
- name: feature
|
||||
src: listmonk-bobatheme-template.webp
|
||||
title: My custom newsletter template based on my website's custom theme.
|
||||
|
||||
- name: listmonk-splash
|
||||
src: listmonk-splash.webp
|
||||
title: >-
|
||||
Dashboard on listmonk ---
|
||||
[source](https://listmonk.app/static/images/splash.png)
|
||||
|
||||
---
|
||||
|
||||
I created a newsletter for blog posts on my website so you can sign up for email
|
||||
notifications when I post new ones, so I have more than just an RSS feed.
|
||||
|
||||
<!--more-->
|
||||
|
||||
**See the ["Signing Up" section]({{< ref "#signing-up" >}}) for instructions on
|
||||
how to sign up for the newsletter.**
|
||||
|
||||
## Choosing the right mailing list manager
|
||||
|
||||
For my newsletter manager, I chose [listmonk](https://listmonk.app/). As I was
|
||||
searching for self-hosted newsletter managers, it caught my eye because of how
|
||||
modern and beautiful its interface looks. In fact, it was the only self-hosted
|
||||
newsletter/mailing list manager I looked at that doesn't have an overall old and
|
||||
ugly interface. Additionally, it has a live demo, so I was able to test it out
|
||||
and see if it would be able to meet my (relatively low) requirements.
|
||||
|
||||
{{< figure src="listmonk-splash" >}}
|
||||
|
||||
I also tried out [GNU Mailman 3](https://www.list.org/) about a year ago.
|
||||
However, I could not get it to integrate cleanly with my email
|
||||
server[^mailman-mailcow]. listmonk can operate over SMTP, just like any other
|
||||
program that sends mail. That makes the setup much less complicated, and I was
|
||||
also able to set up the [official Docker
|
||||
image](https://listmonk.app/docs/installation/#docker) using Docker Compose
|
||||
setup just like the other programs I use.
|
||||
|
||||
If you're interested, the Docker Compose configuration files I ended up writing
|
||||
are available at [configs/listmonk on my Gitea
|
||||
instance](https://git.bbaovanc.com/configs/listmonk).
|
||||
|
||||
## Newsletter formatting
|
||||
|
||||
I ended up writing my own template for listmonk from scratch, based on the CSS
|
||||
used in [bobatheme](https://github.com/BBaoVanC/bobatheme), the theme that my
|
||||
website uses. Here's a screenshot of how it currently looks:
|
||||
|
||||
{{< figure src="feature" >}}
|
||||
|
||||
## Signing up
|
||||
|
||||
You can sign up to get emails about new posts on the [newsletter signup form
|
||||
here](https://lists.bbaovanc.com/subscription/form). Make sure the box next to
|
||||
the list labeled `bbaovanc.com Blog Posts` is checked. You'll need to provide an
|
||||
email address, and optionally a nickname (or your real name if you want).
|
||||
|
||||
Right now there's only one list with public signup enabled, but that may change
|
||||
if you're reading this in the future. In that case, you can sign up for as many
|
||||
or as few lists as you want.
|
||||
|
||||
|
||||
|
||||
[^mailman-mailcow]: Mailman requires access to the mail server over
|
||||
[LMTP](https://en.wikipedia.org/wiki/Local_Mail_Transfer_Protocol). However,
|
||||
giving it access to my mail server over LMTP is not very easy because of the
|
||||
setup that [Mailcow](https://mailcow.email) (my email server) uses. There *is*
|
||||
an existing project called
|
||||
[dockerized-mailcow-mailman](https://github.com/g4rf/dockerized-mailcow-mailman),
|
||||
but it uses the Apache web server to serve the frontend. I'm not familiar with
|
||||
Apache, and also I don't really want to complicate my Mailcow setup switching
|
||||
to an almost completely different setup just for one little program.
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
@ -2,20 +2,16 @@
|
||||
|
||||
title: Caddy is literally the best webserver
|
||||
date: 2021-11-13T00:43:35-06:00
|
||||
lastmod: 2022-05-02T00:54:43-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- linux
|
||||
- sysadmin
|
||||
|
||||
tags:
|
||||
- caddy
|
||||
- linux
|
||||
- webserver
|
||||
- caddy
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
@ -41,14 +37,14 @@ for general use.
|
||||
## Built-in automatic HTTPS
|
||||
|
||||
Caddy can fetch certificates from Let's Encrypt and ZeroSSL out of the box.
|
||||
HTTPS is enabled by default for eligible domains[^hostname-requirements], unless
|
||||
you explicitly tell it not to.
|
||||
HTTPS is enabled by default for eligible domains[^1], unless you explicitly tell
|
||||
it not to.
|
||||
|
||||
### Incredible cipher security
|
||||
|
||||
Caddy has incredible defaults for TLS/SSL ciphers. Any site you host on Caddy
|
||||
gets a perfect score from [Qualys SSL Labs](https://www.ssllabs.com/ssltest/)
|
||||
out of the box.[^caddy-qualys-score]
|
||||
out of the box.[^2]
|
||||
|
||||
## Dead simple configuration files: Caddy vs NGINX
|
||||
|
||||
@ -198,7 +194,7 @@ templates](https://pkg.go.dev/text/template). This means you can make simple
|
||||
dynamic content while only using Caddy!
|
||||
|
||||
In fact, the [official Caddy website](https://caddyserver.com) is generated
|
||||
entirely using Caddy's and Go templates![^caddy-templating]
|
||||
entirely using Caddy's and Go templates![^3]
|
||||
|
||||
#### Error pages using HTTP Cats
|
||||
|
||||
@ -221,14 +217,12 @@ border around the image.
|
||||
{{< figure src="caddy-browse" >}}
|
||||
|
||||
|
||||
[^hostname-requirements]: For the rules on what domains have automatic HTTPS by
|
||||
default, see ["Hostname requirements" on the Caddy
|
||||
documentation](https://caddyserver.com/docs/automatic-https#hostname-requirements).
|
||||
[^1]: The rules for what domains have automatic HTTPS by default are
|
||||
[here](https://caddyserver.com/docs/automatic-https#hostname-requirements)
|
||||
|
||||
[^caddy-qualys-score]: SSL Labs caps the score to an A if HSTS isn't enabled.
|
||||
After enabling it, then you get a perfect A+ score. See [my website's
|
||||
score](https://www.ssllabs.com/ssltest/analyze.html?d=bbaovanc.com&latest)
|
||||
[^2]: SSL Labs caps the score to an A if HSTS isn't enabled. After enabling it,
|
||||
then you get a perfect A+ score. See
|
||||
https://www.ssllabs.com/ssltest/analyze.html?d=bbaovanc.com&latest
|
||||
([archived](https://archive.today/4JJDN)) for an example (bbaovanc.com).
|
||||
|
||||
[^caddy-templating]: See more info about templating [on the Caddy
|
||||
docs](https://caddyserver.com/docs/caddyfile/directives/templates#examples)
|
||||
[^3]: See more info [on the Caddy docs](https://caddyserver.com/docs/caddyfile/directives/templates#examples)
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
title: Checkra1n GUI on other Linux distros
|
||||
date: 2021-03-25T21:19:51-05:00
|
||||
lastmod: 2021-10-16T21:25:38-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
@ -12,13 +11,11 @@ authors:
|
||||
aliases:
|
||||
- posts/checkra1n-gui-on-other-distros/
|
||||
|
||||
categories:
|
||||
- guides
|
||||
- jailbreak
|
||||
- linux
|
||||
|
||||
tags:
|
||||
- arch-linux
|
||||
- guide
|
||||
- linux
|
||||
- archlinux
|
||||
- jailbreak
|
||||
- checkra1n
|
||||
|
||||
resources:
|
||||
|
@ -3,7 +3,6 @@
|
||||
# this is the title it generated. not even joking
|
||||
title: Copilot
|
||||
date: 2021-11-07T16:17:15-06:00
|
||||
lastmod: 2021-11-07T16:17:15-06:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
@ -11,15 +10,11 @@ authors:
|
||||
- GitHub Copilot
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
tags:
|
||||
- github-copilot
|
||||
|
||||
tags:
|
||||
- copilot
|
||||
- github
|
||||
|
||||
series:
|
||||
- github-copilot-experiments
|
||||
- GitHub Copilot Experiments
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
---
|
||||
|
||||
title: How to put `(edited)` in the middle of a message in Discord
|
||||
title: Put `(edited)` in the middle of a message in Discord
|
||||
date: 2021-03-25T18:48:34-05:00
|
||||
lastmod: 2022-04-08T23:29:41-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
@ -12,15 +11,10 @@ authors:
|
||||
aliases:
|
||||
- posts/edited-in-middle-of-message-discord/
|
||||
|
||||
categories:
|
||||
- discord
|
||||
- guides
|
||||
- tips-and-tricks
|
||||
|
||||
tags:
|
||||
- tutorial
|
||||
- discord
|
||||
- discord-tricks
|
||||
- right-to-left-embedding
|
||||
- rle-character
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
@ -29,11 +23,9 @@ resources:
|
||||
|
||||
---
|
||||
|
||||
You might have seen a trick on Discord where the little `(edited)` caption
|
||||
appears in the middle of a message instead of at the end. With a small hack
|
||||
involving the [right-to-left embedding character
|
||||
(U+202B)](https://unicode-explorer.com/c/202B), the `(edited)` text can be moved
|
||||
to any location inside the message.
|
||||
With a bit of trickery using the RLE character (U+202B), you can get the
|
||||
`(edited)` text on a message to be somewhere other than at the end of the
|
||||
message.
|
||||
|
||||
<!--more-->
|
||||
|
||||
@ -44,23 +36,24 @@ Before you start, copy the "right-to-left embedding" character
|
||||
|
||||
### Method 1
|
||||
|
||||
With this method you write a placeholder message, and then replace it completely
|
||||
with a new message containing the `(edited)` text inside it all at once.
|
||||
This method allows you to create a placeholder message, and then replace it with
|
||||
a new message with the `(edited)` text inside it all at once.
|
||||
|
||||
1. Send a message with some random text (this text will be replaced entirely)
|
||||
1. Send a message with some random text since you have to edit an existing
|
||||
message for the trick to work.
|
||||
2. Start editing the message you just created and delete all the text inside
|
||||
3. Type the text you want on the left of `(edited)`.
|
||||
4. Type a space, then paste the character twice, and type another space.
|
||||
5. Type the text you want on the right of `(edited)`.
|
||||
6. Save the message.
|
||||
|
||||
You can also start at step 3 instead, send the message, and then perform any
|
||||
edit on the message afterwards to add the `(edited)` text.
|
||||
You can also start at step 3 instead, send the message, and then edit the
|
||||
message afterwards to add the `(edited)` text.
|
||||
|
||||
### Method 2
|
||||
|
||||
This method works by adding `(edited)` to the end of an existing message, and
|
||||
then extra text to the right.
|
||||
This method allows you to add `(edited)` to the end of an existing message, and
|
||||
then add even more text to the right of that.
|
||||
|
||||
1. Send a message containing the text you want on the left of `(edited)`.
|
||||
2. Start editing the message you just created
|
||||
|
@ -1,24 +1,18 @@
|
||||
---
|
||||
|
||||
title: Experimenting with GitHub Copilot
|
||||
title: GitHub Copilot experiments
|
||||
date: 2021-11-06T23:56:47-05:00
|
||||
lastmod: 2021-11-08T21:46:39-06:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
tags:
|
||||
- github-copilot
|
||||
|
||||
tags:
|
||||
- copilot
|
||||
- github
|
||||
- programming
|
||||
|
||||
series:
|
||||
- github-copilot-experiments
|
||||
- GitHub Copilot Experiments
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
|
@ -12,13 +12,10 @@ aliases:
|
||||
- /blog/posts/sed-text-substitution-in-discord/
|
||||
- /blog/posts/text-substitution-in-discord-using-sed/
|
||||
|
||||
categories:
|
||||
- discord
|
||||
- tips-and-tricks
|
||||
|
||||
tags:
|
||||
- tutorial
|
||||
- discord
|
||||
- discord-tricks
|
||||
- sed
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
|
@ -2,20 +2,17 @@
|
||||
|
||||
title: The redesign of my website
|
||||
date: 2021-10-18T14:03:05-05:00
|
||||
lastmod: 2021-10-27T09:51:43-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- bobatheme
|
||||
- meta
|
||||
|
||||
tags:
|
||||
- announcement
|
||||
- blog
|
||||
- hugo
|
||||
- web-design
|
||||
- bobatheme
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
|
@ -2,23 +2,18 @@
|
||||
|
||||
title: Using Github Copilot to write a blog post
|
||||
date: 2021-11-07T16:17:15-06:00
|
||||
lastmod: 2021-11-08T21:46:39-06:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- github-copilot
|
||||
|
||||
tags:
|
||||
- copilot
|
||||
- github
|
||||
- markdown
|
||||
- github-copilot
|
||||
- blog
|
||||
|
||||
series:
|
||||
- github-copilot-experiments
|
||||
- GitHub Copilot Experiments
|
||||
|
||||
# this will be shown for the article in list pages and in the page metadata
|
||||
# it can be either an image or video (this might change in the future, however)
|
||||
|
@ -2,19 +2,15 @@
|
||||
|
||||
title: Youtube URL structures you should know
|
||||
date: 2021-10-30T21:20:38-05:00
|
||||
lastmod: 2022-05-02T00:59:25-05:00
|
||||
toc: true
|
||||
comments: true
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
||||
categories:
|
||||
- url-structures
|
||||
|
||||
tags:
|
||||
- query-parameters
|
||||
- youtube
|
||||
- url-structures
|
||||
|
||||
resources:
|
||||
- name: feature
|
||||
@ -64,7 +60,7 @@ Here's the video I'll be using as an example:
|
||||
|
||||
{{< youtube F6va6tg62qg >}}
|
||||
|
||||
I embedded that video on my website with this code:[^hugo-shortcode]
|
||||
I embedded that video on my website with this code:[^1]
|
||||
|
||||
```text
|
||||
{{</* youtube F6va6tg62qg */>}}
|
||||
@ -125,9 +121,5 @@ As far as I know, it's not possible to link to a playlist using `youtu.be`.
|
||||
[This Stack Exchange answer](https://webapps.stackexchange.com/a/9881) is a good
|
||||
reference for some other YouTube parameters.
|
||||
|
||||
[^hugo-shortcode]: I use a static site generator called
|
||||
[Hugo](https://gohugo.io) for my website. It has a built in "shortcode" which
|
||||
is a feature that allows me to embed certain code blocks into a page. One of
|
||||
its shortcodes, named `youtube`, allows me to embed a YouTube video into my
|
||||
post. You can read more info about [shortcodes on the Hugo
|
||||
docs](https://gohugo.io/content-management/shortcodes/#use-hugos-built-in-shortcodes)
|
||||
[^1]: I use a static site generator called [Hugo](https://gohugo.io) for my
|
||||
website.
|
||||
|
@ -1,12 +0,0 @@
|
||||
---
|
||||
|
||||
title: bobatheme
|
||||
|
||||
---
|
||||
|
||||
Posts about bobatheme, my custom [Hugo][hugo-website] theme which I use on this
|
||||
website.
|
||||
|
||||
[hugo-website]: https://gohugo.io
|
||||
|
||||
<!--more-->
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
|
||||
title: Discord
|
||||
|
||||
---
|
||||
|
||||
An extremely popular chat platform. You have to live under a rock to not know
|
||||
what Discord is.
|
||||
|
||||
<!--more-->
|
||||
|
||||
See also: the [discord-tricks tag][discord-tricks-tag].
|
||||
|
||||
[discord-tricks-tag]: {{< ref "/tags/discord-tricks/" >}}
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
|
||||
title: GitHub Copilot
|
||||
|
||||
---
|
||||
|
||||
An extension made by GitHub which provides artificial intelligence powered
|
||||
autocomplete, trained on real open source code. It is intended to give smarter
|
||||
results than a typical autocomplete solution can, such as automatically
|
||||
generating [boilerplate code][boilerplate-code].
|
||||
|
||||
[boilerplate-code]: https://en.wikipedia.org/wiki/Boilerplate_code
|
||||
|
||||
<!--more-->
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
|
||||
title: Guides
|
||||
|
||||
---
|
||||
|
||||
Any kind of guide or tutorial.
|
||||
|
||||
<!--more-->
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
|
||||
title: Jailbreak
|
||||
|
||||
---
|
||||
|
||||
Anything related to jailbreaking (iOS or other Apple devices).
|
||||
|
||||
<!--more-->
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
|
||||
title: Linux
|
||||
|
||||
---
|
||||
|
||||
Anything relating to Linux (the kernel or operating systems).
|
||||
|
||||
<!--more-->
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
|
||||
title: Meta
|
||||
|
||||
---
|
||||
|
||||
Posts talking about my website.
|
||||
|
||||
<!--more-->
|
@ -1,15 +0,0 @@
|
||||
---
|
||||
|
||||
title: Newsletter
|
||||
|
||||
---
|
||||
|
||||
Blog posts related to my newsletter.
|
||||
|
||||
<!--more-->
|
||||
|
||||
You can sign up for my newsletter [using this signup form][signup-form]. Make
|
||||
sure that you tick the box labeled `bbaovanc.com Blog Posts`. A nickname (or
|
||||
your real name if you prefer) is optional.
|
||||
|
||||
[signup-form]: https://lists.bbaovanc.com/subscription/form
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
|
||||
title: Sysadmin
|
||||
|
||||
---
|
||||
|
||||
Anything relating to managing servers (usually relating to Linux). "Sysadmin" is
|
||||
short for "system administrator".
|
||||
|
||||
<!--more-->
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
|
||||
title: Tips and Tricks
|
||||
|
||||
---
|
||||
|
||||
Random little tips and/or tricks that I want to share. Will probably be mostly
|
||||
short articles (but that's not a bad thing).
|
||||
|
||||
<!--more-->
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
|
||||
title: URL Structures
|
||||
|
||||
---
|
||||
|
||||
Posts about URL conventions on certain websites or services.
|
||||
|
||||
<!--more-->
|
@ -3,7 +3,7 @@
|
||||
title: Contact
|
||||
menu: main
|
||||
toc: false
|
||||
comments: true
|
||||
comments: false
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
@ -13,8 +13,5 @@ description: >-
|
||||
|
||||
---
|
||||
|
||||
- Email: bbaovanc@bbaovanc.com
|
||||
- If needed, encrypt your email with [my PGP
|
||||
key](https://keyserver.ubuntu.com/pks/lookup?search=bbaovanc%40bbaovanc.com&fingerprint=on&op=index)
|
||||
- bobaforum (ask me questions publicly, I guess like a Q&A):
|
||||
https://forum.bbaovanc.com/t/ask-me
|
||||
- Email: [contact@bbaovanc.com](mailto:contact@bbaovanc.com)
|
||||
- Matrix: [@bbaovanc:boba.best](https://matrix.to/#/@bbaovanc:boba.best)
|
||||
|
@ -3,7 +3,7 @@
|
||||
title: Donate
|
||||
menu: main
|
||||
toc: false
|
||||
comments: true
|
||||
comments: false
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
|
@ -3,7 +3,7 @@
|
||||
title: Links
|
||||
menu: main
|
||||
toc: true
|
||||
comments: true
|
||||
comments: false
|
||||
|
||||
authors:
|
||||
- bbaovanc
|
||||
@ -18,58 +18,41 @@ description: >-
|
||||
|
||||
## Other
|
||||
|
||||
- [GitHub](https://github.com/BBaoVanC/) - my GitHub profile
|
||||
- [GitHub](https://github.com/BBaoVanC/)
|
||||
- [boba.best](https://boba.best/)
|
||||
|
||||
## My Website
|
||||
|
||||
- [bbaovanc.com source code](https://github.com/BBaoVanC/bbaovanc.com)
|
||||
- [bobatheme](https://github.com/BBaoVanC/bobatheme) - theme for this
|
||||
website
|
||||
- [bobaforum](https://forum.bbaovanc.com) - my public forum
|
||||
- [Searx Instance](https://search.bbaovanc.com/) - privacy-respecting search
|
||||
engine
|
||||
- [Gitea Instance](https://git.bbaovanc.com/) - mostly just mirrors of my GitHub
|
||||
repos
|
||||
- [Homepage](https://bbaovanc.com/) - theme:
|
||||
[bobatheme](https://github.com/BBaoVanC/bobatheme)
|
||||
- [Blog](https://bbaovanc.com/blog/)
|
||||
- [Status Page](https://status.bbaovanc.com/)
|
||||
- [Searx Instance](https://search.bbaovanc.com/) -
|
||||
[source code](https://github.com/BBaoVanC/searx)
|
||||
- [Gitea Instance](https://git.bbaovanc.com/)
|
||||
|
||||
## My Projects
|
||||
## My Software
|
||||
|
||||
- [smines](https://github.com/BBaoVanC/smines) - TUI minesweeper in C, made for
|
||||
practice
|
||||
- [imgupload.py](https://github.com/imgupload-py/imgupload.py) - simple image
|
||||
uploading server written with Python Flask
|
||||
- [mojiman](https://github.com/BBaoVanC/mojiman) - program I made to learn Rust
|
||||
- [pynamegen](https://git.bbaovanc.com/bbaovanc/pynamegen) - name generator
|
||||
written in Python
|
||||
- [smines](https://github.com/BBaoVanC/smines)
|
||||
- [imgupload.py](https://github.com/imgupload-py/imgupload.py)
|
||||
- [mojiman](https://github.com/BBaoVanC/mojiman)
|
||||
- [pynamegen](https://git.bbaovanc.com/bbaovanc/pynamegen)
|
||||
- [libnamegen](https://git.bbaovanc.com/bbaovanc/libnamegen)
|
||||
- [liblistloader](https://git.bbaovanc.com/bbaovanc/liblistloader)
|
||||
- [libprogress](https://git.bbaovanc.com/bbaovanc/libprogress)
|
||||
- [RokuRemote](https://github.com/BBaoVanC/RokuRemote) - keyboard-based remote
|
||||
control for Roku
|
||||
- [RokuRemote](https://github.com/BBaoVanC/RokuRemote)
|
||||
|
||||
## My Configurations
|
||||
|
||||
- [dotfiles](https://github.com/BBaoVanC/dotfiles) - main repository with my
|
||||
configs
|
||||
- [docker-dotfiles](https://github.com/BBaoVanC/docker-dotfiles) - Docker image
|
||||
that contains my dotfiles
|
||||
- [onehalf](https://github.com/BBaoVanC/onehalf) - the theme I use on my
|
||||
terminal
|
||||
- [dotfiles](https://github.com/BBaoVanC/dotfiles)
|
||||
- [dwm](https://github.com/BBaoVanC/.dwm)
|
||||
- [dwm-flexipatch](https://github.com/BBaoVanC/dwm-flexipatch)
|
||||
- [dwmblocks](https://github.com/BBaoVanC/dwmblocks)
|
||||
- [dmenu](https://github.com/BBaoVanC/dmenu)
|
||||
|
||||
### Archived
|
||||
|
||||
- [dwm](https://github.com/BBaoVanC/.dwm) - outer repo with submodules for my
|
||||
various dwm-related configs
|
||||
- [dwm-flexipatch](https://github.com/BBaoVanC/dwm-flexipatch) - see
|
||||
https://github.com/bakkeby/dwm-flexipatch
|
||||
- [dwmblocks](https://github.com/BBaoVanC/dwmblocks) - DWM status bar, see
|
||||
https://github.com/torrinfail/dwmblocks
|
||||
- [dmenu](https://github.com/BBaoVanC/dmenu) - dynamic menu, see
|
||||
https://tools.suckless.org/dmenu/
|
||||
- [st](https://github.com/BBaoVanC/st) - simple terminal, see
|
||||
https://st.suckless.org
|
||||
- [slstatus](https://github.com/BBaoVanC/slstatus) - suckless status, see
|
||||
https://tools.suckless.org/slstatus/
|
||||
- [dwm](https://github.com/BBaoVanC/dwm) - dynamic window manager, see
|
||||
https://dwm.suckless.org/
|
||||
- [xmonad](https://github.com/BBaoVanC/.xmonad) - see https://xmonad.org
|
||||
- [dwm](https://github.com/BBaoVanC/dwm)
|
||||
- [st](https://github.com/BBaoVanC/st)
|
||||
- [slstatus](https://github.com/BBaoVanC/slstatus)
|
||||
- [xmonad](https://github.com/BBaoVanC/.xmonad)
|
||||
|
@ -1,4 +0,0 @@
|
||||
{{ if eq .Site.BaseURL "https://bbaovanc.com" }}
|
||||
<script defer data-domain="bbaovanc.com" src="https://plausible.bbaovanc.com/js/bobalytics.outbound-links.js"></script>
|
||||
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
|
||||
{{ end }}
|
@ -1,113 +1,23 @@
|
||||
<!-- idk why this is even required
|
||||
vim: ft=html
|
||||
-->
|
||||
<style>
|
||||
#isso-thread > h4 {
|
||||
color: var(--text-normal);
|
||||
}
|
||||
|
||||
#isso-root .isso-comment:not(:first-of-type),
|
||||
.isso-follow-up .isso-comment {
|
||||
border-color: var(--background-4);
|
||||
}
|
||||
|
||||
.isso-comment > .isso-text-wrapper > .isso-comment-header .isso-author,
|
||||
.isso-comment > .isso-text-wrapper > .isso-comment-footer,
|
||||
.isso-comment > .isso-text-wrapper > .isso-comment-footer .isso-votes {
|
||||
color: var(--text-normal);
|
||||
opacity: 80%;
|
||||
}
|
||||
|
||||
.isso-comment.isso-is-page-author > .isso-text-wrapper {
|
||||
background-color: var(--background-accent);
|
||||
}
|
||||
.isso-comment.isso-is-page-author > .isso-text-wrapper > .isso-comment-header > .isso-author {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.isso-postbox > .isso-form-wrapper .isso-preview {
|
||||
color: var(--text-normal);
|
||||
background: var(--background-2);
|
||||
}
|
||||
|
||||
.isso-comment > .isso-text-wrapper > .isso-comment-footer a,
|
||||
.isso-comment > .isso-text-wrapper > .isso-comment-footer a:hover {
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
|
||||
.isso-comment > .isso-text-wrapper > .isso-comment-footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.isso-postbox > .isso-form-wrapper > .isso-auth-section .isso-input-wrapper input,
|
||||
.isso-postbox > .isso-form-wrapper > .isso-auth-section .isso-post-action > input,
|
||||
#isso-thread .isso-textarea,
|
||||
.isso-postbox > .isso-form-wrapper .isso-preview {
|
||||
color: var(--text-normal);
|
||||
background-color: var(--background-2);
|
||||
border-color: var(--background-4) !important;
|
||||
}
|
||||
|
||||
.isso-postbox > .isso-form-wrapper > .isso-auth-section .isso-post-action > input:hover {
|
||||
background-color: var(--background-4);
|
||||
}
|
||||
.isso-postbox > .isso-form-wrapper > .isso-auth-section .isso-post-action > input:active {
|
||||
background-color: var(--background-5);
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<h2 style="margin-bottom: 0;">Comments</h2>
|
||||
<small>
|
||||
<p style="margin: 0;">
|
||||
If you provide an email address, you can enable notifications for
|
||||
replies to your comment. It will not be shown publicly.
|
||||
</p>
|
||||
</small>
|
||||
|
||||
<noscript>
|
||||
<i>Enable JavaScript to see the comment section.</i>
|
||||
<small>
|
||||
<i>Enable JavaScript to see the comment section.</i>
|
||||
</small>
|
||||
</noscript>
|
||||
|
||||
{{ $url := .Permalink }}
|
||||
{{ $url := .RelPermalink }}
|
||||
|
||||
{{ if .IsTranslated }}
|
||||
{{ with index .AllTranslations 0 }}
|
||||
{{ $url = .Permalink }}
|
||||
{{ $url = .RelPermalink }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ $css := resources.Get "css/commento.css" }}
|
||||
|
||||
<script data-isso-id="{{ $url }}"
|
||||
data-isso-default-lang="{{ .Language.Lang }}"
|
||||
data-isso-css="true"
|
||||
data-isso-max-comments-top="10"
|
||||
data-isso-max-comments-nested="5"
|
||||
data-isso-reveal-on-click="5"
|
||||
{{/*
|
||||
data-isso-avatar-bg="#111"
|
||||
data-isso-avatar-fg="#9abf88 #5698c4 #e279a3 #9163b6 ..."
|
||||
*/}}
|
||||
data-isso-vote="true"
|
||||
{{/*
|
||||
data-isso-vote-levels=""
|
||||
*/}}
|
||||
data-isso-feed="false"
|
||||
data-isso-require-email="false"
|
||||
data-isso-reply-notifications="true"
|
||||
data-isso-reply-notifications-default-enabled="true"
|
||||
<script defer
|
||||
src="https://commento.bbaovanc.com/js/commento.js"
|
||||
data-page-id="{{ $url }}"
|
||||
data-css-override="{{ $css.Permalink }}"
|
||||
></script>
|
||||
|
||||
{{ with (.GetTerms "authors") }}
|
||||
{{ $authorHashes := slice }}
|
||||
{{ range . }}
|
||||
{{ with .Params.issoUserID }}
|
||||
{{ $authorHashes = $authorHashes | append . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
data-isso-page-author-hashes="{{ delimit $authorHashes "," }}"
|
||||
{{ end }}
|
||||
|
||||
src="https://isso.bbaovanc.com/js/embed.min.js">
|
||||
</script>
|
||||
|
||||
<section id="isso-thread"></section>
|
||||
<div id="commento"></div>
|
||||
|
@ -1,22 +0,0 @@
|
||||
ci:
|
||||
collect:
|
||||
url:
|
||||
- https://localhost/ # homepage
|
||||
- https://localhost/links/ # very simple page
|
||||
|
||||
- https://localhost/blog/ # list page
|
||||
- https://localhost/blog/the-redesign-of-my-website/ # average post, but no footnotes
|
||||
- https://localhost/blog/blog-post-newsletter/ # average post, but WITH footnotes
|
||||
- https://localhost/blog/caddy-is-the-best-webserver/ # another average post with footnotes, WITH code blocks
|
||||
- https://localhost/blog/youtube-url-structures-you-should-know/ # youtube embed
|
||||
- https://localhost/blog/copilot-post/ # lots of code blocks & text
|
||||
- https://localhost/blog/github-copilot-experiments/ # heavy use of images
|
||||
|
||||
- https://localhost/categories/
|
||||
- https://localhost/categories/github-copilot/
|
||||
|
||||
- https://localhost/tags/
|
||||
- https://localhost/tags/discord-tricks/
|
||||
startServerCommand: sudo caddy run
|
||||
settings:
|
||||
chromeFlags: "--ignore-certificate-errors --throttling.cpuSlowdownMultiplier=2.4"
|
BIN
static/apple-touch-icon-192x192.png
Normal file
BIN
static/apple-touch-icon-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB |
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Submodule themes/bobatheme updated: 684769df5a...11599e01d7
Reference in New Issue
Block a user