Compare commits

...

5 Commits

Author SHA1 Message Date
BBaoVanC 1e692ddc91
Update Links page 2023-04-16 00:02:34 -05:00
BBaoVanC d03db67ec0
Remove /donate/ page 2023-04-15 23:26:15 -05:00
BBaoVanC d268898446
Limit concurrency of deploy workflow 2023-04-15 23:23:26 -05:00
BBaoVanC 8f834d2662
Merge /contact/ into homepage 2023-04-15 23:16:15 -05:00
BBaoVanC 14565ea343
Remove leftover files for Lighthouse workflow [skip ci]
Leftover after removal in 1574cd8515
2023-04-15 19:27:25 -05:00
10 changed files with 47 additions and 93 deletions

View File

@ -1,5 +1,9 @@
name: Deploy
concurrency:
group: deploy-production
cancel-in-progress: true
on:
workflow_dispatch:
push:

View File

@ -1,12 +1,5 @@
# Contributing to bobatheme
## Where to put questions/issues/etc
Use the [GitHub Discussions forum][github-discussions-url] for any questions,
or ideas. Use the "Q&A" section for both questions and issues as well.
[github-discussions-url]: https://github.com/BBaoVanC/bbaovanc.com/discussions
## Building
Just in case you need it.

View File

@ -1,9 +0,0 @@
# vim: ft=caddyfile
https://localhost {
header Cache-Control no-cache
root * public/
file_server {
precompressed br gzip
}
}

View File

@ -2,7 +2,4 @@
My personal website, generated using [Hugo](https://gohugo.io)
## Discussions
Use [GitHub Discussions](https://github.com/BBaoVanC/bbaovanc.com/discussions)
for questions, ideas, discussions, etc. relating to me or my website.
It is live at https://bbaovanc.com.

View File

@ -1,8 +0,0 @@
#!/bin/sh
diff -qrNtbB old/ new/ |
grep -oP '(?<=\s)new\/\S*' |
xargs -d '\n' ls -1d 2>/dev/null |
grep 'index.html$' |
sed 's/index.html$//' |
sed "s/^new/${SCHEME:=http}:\/\/${DOMAIN:=example.com}/"

View File

@ -19,6 +19,16 @@ I occasionally write blog posts under the [blog section][blog-section].
[hugo-website]: https://gohugo.io
[blog-section]: {{< ref "/blog/" >}}
## Contact
You can contact me by emailing bbaovanc@bbaovanc.com ([PGP key][pgp-key] if
encryption is needed), or on Mastodon at
[bbaovanc@procursus.social][mastodon-account] (but I have some plans to
replace Mastodon... stay tuned).
[pgp-key]: https://keyserver.ubuntu.com/pks/lookup?search=bbaovanc%40bbaovanc.com&fingerprint=on&op=index
[mastodon-account]: https://procursus.social/@bbaovanc
## Topics I write about
I write mostly about technology, including:

View File

@ -1,20 +0,0 @@
---
title: Contact
menu: main
toc: false
comments: true
authors:
- bbaovanc
description: >-
Want to contact me? Here's how you can.
---
- 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)
- GitHub Discussions (Q&A):
https://github.com/BBaoVanC/bbaovanc.com/discussions/categories/q-a

View File

@ -1,25 +0,0 @@
---
title: Donate
menu: main
toc: false
comments: true
authors:
- bbaovanc
description: >-
I have a few cryptocurrency addresses that you can use if you want to donate
to me.
---
## Cryptocurrency Addresses
Nano: `nano_1ewtme68x5gia1bjq3jx1ku5pcxzayipdxjmjrc3x8qjjpat4ria8ajhjoxd`
Bitcoin: `bc1qj6h8z2tg9nxcl9ddnv9k798cru6asr6cpmj84m`
Ethereum: `0x80DaED7e2BEF5d894b37fBd79d0609aa17c8Cabc`
Monero: `45gGauNcWLNSobRMzk3rtfEpad7gGcEvegxCbEm6QYENdG4vag3fCVuFoKfdKSESeSEKyUNRGwAJyLaCQ6MC5AQ79DGcaRq`

View File

@ -16,28 +16,35 @@ description: >-
---
## Other
## Profiles
- [GitHub](https://github.com/BBaoVanC/) - my GitHub profile
- [boba.best](https://boba.best/)
- [GitHub](https://github.com/BBaoVanC/) - my GitHub account
## My Website
- [bbaovanc.com source code](https://github.com/BBaoVanC/bbaovanc.com)
- [bobatheme](https://github.com/BBaoVanC/bobatheme) - theme for this
website
- [Searx Instance](https://search.bbaovanc.com/) - privacy-respecting search
engine
- [Gitea Instance](https://git.bbaovanc.com/) - mostly just mirrors of my GitHub
repos
- [bobatheme](https://github.com/BBaoVanC/bobatheme) - theme for this website
- [demo.bbaovanc.com](https://demo.bbaovanc.com) - previews of pull requests to my website
Also see [Isso](https://github.com/posativ/isso), which is currently the comment
system I use on my website.
### Other Websites
- [git.bbaovanc.com](https://git.bbaovanc.com) - mostly just mirrors of my GitHub repos
- [plausible.bbaovanc.com](https://plausible.bbaovanc.com) - anonymous analytics on my website
- [share.boba.best](https://share.boba.best) - temporary file uploader
- [status.bbaovanc.com](https://status.bbaovanc.com) - my status page
## My Projects
- [smines](https://github.com/BBaoVanC/smines) - TUI minesweeper in C, made for
practice
- [smines](https://github.com/BBaoVanC/smines) - terminal-based minesweeper in C
- [bobashare](https://github.com/BBaoVanC/bobashare) - simple file sharing
server, runs https://share.boba.best
- [bobascheme](https://github.com/BBaoVanC/bobascheme) - theme I use on my
terminal
- [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
- [libnamegen](https://git.bbaovanc.com/bbaovanc/libnamegen)
@ -46,16 +53,25 @@ description: >-
- [RokuRemote](https://github.com/BBaoVanC/RokuRemote) - keyboard-based remote
control for Roku
### Minecraft Plugins
- [bobawhitelist](https://github.com/BBaoVanC/bobawhitelist) - global whitelist
plugin for the [Velocity](https://github.com/PaperMC/Velocity) proxy
- [GlobalJoinLeave](https://github.com/bobacraft/GlobalJoinLeave) - global
join/leave messages on Velocity
- [velocitab](https://github.com/BBaoVanC/velocitab) - global tab list plugin
for Velocity
- [velocity-chat](https://github.com/BBaoVanC/velocity-chat) - global chat
plugin for Velocity
## 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
### Archived
### Historical configurations
- [dwm](https://github.com/BBaoVanC/.dwm) - outer repo with submodules for my
various dwm-related configs
@ -71,4 +87,5 @@ description: >-
https://tools.suckless.org/slstatus/
- [dwm](https://github.com/BBaoVanC/dwm) - dynamic window manager, see
https://dwm.suckless.org/
- [onehalf](https://github.com/BBaoVanC/onehalf) - nice theme that I used to use
- [xmonad](https://github.com/BBaoVanC/.xmonad) - see https://xmonad.org

View File

@ -1,5 +0,0 @@
ci:
collect:
startServerCommand: sudo caddy run
settings:
chromeFlags: "--ignore-certificate-errors --throttling.cpuSlowdownMultiplier=2.4"