452 Commits

Author SHA1 Message Date
4eb4bdea79 WIP [skip ci] 2025-07-06 20:09:31 -05:00
62eabcfbb2 Update twitter tags to show site and page authors 2025-07-05 02:15:42 -05:00
9c85a67e22 Prevent accidentally wiping the entire demo or staging environment [skip ci] 2025-07-05 01:33:04 -05:00
28b6261475 Remove pull request preview workflows
Not really a secure way to do this currently.

See #31 to fix this.
2025-07-05 00:58:55 -05:00
3c6683bf49 Add version.txt
Could be used in the future for #30
2025-07-05 00:57:32 -05:00
0542cdfea4 bobatheme: Change <title> on author's page
Makes /authors/github-copilot title not be the same as the tag
2025-07-04 15:54:31 -05:00
4ea1fa4650 bobatheme: Revert adding height and width to <img>
BBaoVanC/bobatheme@cc7cec07df
2025-07-03 20:23:18 -05:00
865a71043c bobatheme: Set height and width on img tags
Prevents layout shifts on page load
2025-07-03 18:57:52 -05:00
be5229b963 post: Change subtitle to be more concise 2025-07-02 21:10:03 -05:00
8625e8ddce Hide extra zstd output messages from compress.sh 2025-07-02 19:35:59 -05:00
a3b5ce6ebd Add pagefind executable download to deploy workflow
Forgot to include it
2025-07-02 02:33:30 -05:00
e91a62ee18 Add search page using Pagefind
Updates #79. Still a bit rough but it works.
2025-07-02 02:14:42 -05:00
d450249171 Use separate dirs for building in demo.sh and staging.sh [skip ci]
Otherwise if you happen to be using `hugo serve` at the same time, it
overwrites stuff and messes up your live preview until you rebuild
(restart the hugo serve server)
2025-07-02 02:13:44 -05:00
86a03a676a Reform build scripts and actions workflows to reduce duplication
- Create audit.sh to hold all the audit related code
- Call compress.sh directly in build.sh
  - remove need for calling compress.sh in GitHub workflows
- Time each stage of compress.sh (each format) separately
- Run audit before staging or demo uploads
2025-07-01 18:49:34 -05:00
beba67ffbd WIP: add comments counter
Will finish it later, maybe depends on #82 because I don't see a good
speech bubble icon.
2025-07-01 03:20:37 -05:00
a7b1002e19 Use build.sh to share build code across all workflows and scripts
Instead of repeating the big long hugo commands every time
2025-07-01 03:18:12 -05:00
7851b864e2 Remove share-event.js placeholder inside bobatheme
If I remember correctly, it was there because I couldn't get global
resources to work right inside the bbaovanc.com repo so I just called it
inside the theme instead.
2025-07-01 00:53:25 -05:00
4d1542a242 Rename layouts/partials to layouts/_partials (Hugo 0.146) 2025-07-01 00:50:53 -05:00
88b5648a15 Fix __hugo_ctx error appearing from include shortcode
https://discourse.gohugo.io/t/weird-hugo-ctx-pid-34-inside-rendershortcodes/55176
2025-06-29 16:20:30 -05:00
8a8a35f6e5 Switch to improved snippet include shortcode
See BBaoVanC/bobatheme@67ac36e9e2
2025-06-29 03:54:22 -05:00
612d3b6c4f Pin Hugo to specific release on actions workflows 2025-06-28 03:23:32 -05:00
457b1c34cf Revert "test change"
This reverts commit 2016c34155f04f508d7a113892583c7dc71a75ae.

Accidentally merged it.
2025-06-28 03:04:47 -05:00
d23016b564 Add workflow to compare changes in rendered website
Mostly copied from the old Lighthouse auditing workflow code, but
updated upload-artifact from v3 to v4.
2025-06-28 03:02:00 -05:00
85f77c26de Rename Tinkering category to Experiments 2025-04-20 05:05:08 -05:00
3f3a60c3fc Update descriptions on taxonomy pages 2025-04-20 04:59:57 -05:00
61b31bfa63 Reorder projects list; update plausible link away from start page 2025-04-20 04:52:38 -05:00
6a7a253ea5 Update bobatheme (fixes for Hugo 0.146.0)
Also diffed the latest public deployment on my server and the only
change is the version, and the <time> tags use timezone names instead of
UTC offset numbers now.
2025-04-20 04:35:38 -05:00
6149d38e61 Re-enable discord sex hack page from being listed, and in sitemap
Turns out this option also prevents it from displaying in sitemap.xml.
2025-01-25 02:59:33 -06:00
159bd4b61d Update copyright year to 2025 2025-01-13 20:49:58 -06:00
2a5452858b Add audit grep for YUZSIQGHE (main block fallback in baseof.html) 2025-01-13 20:49:58 -06:00
e80970da7f Add zstd compression 2024-12-13 23:06:44 -06:00
e8368fd7cb Replace table shortcode with markdown attributes 2024-11-15 17:26:07 -06:00
7523df569c Add markdown output (BBaoVanC/bobatheme#56)
Allows viewing raw markdown code via a button on page, which is linked
to `[slug].md`.
2024-10-01 13:31:12 -05:00
20e69d482b Replace paginate with pagination.pagerSize in hugo.yaml 2024-09-24 21:18:41 -05:00
e1b6026aea Replace .Site.BaseURL with hugo.IsServer for enabling analytics
Seems like .Site.BaseURL had its logic changed somewhere along the road,
so it doesn't match anymore without trailing slash. Instead use a less
flimsy detection method which says if Hugo is running as development
server or not.
2024-09-24 21:18:16 -05:00
615547c525 Upgrade bobatheme 2024-09-24 21:18:16 -05:00
9e7be7afa3 Replace relative ref link
Not sure why this randomly stopped working, maybe some
non-backwards-compatible change in Hugo that I am not aware of.
2024-06-28 16:40:34 -05:00
55623221f1 Clarify a few details about how math challenge works 2024-06-28 16:37:15 -05:00
36eaa2b145 Remove a few extraneous tags 2024-01-22 21:13:59 -06:00
9e0c03b0db Change Software category to Reviews & update bobatheme 2024-01-22 20:53:13 -06:00
744a131b61 Update copyright year 2024-01-03 19:54:36 -06:00
19cb929ae9 Update bobatheme - update syntax CSS 2023-12-01 20:08:41 -06:00
b811714ca5 Update bobatheme - fix selecting code line numbers in Safari 2023-12-01 19:58:53 -06:00
508b0f6837 Fix heading levels in CONTRIBUTING.md [skip ci] 2023-11-15 11:39:41 -06:00
eac66611df Revert "Move comments CSS to <head>"
This reverts commit 7a1bf6c19c.

Turns out this doesn't work for some reason.
2023-11-11 20:49:02 -06:00
7a1bf6c19c Move comments CSS to <head> 2023-11-11 20:43:34 -06:00
0f4db51ba7 Clarify licensing
Website code is MIT; only the content is CC. Also change license from
CC BY to CC BY-SA.
2023-11-11 20:39:34 -06:00
ed9520adef Update bobatheme - remove back to top button 2023-11-05 18:02:16 -06:00
8f6722215e Update bobatheme - revert lazy loading bobastyle.css 2023-11-05 01:20:48 -05:00
7420561514 Update bobatheme - minor lazy loading performance tweaks
- Rename config.yaml to hugo.yaml
- Load syntax CSS async
- Load bobastyle.css async too
- Lazy load images
- Fix async loading of bobastyle.css
2023-11-05 01:12:21 -05:00
74dc4e75b2 Remove placeholder text from query-parameters tag
Must've been accidentally left in sometime
2023-11-03 23:42:23 -05:00
1cf5c2a324 Update bobatheme - Hugo v0.120.0 compatibility
- Patch link issue with delimit due to breaking change in Hugo v0.120
- Move site author to be under params due to .Site.Author deprecation
2023-11-03 23:35:21 -05:00
9a5a182879 Update bobatheme (fix print padding on main container) 2023-11-02 01:07:46 -05:00
5051c908e7 Update bobatheme
- Clean up dom layout of full-width page lists
- Remove option of latest posts section on bottom of content pages
- Add "Skip to main content" tab-focusable button
- Rename config.yaml to hugo.yaml
2023-10-21 21:54:05 -05:00
186e451422 Rename config.yaml to hugo.yaml [skip ci]
There was an update some time ago and now hugo.yaml is preferred because
of being more specific.
2023-10-21 20:51:33 -05:00
d816b189a2 Re-convert some old webp images to lossless
Had to grab the original files from
6bb94c50c2, and then run imagemagick again
with the webp lossless flag so the images don't look like garbage.

convert static/media/checkra1n-gui-on-arch-linux.png -define webp:lossless=true content/blog/checkra1n-gui-on-other-distros/gui.webp
2023-10-21 20:37:59 -05:00
49f57c2b5e Change bashsession highlighting to console
It got renamed to bash-session in some chroma update (maybe hugo hadn't
updated for a while), but console is just an alias for it anyways so
I'll use that instead.
2023-10-16 20:36:14 -05:00
8815ec6fe8 Remove gitignore rule for private drafts [skip ci] 2023-10-15 20:57:18 -05:00
73a900d36d Update bobatheme - Improve print compatiblity with navbar redesign 2023-10-15 20:54:34 -05:00
71e5e214db Change Status Page to just Status 2023-10-15 20:44:00 -05:00
2e613416e5 Update bobatheme - Fix wrong highlight in navbar 2023-10-15 19:42:19 -05:00
f0edaa67d5 Update bobatheme
- Revert ":3"
- Fix navbar highlighting on section page itself
- Redesign navbar to be full width
2023-10-15 19:36:35 -05:00
d367d1eda5 Show all isso comments by default 2023-06-24 12:48:35 -05:00
f9692f238b Remove aliases and handle redirects in caddy instead 2023-05-14 00:47:47 -05:00
15f0ec5c3e Fix Mozilla Contributors link 2023-04-25 08:55:31 -05:00
1e692ddc91 Update Links page 2023-04-16 00:02:34 -05:00
d03db67ec0 Remove /donate/ page 2023-04-15 23:26:15 -05:00
d268898446 Limit concurrency of deploy workflow 2023-04-15 23:23:26 -05:00
8f834d2662 Merge /contact/ into homepage 2023-04-15 23:16:15 -05:00
14565ea343 Remove leftover files for Lighthouse workflow [skip ci]
Leftover after removal in 1574cd8515
2023-04-15 19:27:25 -05:00
226fcfa099 Remove old boba.best link from homepage 2023-04-10 15:18:53 -05:00
3e03c1a2b0 Move some categories to be tags
Also:

- BBaoVanC/bobatheme@e8a34ae4a4
- Fix description of linux-swap tag
2023-04-10 15:14:23 -05:00
dd9936a74b Update bobatheme 2023-04-06 00:26:47 -05:00
1574cd8515 Remove Lighthouse auditing workflow 2023-04-04 17:41:43 -05:00
1d0d621963 Add swapfile guide (#28) 2023-04-04 17:32:52 -05:00
5f44c05e57 Hide discord sex hack from home page 2023-04-02 17:51:10 -05:00
0e67adf41c Update bobatheme - CSS cleanup 2023-03-24 08:51:09 -05:00
b4c695aeb4 Update bobatheme
- Remove credit.html partial
- Reorganize summary template files
- Fix margin around post-title
- Remove series position indicator
- :3
2023-03-18 21:39:27 -05:00
cdfcf3c372 Add procursus.social <link> 2023-02-24 22:47:43 -06:00
6d7dfa6c5d Fix <code> font size in comments 2023-02-22 16:41:16 -06:00
ef8dda9657 Replace deprecated set-output with $GITHUB_OUTPUT 2023-02-01 08:29:46 -06:00
f6b27235f3 Use actions/checkout v3 2023-01-31 20:47:00 -06:00
1ce61b8260 Update bobatheme
- Prevent page breaking in some elements when printing
- Use RenderString instead of markdownify in some places
2023-01-27 16:42:58 -06:00
f719cadd1e Update lastmod params that were outdated 2023-01-26 17:12:41 -06:00
43d4f47e29 Update bobatheme
- Add aria labels to share buttons
- Fix table borders between th and td in same line
- Add `link-1` color to light theme too
2023-01-26 16:54:29 -06:00
510e3e9bf9 Fix code block text size for mobile safari 2023-01-24 01:54:42 -06:00
685a9ed8f4 Use relative URL for font files 2023-01-24 01:34:47 -06:00
66fac8058f Make sure to audit drafts as well 2023-01-23 20:33:51 -06:00
e93871c923 Build drafts on pull requests [skip ci] 2023-01-23 20:28:23 -06:00
07f586e5b0 Add a markdown snippet to explain bashsession [skip ci]
Will be used by a future post
2023-01-23 20:25:04 -06:00
d21feef5b9 Serve our own fonts instead of using system 2023-01-22 20:46:51 -06:00
e49b0aa583 Various small fixes in bobatheme
- Finish support for list page subtitle
- Change color when hovering over share buttons
- Change print button to an <a> to match the rest of the buttons
- Make the left bar of blockquote lined up with rest of text
- Fix contrast of code block Copy button
- Fix keyboard accessibility of code block Copy button
2023-01-22 16:46:07 -06:00
91bc38bdd4 Update bobatheme (includes improvements to code blocks) 2023-01-22 00:11:22 -06:00
b80bd5732d Make the Copilot-generated post unlisted 2023-01-21 20:50:14 -06:00
b863f577ae Refresh code block design and add copy to clipboard
Fixes #58
2023-01-20 17:14:31 -06:00
c1806338e5 Unpin Hugo version in actions
It'll probably just get behind too often and hopefully there aren't
breaking changes.
2023-01-20 15:17:29 -06:00
f9c4fd8a9a Fix GitHub Copilot author page title capitalization 2023-01-18 14:58:16 -06:00
fb0e45d7cd Fix Mozilla Contributors URL 2023-01-16 21:04:09 -06:00
a0165e8569 Fix two more broken links due to git.boba.best/configs rename 2023-01-16 20:57:00 -06:00
100a86b85f bobatheme: Website header title should not be h1 2023-01-08 00:03:08 -06:00
8321945015 Add description to taxonomies and add some missing tag descriptions 2023-01-07 20:42:40 -06:00
48ed6eae21 Fix two broken links due to rename on git.boba.best 2023-01-07 19:21:05 -06:00
795be223eb Make copyright not look out of date 2022-12-27 20:58:35 -06:00
0e2a26fe56 Upgrade Hugo version to 0.108.0 2022-12-06 20:01:56 -06:00
c228d5c903 Add note that it only shows on desktop/web 2022-12-06 19:59:22 -06:00
f2494e515f Add notice to give credit to Rebane2001 2022-09-24 14:56:05 -05:00
4cd6632799 Pin Hugo to specific version (0.102.3 currently)
This prevents the website from breaking due to breaking changes in Hugo.
2022-09-15 19:25:46 -05:00
bde9df2aa6 Tweak spacing under page h1 headings 2022-07-20 21:49:09 -05:00
87c5d4f1b3 Update bobatheme -- prevent console prompt symbol highlighting 2022-07-19 00:09:33 -05:00
31a72c92fa Update bobatheme -- fixed syntax highlighting styling 2022-07-02 19:01:25 -05:00
bc76fb5458 Update comments.css for latest Isso version & update bobatheme 2022-06-30 20:09:19 -05:00
ddb0045088 Move comments CSS to separate file 2022-06-15 15:10:46 -05:00
2fb0d17df1 Update comments CSS to match latest Isso version 2022-06-07 15:05:54 -05:00
060d3ecd84 Add :focus rule for isso-textarea 2022-05-28 17:01:32 -05:00
fd6eb50399 Update Isso CSS since <textarea> is used now 2022-05-28 15:18:00 -05:00
87688ef6b3 Remove references to bobaforum and move back to GitHub Discussions 2022-05-24 22:51:19 -05:00
01c2b34920 Remove newsletter + update bobatheme (semantic HTML tweaks) 2022-05-23 02:17:47 -05:00
c014da3fe3 Update bobatheme - semantic HTML improvements 2022-05-21 23:25:55 -05:00
7d5309862e Update footnote because txnor.com now redirects to YT video 2022-05-21 20:57:55 -05:00
cef5fe28dc Update bobatheme -- :target styling 2022-05-21 20:57:09 -05:00
7a529fb1ac Mention YT video and that math challenge isn't cached 2022-05-21 20:29:48 -05:00
852aafb2e7 Update Caddy install steps 2022-05-18 17:53:53 -05:00
c50d3fda88 Update bobatheme & fix tab focus styling on Isso buttons 2022-05-18 17:21:12 -05:00
6f1c5a883f Add data-title attribute to #isso-thread 2022-05-16 18:39:44 -05:00
6a941cef7c Disable latest posts section on content pages 2022-05-16 00:57:10 -05:00
44c1291fa4 Remove bbaovanc from Copilot post authors 2022-05-16 00:52:13 -05:00
dba36c5105 Add default image, s/w/ord, 6969th, math challenge, & source code links 2022-05-15 19:23:09 -05:00
6145d4e8d7 Update bobatheme - small tweak 2022-05-15 18:26:47 -05:00
c5a2e84050 Animation target-fade renamed to isso-target-fade 2022-05-15 15:42:56 -05:00
94a2404a83 Update bobatheme (complete color scheme overhaul) 2022-05-14 23:38:32 -05:00
fec8bd1933 Make comments take up full width when printing 2022-05-14 23:36:44 -05:00
27bc4e28a8 Make Copilot post slightly newer to prevent .Related race condition 2022-05-14 15:56:33 -05:00
e9ad2abd55 Make an attempt to ignore whitespace changes 2022-05-14 15:30:17 -05:00
f0036f20b9 Update bobatheme (should have basically no changes) 2022-05-13 22:14:46 -05:00
2fc8e4646e Mention IRC as a reason for sed syntax 2022-05-13 22:13:02 -05:00
da8dc12957 Add "Discord sex" post 2022-05-11 21:18:57 -05:00
86f4b102d7 Remove outdated note saying that comment system won't work on previews [skip ci] 2022-05-11 18:24:32 -05:00
d7e219d331 Fix LHCI uploads (#27) 2022-05-11 18:22:09 -05:00
5b0c092bc0 Update bobatheme - taxonomy formatting 2022-05-10 12:05:19 -05:00
2ce66a14d4 Run Lighthouse for all changed pages (#26) 2022-05-09 17:27:34 -05:00
8a330b59b0 Change pull request cleanup to pull_request_target [skip ci] 2022-05-08 20:15:31 -05:00
de888c1adc Tag lighthouse post with "Caddy" 2022-05-08 16:16:02 -05:00
927e775439 Replace view source link with edit history in bobatheme 2022-05-08 16:14:17 -05:00
9c572a706b Fix series description 2022-05-08 15:49:32 -05:00
05c8e0da9d Printing improvements 2022-05-08 15:46:08 -05:00
191c9a5185 Update bobatheme: colors 2022-05-08 00:50:01 -05:00
c11c9178e0 Improve Isso postbox spacing & enable Isso RSS feed 2022-05-07 16:07:30 -05:00
5719a11e8b Theme new .isso-page-author-suffix class 2022-05-07 14:32:13 -05:00
bacddbfe42 Publish Lighthouse + Actions post 2022-05-07 00:57:55 -05:00
4e6f0c7614 Add categories taxonomy to related post filter 2022-05-07 00:36:19 -05:00
20abaffc3a Add Tinkering category 2022-05-06 23:20:52 -05:00
3668b6cfb1 Completely redo categories and tags 2022-05-06 23:13:14 -05:00
f3cf22ae33 Update homepage 2022-05-06 15:02:54 -05:00
dde5162907 Replace website, blog, & announcement tags with meta 2022-05-05 19:28:16 -05:00
90d640bd12 Add status page link to navbar 2022-05-05 17:21:07 -05:00
904d8928b7 Do multiple Lighthouse runs 2022-05-04 22:12:03 -05:00
827a049946 Update bobatheme 2022-05-04 22:07:05 -05:00
db65e9fc23 Update privileged ports post footnotes & use &lt;
- Use names for footnotes instead of numbers
- Replace literal `<` with `&lt;`
2022-05-02 01:11:04 -05:00
bd9d294fc1 Update footnote on YouTube URLs post 2022-05-02 01:00:38 -05:00
9de4d26b6a Update footnotes in Caddy blog post 2022-05-02 00:55:36 -05:00
f14c1568f7 Use custom Lighthouse CI server (#25)
* Add custom LHCI server
* Disable Google temporary public storage
2022-05-01 20:05:31 -05:00
1e650ed79b Update Lighthouse test URLs 2022-05-01 18:51:31 -05:00
ba9c62ed4f Add Share event to Plausible 2022-05-01 18:19:45 -05:00
c3632c40ce Merge pull request #24 from BBaoVanC/lighthouse-actions
Add Lighthouse job to `audit` workflow
2022-05-01 00:02:53 -05:00
02201e806f Add Lighthouse job to audit workflow 2022-04-30 23:57:59 -05:00
d27f095c1a Update bobatheme - favicons and share buttons 2022-04-30 21:55:46 -05:00
2b38b143b1 Forgot to unmark as draft 2022-04-30 01:04:15 -05:00
26ccc90cff Add blog post newsletter post 2022-04-30 01:03:08 -05:00
d5ef788e78 Show latest posts on homepage 2022-04-29 20:13:31 -05:00
8e2673b4ff Reference new bobaforum instead of GitHub 2022-04-27 21:51:51 -05:00
c58164f1f2 Remove footer on comment section 2022-04-27 21:46:04 -05:00
4fb9dbaa30 Typo in the word "notifications" on comments partial 2022-04-27 21:41:14 -05:00
359bfbf1b6 Update Isso config to work with my latest pull request 2022-04-26 22:08:00 -05:00
d011efd2a1 Enable reply notifications by default 2022-04-25 18:14:28 -05:00
98ef3386f5 Don't show lastmod date in post metadata anymore 2022-04-24 01:23:53 -05:00
a170885ff8 Automatically fetch Isso author IDs from params 2022-04-24 01:11:14 -05:00
17af722f4d Support highlighting page author comments with Isso 2022-04-23 23:34:59 -05:00
62c62b344c Fix Isso preview styling and some borders on the boxes 2022-04-23 15:20:30 -05:00
f50665786b Update /links/ about Talkyard forum 2022-04-23 12:44:24 -05:00
57fac4d945 Don't require email address to comment 2022-04-23 01:47:16 -05:00
f6602dfff0 Add a note saying that email address can enable comment notifications 2022-04-23 00:43:57 -05:00
db6fc9e977 Make comment section available in development previews
Hopefully this doesn't break anything!!
2022-04-22 23:38:14 -05:00
86a90f907a Return to Isso comment system 2022-04-22 19:59:50 -05:00
3838d2d44a Temporarily disable comments 2022-04-22 18:12:53 -05:00
ac05117647 Remove references to bobaforum -- for now 2022-04-22 18:10:51 -05:00
355d180f6c Update bobatheme archetypes [skip ci] 2022-04-20 09:47:50 -05:00
0bc3f3145e Use explicit lastmod params 2022-04-20 09:46:40 -05:00
cbe6a1e12a Update related posts settings 2022-04-19 17:51:26 -05:00
e1dd193bf1 Use URL format of series in taxonomy 2022-04-19 17:46:19 -05:00
0bb3dce6e9 Update README and CONTRIBUTING and link to bobaforum [skip ci] 2022-04-18 03:04:52 -05:00
6ad002b319 Remove Spanish 2022-04-18 02:52:44 -05:00
1e20d0e943 Set data-category on Talkyard comments 2022-04-14 18:58:19 -05:00
375b90fb07 Didn't mean to commit this change 2022-04-13 11:55:59 -05:00
81fa2f6b41 Add "Comments" header and update bobatheme 2022-04-12 21:59:35 -05:00
fb7b5913c0 Update bobatheme - horizontal scrolling related posts 2022-04-11 21:09:09 -05:00
d8134587e9 Add "website" tag to redesign page 2022-04-11 02:17:41 -05:00
4db3d24349 Update Contact page 2022-04-11 02:15:05 -05:00
4017855c29 Revert "Use content/footer.md for footer instead of config.yaml"
This reverts commit 859537be01.

footer.md was getting rendered. There doesn't seem to be a good way to
solve this.
2022-04-11 02:11:35 -05:00
859537be01 Use content/footer.md for footer instead of config.yaml 2022-04-10 22:33:44 -05:00
164565cecb Update Links and add descriptions to them 2022-04-10 16:45:33 -05:00
5d08b75f71 Remove Matrix address and enable comments on main pages 2022-04-10 16:44:58 -05:00
5782a6a002 Set includeNewer to true for related posts 2022-04-10 16:11:24 -05:00
e21a4b948e Improved related posts section 2022-04-10 15:43:59 -05:00
9de124a586 Disable unused exclusions feature in Plausible 2022-04-09 23:50:19 -05:00
4a4361dcb5 Add additional features to Plausible 2022-04-09 23:46:58 -05:00
a449933ffe Add link to bobaforum and update bobatheme 2022-04-09 23:45:52 -05:00
a57715c4fa Add note to footer about privacy-friendly analytics 2022-04-09 20:23:29 -05:00
3ec98f019c Update bobatheme - preload="metadata" on <video> 2022-04-09 01:19:09 -05:00
fd4a7a7bc2 Reword some stuff in edited-in-middle-of-message-discord 2022-04-08 23:29:41 -05:00
1f263b3a3a Add border to Talkyard comments 2022-04-08 20:34:14 -05:00
c24cdee46c Only do analytics on production 2022-04-08 01:46:02 -05:00
2a79a86fd6 Change plausible analytics link 2022-04-08 01:37:31 -05:00
97bc1980eb Add Plausible analytics 2022-04-08 01:21:20 -05:00
cef1103070 Replace mention of Netlify in CONTRIBUTING.md 2022-04-06 09:47:08 -05:00
1332c16841 Update bobatheme again 2022-04-04 21:55:12 -05:00
b124d89391 Change pagination threshold to 10 2022-04-04 21:48:00 -05:00
0d432e200c Update bobatheme 2022-04-04 21:47:48 -05:00
5286bb029f Switch from remark42 to talkyard (#23) 2022-04-04 19:09:55 -05:00
31e25c2578 Forgot to change --path-warnings as well 2022-04-02 21:20:31 -05:00
1033b84687 Fix compatibility with Hugo v0.93.0 2022-04-02 21:18:07 -05:00
b9a95983b9 Re-indent comments partial 2022-04-02 21:13:38 -05:00
b14a46d48b Rewrite edited-in-middle-of-message-discord post because it's outdated 2022-01-04 20:11:56 -06:00
99b03ea7ba Update bobatheme to v1.0.1 2021-11-29 09:47:02 -06:00
9c6a2a059d Fix audit workflow (#21)
* Remove missing translation check
2021-11-25 18:28:07 -06:00
e10c3a1150 Force audit success 2021-11-25 18:15:36 -06:00
9e0d2a9d8f Fix syntax error in audit 2021-11-25 18:14:30 -06:00
576124d42d Update audit workflow 2021-11-25 18:13:31 -06:00
7b8f47b56b Update SSH and rsync steps in GitHub Actions 2021-11-25 17:58:53 -06:00
cab56bd859 Update demo.sh rsync command [skip ci] 2021-11-25 17:54:53 -06:00
672bfae812 Update bobatheme
- Show page position in series on series taxonomy pages
- Show post count in series metadata
- Don't hide the back to top button if JS is disabled
- Hide back to top button when printing
- Fix ".File.Path on a zero object" when there are drafted series
- Improve accessibility
2021-11-23 19:50:51 -06:00
ca40973701 Add pull request audit workflow (#20)
See https://discourse.gohugo.io/t/audit-your-published-site-for-problems/35184
2021-11-23 19:48:37 -06:00
b2d3bd99f3 Enable missing translation placeholder in demo.sh [skip ci] 2021-11-23 18:44:57 -06:00
beb1faf3a8 Update bobatheme
- Better tag taxonomy pages
- Update archetypes
- Use CSS variables for colors
- Back to top button
2021-11-22 20:58:38 -06:00
088a52aa96 Sort tags alphabetically 2021-11-22 02:45:58 -06:00
941bb5ce9e Update bobatheme - cleanup 2021-11-22 02:23:52 -06:00
a628829bec Update bobatheme - authors revamp 2021-11-22 01:37:40 -06:00
83cd00078f Update bobatheme 2021-11-21 00:05:29 -06:00
8207535dca Update bobatheme: wrapping improved in post metadata 2021-11-20 19:58:16 -06:00
2aec5d33b3 Update bobatheme
- Remove seo_schema.html
- Rewrite meta tag partials
- Clean up closing backets on templates
- Specify markdownify or plainify for .Title references
- Select summary or summary_large_image in twitter card with image size
2021-11-20 19:10:18 -06:00
11f8115735 Fix translations for previous/next navigation 2021-11-20 17:01:14 -06:00
46af6d4de2 Update bobatheme - small breadcrumb fix 2021-11-19 22:56:27 -06:00
efdc6364de Update bobatheme - schema.org partial 2021-11-19 19:16:25 -06:00
5260ca987c Update bobatheme - langpicker improvements 2021-11-19 17:23:24 -06:00
8f0b1d4952 Update bobatheme - small printing improvements 2021-11-19 16:28:23 -06:00
75f0038a37 Fix remark42 theme 2021-11-18 19:02:50 -06:00
4d64d0ab0b Update bobatheme - improve printing 2021-11-18 17:48:08 -06:00
45d26b2f9f Update bobatheme - light mode 2021-11-18 17:26:41 -06:00
cb02d6f586 Change license from CC-BY-SA to CC-BY 2021-11-15 21:23:13 -06:00
00a84889b0 Update bobatheme - comma delimiting 2021-11-15 21:17:28 -06:00
a4e5997b47 Use --checksum in rsync 2021-11-15 20:28:51 -06:00
1b09947ee6 Update bobatheme 2021-11-14 18:58:01 -06:00
282a5319cc Update bobatheme - show previous and next pages 2021-11-14 00:46:16 -06:00
5cc3102deb Update bobatheme 2021-11-13 23:53:01 -06:00
8c1ee6efe9 Update bobatheme - fix hard wrap with .Summary in <head> 2021-11-13 19:41:44 -06:00
8a96465a20 Update bobatheme - improved list and taxonomy pages 2021-11-13 17:24:05 -06:00
e3d77d6f60 Add demo.sh [skip ci] 2021-11-13 15:52:27 -06:00
49b7a3a8a1 Add Caddy webserver post 2021-11-13 00:46:20 -06:00
c08d6a927f Update bobatheme - small internal change [skip ci] 2021-11-13 00:45:44 -06:00
b23760585d Add descriptions to taxonomies 2021-11-12 23:17:23 -06:00
95695e1187 Update bobatheme - series support 2021-11-12 20:27:47 -06:00
4a1d52e11b Fix favicon URL for subpaths (mostly demo) 2021-11-12 20:01:46 -06:00
77731aacb8 Update bobatheme - config merging 2021-11-12 00:09:03 -06:00
2dd9928654 Borders are enabled by default on media 2021-11-10 21:46:31 -06:00
83f0c77d8d Use more specific dates 2021-11-09 20:40:37 -06:00
6a1760e3a0 Update bobatheme - taxonomy page title change 2021-11-09 19:53:54 -06:00
2a9af4d89e Revert "Readd Test SSH"
This reverts commit 5250eb5b1d.
2021-11-08 22:25:07 -06:00
5250eb5b1d Readd Test SSH 2021-11-08 22:12:43 -06:00
c12fe39134 Remove Test SSH 2021-11-08 22:10:43 -06:00
78b7b78e0a Accident with test 2021-11-08 22:09:10 -06:00
37e3442b39 Test SSH 2021-11-08 22:07:44 -06:00
f7e2098020 Revert "Revert "Add Setup SSH to deploy.yml""
This reverts commit 54d2599ad3.
2021-11-08 22:06:59 -06:00
54d2599ad3 Revert "Add Setup SSH to deploy.yml"
This reverts commit ec7575d7f1.
2021-11-08 22:05:10 -06:00
ec7575d7f1 Add Setup SSH to deploy.yml 2021-11-08 22:03:26 -06:00
bdf9f7737a Try and fix the SSH IP 2021-11-08 21:52:14 -06:00
7f584afa21 Add featured images to the 2 copilot posts 2021-11-08 21:46:39 -06:00
ad3a77fd7a Update bobatheme - language dropdown 2021-11-07 19:55:46 -06:00
835068bcbe Change "View history" to "View source" 2021-11-07 16:39:43 -06:00
c92d12cdcd Forgot to make one of the new posts not a draft 2021-11-07 16:32:51 -06:00
b9b1de8722 Add 2 new Copilot posts 2021-11-07 16:17:15 -06:00
16b0afafd3 Use ref shortcode for any internal links 2021-11-07 15:52:25 -06:00
0824589054 Add "GitHub Copilot experiments" 2021-11-06 23:56:47 -05:00
68db383c73 Update bobatheme - figcaption alignment fixed 2021-11-06 21:55:40 -05:00
b10919bfb0 Update bobatheme and enable authors taxonomy 2021-11-06 21:30:05 -05:00
3035740ad1 Update paths for website on new VPS 2021-11-05 17:57:39 -05:00
e806ff1b35 Allow manual dispatch of deploy [skip ci] 2021-11-05 17:55:15 -05:00
83bef16379 Update bobatheme again - navbar and langbar merged 2021-11-04 21:04:57 -05:00
a490baacad Update bobatheme - small patch 2021-11-04 17:59:05 -05:00
cbae5a2fee Ignore hugo build lock [skip ci] 2021-11-04 15:00:52 -05:00
b76454649b Update bobatheme (small tweak) 2021-11-03 21:42:37 -05:00
fc67f210d9 Update bobatheme - small visual tweaks + breadcrumb nav 2021-11-02 17:27:44 -05:00
954bcc19b7 Don't sha512 checksum all media 2021-11-02 01:09:00 -05:00
a6d6b3ba3c Small bobatheme patch for the latest change 2021-11-02 00:53:23 -05:00
157eb700dd Update bobatheme - "View history" button 2021-11-02 00:48:22 -05:00
8082b78d02 Update bobatheme - fixed nav/lang bar overflow 2021-11-01 20:32:51 -05:00
740b849f08 Update bobatheme 2021-11-01 20:31:18 -05:00
04dd824362 Change remark instance to remark.bbaovanc.com 2021-10-31 19:19:58 -05:00
6a28ab60d4 Add YouTube URL structures post 2021-10-30 21:20:38 -05:00
538132bee3 Use https for creative commons link 2021-10-30 18:05:12 -05:00
fd4022d32d Fix accidentally committed testing baseURL 2021-10-29 21:23:06 -05:00
295c4c8095 Replace toml with yaml 2021-10-29 21:18:37 -05:00
f93f8a643e Remove netlify.toml [skip ci] 2021-10-29 21:12:25 -05:00
e4fecdc4c8 Remove <hr> before comments 2021-10-29 19:14:50 -05:00
31053a0a29 Add privacy config + update bobatheme 2021-10-29 18:12:38 -05:00
99bedbaffa Update bobatheme (archetypes) 2021-10-29 01:11:50 -05:00
b942f7a6a9 Ignore drafts 2021-10-29 01:00:55 -05:00
fc730ad0de Update descriptions of a few pages 2021-10-29 00:50:46 -05:00
da12ee2101 Add link to U+202B in (edited) discord post 2021-10-28 17:25:15 -05:00
ef7eac1bb4 Update bobatheme 2021-10-27 19:52:12 -05:00
9690d77b36 Use the same deployments action for cleanup 2021-10-27 14:47:17 -05:00
463c26a0e0 Set no_override to false on deployment action for pull requests 2021-10-27 14:32:34 -05:00
054547afd0 Update "The redesign of my website" 2021-10-27 09:51:43 -05:00
dd6d1ac0de Update bobatheme
- Make table of contents collapsible
- Open git commit in new tab
2021-10-26 21:04:41 -05:00
c96b2fb91c Update bobatheme 2021-10-26 19:44:13 -05:00
32933f9001 Update bobatheme + set author param 2021-10-26 18:20:00 -05:00
70b2233113 Hide the comment section during development 2021-10-25 21:57:58 -05:00
b45c051914 Add note that comment system only works on real deploy 2021-10-25 21:49:52 -05:00
a887380e66 Revert "Use the real comments no matter the baseURL"
This reverts commit 3dd852d3b9.

This fix doesn't actually work.
2021-10-25 21:41:04 -05:00
3dd852d3b9 Use the real comments no matter the baseURL 2021-10-25 14:17:33 -05:00
a6076f691a Only remove deployments (not environment) with PR cleanup [skip ci] 2021-10-24 18:17:31 -05:00
e6093c7357 Add pull request cleanup 2021-10-24 18:08:17 -05:00
59e61545d8 Use different environment names for different pull requests 2021-10-24 17:42:32 -05:00
cb2cc89ae6 Remove archived posts 2021-10-24 17:26:02 -05:00
1b1ad207b3 Don't use relative permalink in comments 2021-10-24 15:32:36 -05:00
fda5948b83 Add comment system using Remark42 2021-10-23 23:30:19 -05:00
d19b9ceaf4 Checkout the correct branch when building pull requests [skip ci] 2021-10-23 00:31:07 -05:00
8c8aeb6712 Fix URLs with subpath in baseURL 2021-10-23 00:25:43 -05:00
e201233dc5 Update bobatheme 2021-10-23 00:11:15 -05:00
17dae5a100 Set auto_inactive: false on finish as well [skip ci] 2021-10-21 17:54:07 -05:00
7892e10d31 Set auto_inactive to false [skip ci] 2021-10-21 17:49:14 -05:00
e81abbdee1 Set transient to false in pull request [skip ci] 2021-10-21 17:46:08 -05:00
fa986a6108 Set no_override to true on deployment action [skip ci] 2021-10-21 17:40:25 -05:00
6a2ea7ae56 Use head_ref [skip ci] 2021-10-21 17:38:18 -05:00
5c6c2803bb Try a different GitHub deployment action [skip ci] 2021-10-21 17:34:55 -05:00
851f8974b3 Don't use log_url in deployment-action [skip ci] 2021-10-21 17:28:39 -05:00
71afc4d7b8 Change target_url to log_url in pull request action [skip ci] 2021-10-21 17:26:34 -05:00
1176f18a97 Fix it again? [skip ci] 2021-10-21 17:13:54 -05:00
fce3e6f626 Try and fix the ref in pull request action [skip ci] 2021-10-21 17:12:12 -05:00
0cd787706a Put the deployment on the right ref [skip ci] 2021-10-21 17:06:40 -05:00
ffaa86a23b Fix chrnorm/deployment-action version [skip ci] 2021-10-21 16:56:48 -05:00
9586ff6e7d Create GitHub deployment on pull request [skip ci] 2021-10-21 16:53:42 -05:00
5be27334a3 Show the deploy log in the comment [skip ci] 2021-10-20 21:07:19 -05:00
dec3ac1404 Mention what commit it was deployed from in the comment [skip ci] 2021-10-20 21:05:14 -05:00
9717d84c6f Try and add deploy comments to the pull requests [skip ci] 2021-10-20 20:53:55 -05:00
624e7961d9 Set the right base URL on pull request preview [skip ci] 2021-10-20 20:39:34 -05:00
e9f4e4691b Rename demo.yml workflow 2021-10-20 20:31:37 -05:00
591e237dac Add Deploy Demo action 2021-10-20 20:25:46 -05:00
21c37a5819 Update website redesign post 2021-10-20 20:16:38 -05:00
8770cd6a83 Update bobatheme (printability) 2021-10-20 14:13:47 -05:00
5755aa7d4a Update bobatheme - featured media is automatically shown 2021-10-19 14:02:08 -05:00
9246a8b0ec Update bobatheme to use resources for figure shortcode 2021-10-19 13:13:30 -05:00
19dc651463 Use figure shortcode instead of markdown in redesign post 2021-10-19 12:41:00 -05:00
c1366096f5 Improve translation section of CONTRIBUTING.md [skip ci] 2021-10-18 18:00:48 -05:00
58a2a7f097 Better license footer 2021-10-18 17:31:12 -05:00
51632d82ae Update author in config.toml 2021-10-18 15:02:29 -05:00
785d0161db Revert "Add meta category"
This reverts commit 39c53eb628.

Not quite ready yet
2021-10-18 14:19:25 -05:00
39c53eb628 Add meta category 2021-10-18 14:17:49 -05:00
9cdf93c7b0 Take bobatheme blog post out of draft stage 2021-10-18 14:03:05 -05:00
0e3e6fa865 Use the CC-BY-SA-4.0 license 2021-10-17 20:19:05 -05:00
915b172950 Update bobatheme (code block firefox fix) 2021-10-17 15:51:54 -05:00
3ab4febeb3 I forgot to push the bobatheme commit 2021-10-17 00:18:20 -05:00
51680bd3b1 Update bobatheme 2021-10-17 00:13:43 -05:00
14338b653b Add draft for website redesign post 2021-10-16 23:24:42 -05:00
5c247db719 Lowercase titles 2021-10-16 21:25:38 -05:00
835589c119 Update bobatheme - new archetypes [skip ci] 2021-10-16 16:55:21 -05:00
132cccfb64 Add CONTRIBUTING.md and update bobatheme 2021-10-16 00:22:28 -05:00
fa3a19ce78 Fix website title 2021-10-15 19:31:36 -05:00
62af527c24 Update bobatheme - better code block formatting 2021-10-15 19:21:56 -05:00
822128a5ae Add a url to the deployment 2021-10-15 03:43:57 -05:00
f5e6390358 Use environment for deploy 2021-10-15 03:40:24 -05:00
2bd777fbd4 Update license: GPL3 -> AGPL3 2021-10-15 03:20:55 -05:00
61d563ca99 Clean up archived new comment system post a little 2021-10-15 02:46:53 -05:00
86d346e4ae Use >- instead of | in front matter + update .editorconfig 2021-10-14 21:38:12 -05:00
4cf931c2ea Revert "Update editorconfig [skip ci]"
This reverts commit b397e00071.
2021-10-14 21:30:01 -05:00
1013b6c7a5 Revert "Remove hard-wrapping"
This reverts commit a49969bdc9.

Dumb idea
2021-10-14 21:29:50 -05:00
d0752d9ff0 Remove unnecessary quotes in front matter 2021-10-14 21:04:58 -05:00
a49969bdc9 Remove hard-wrapping 2021-10-14 21:00:27 -05:00
b397e00071 Update editorconfig [skip ci] 2021-10-14 20:32:00 -05:00
57047c6615 Use yaml front matter instead of toml 2021-10-14 16:17:07 -05:00
c7b482ba4b GitHub docs aren't very clear on pull request templates [skip ci] 2021-10-14 15:09:46 -05:00
8a49efea0e Move pull request template location? [skip ci] 2021-10-14 15:06:13 -05:00
9ee1d4ff42 Add translation PR template 2021-10-13 21:54:41 -05:00
3dfe41f14e Cherry-pick archive and blog categories from #1 2021-10-13 21:01:44 -05:00
62ff275f91 Fetch all history 2021-10-13 20:59:26 -05:00
490db14efb Actually build the site 2021-10-13 20:58:39 -05:00
d3eebe4114 Use a different Hugo action 2021-10-13 20:56:00 -05:00
f775b2ccb9 Set CORS for netlify 2021-10-13 20:39:27 -05:00
dfdf4b2af3 Update bobatheme (fixes Netlify publish) 2021-10-13 20:35:53 -05:00
6120f3ed37 Update repoURL to GitHub 2021-10-13 20:30:56 -05:00
f05769588a Add some GitHub linguist overrides 2021-10-13 20:30:11 -05:00
f2e2be6a30 Switch to GitHub Actions 2021-10-13 19:41:49 -05:00
a18a1d1124 Use inline code block on (edited) in title of post 2021-10-12 16:38:05 -05:00
becac7d21c Prepare for multilingual 2021-10-12 16:27:42 -05:00
6fc906b4aa Better descriptions for the main pages 2021-10-12 15:58:10 -05:00
565ae82bb7 Small fix 2021-10-12 12:33:58 -05:00
30b0773640 Rename header in /donate 2021-10-11 21:42:58 -05:00
498da8217f Update bobatheme again 2021-10-10 19:37:23 -05:00
649463e14d Update bobatheme again (large update!) 2021-10-10 17:59:07 -05:00
96fa82d4a8 Update bobatheme (header link icon) 2021-10-10 15:14:52 -05:00
af927e849a Update bobatheme again 2021-10-09 22:54:57 -05:00
ef1afc1a29 Update bobatheme again 2021-10-09 22:39:01 -05:00
395ef1321a Add git commit to post metadata 2021-10-09 22:18:19 -05:00
b1d4cf96e3 Disable the table of contents on a couple blog posts 2021-10-09 20:34:32 -05:00
a78b958bf7 Re-enable tags in archive 2021-10-09 20:08:54 -05:00
db5d6ddbfe Update bobatheme and move archive/ to archive/blog/ 2021-10-09 19:39:52 -05:00
fdf1604bc6 Update bobatheme 2021-10-09 18:53:45 -05:00
bed3e368cd Make all articles a directory 2021-10-09 15:47:26 -05:00
19a94b2f81 Use new summary system 2021-10-09 15:44:49 -05:00
20406c8a51 Fix og:video using different hugo image 2021-10-09 14:56:27 -05:00
073ff700cb Update bobatheme to replace feature-video with feature 2021-10-09 14:10:16 -05:00
f6c85b06d6 Use featured video feature in bobatheme update 2021-10-08 22:53:30 -05:00
ac92e2583d Update bobatheme again 2021-10-08 22:00:52 -05:00
29ab58ab13 Update bobatheme 2021-10-08 21:41:09 -05:00
5019fd61e8 Update homepage and bobatheme 2021-10-07 17:09:58 -05:00
628a6adbc7 Update bobatheme 2021-10-07 16:57:47 -05:00
6c694052b9 Putting a link in a header was a bad idea 2021-10-06 20:47:26 -05:00
563547dfda Update bobatheme 2021-10-06 17:43:20 -05:00
e852a1d521 Update bobatheme again 2021-10-06 09:52:34 -05:00
5823dbdc8f Update bobatheme 2021-10-06 09:37:02 -05:00
842e101948 Update bobatheme with icons 2021-10-05 19:12:32 -05:00
70b3d00116 Update bobatheme 2021-10-04 21:06:32 -05:00
426184757b Update bobatheme 2021-10-03 19:32:32 -05:00
73d434309d Fix links in archived posts 2021-10-03 19:25:15 -05:00
f4df6a6bf6 It's paginate not pagination 2021-10-03 19:15:55 -05:00
94f98a6b42 Update some pages 2021-10-03 15:35:30 -05:00
9c865c7292 Update hugo workflow 2021-10-03 15:12:33 -05:00
ac1546cff3 Set pagination to 5 2021-10-02 20:37:00 -05:00
e5614a4d35 Update bobatheme again again 2021-10-02 20:30:10 -05:00
fb752f1849 Remove 2 useless pages 2021-10-02 18:04:24 -05:00
2c79fee81f Update bobatheme again 2021-10-02 18:01:10 -05:00
0eba2deb19 Update bobatheme 2021-10-02 17:27:18 -05:00
d19c931184 Update bobatheme to 3 2021-10-01 21:06:13 -05:00
d1d368baa2 Show post dates in archive 2021-10-01 20:56:43 -05:00
ea08849fc5 Rewrap new-content-system-again and add description to archives 2021-10-01 19:31:55 -05:00
92b555980e Archive the New Comment System posts 2021-10-01 19:29:27 -05:00
8854c6d685 Update bobatheme 2021-09-30 18:37:53 -05:00
d63fa039d3 Update homepage text 2021-09-30 09:44:05 -05:00
e4e7b843b8 Update bobatheme 2021-09-29 21:34:14 -05:00
b733d3adf9 Update bobatheme - hashed CSS filenames 2021-09-28 21:11:34 -05:00
9610df7e27 Better media names 2021-09-28 20:44:45 -05:00
69ee0ea7d3 Move media to better location 2021-09-28 20:22:37 -05:00
255d2672de Update bobatheme 2021-09-28 18:36:47 -05:00
64a10abf32 Remove makefile and add compress.sh 2021-09-28 17:45:56 -05:00
b4bd3bdad7 Update .drone.yml 2021-09-28 17:42:49 -05:00
5981603cd1 Update bobatheme 2021-09-27 20:48:49 -05:00
71aa212355 Disable table of contents on pages where it's useless 2021-09-27 20:38:22 -05:00
43fa7b63ae Update bobatheme, again 2021-09-27 14:19:48 -05:00
1b39e25098 Update bobatheme 2021-09-27 14:18:11 -05:00
151d707509 Fix example video link in discord sed substitution post 2021-09-27 14:00:23 -05:00
13369b8d77 Update bobatheme and remove hugo-bearblog 2021-09-27 09:19:56 -05:00
ac52eea3d5 Remove archetypes and layouts 2021-09-26 20:25:30 -05:00
7492bd6f3a Don't use an image in twitter cards 2021-09-26 15:23:01 -05:00
0ae0a50264 Fix some metadata 2021-09-26 15:14:04 -05:00
141 changed files with 4016 additions and 1026 deletions

View File

@ -1,41 +0,0 @@
---
kind: pipeline
type: docker
name: Deploy to bbaovanc.com
trigger:
branch:
- master
event:
exclude:
- pull_request
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: build
image: bbaovanc/hugo
commands:
- hugo version
- hugo --minify
- name: list files
image: alpine:latest
commands:
- find public/
- name: upload
image: appleboy/drone-scp
settings:
host: bbaovanc.com
port: 2222
username: droneci
key:
from_secret: SSH_KEY
target: /var/www/bbaovanc/public/
rm: true
source: public/
strip_components: 1

View File

@ -1,11 +1,16 @@
root = true
[*.{md,toml}]
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.html]
indent_size = 4
[*.{md,toml,yaml}]
indent_size = 2
[*.md]
max_line_length = 80

7
.gitattributes vendored Normal file
View File

@ -0,0 +1,7 @@
*.md linguist-detectable=true
*.html linguist-detectable=true
*.css linguist-detectable=true
*.js linguist-detectable=true
README.md linguist-detectable=false
CONTRIBUTING.md linguist-detectable=false
docs/** linguist-detectable=false

30
.github/workflows/audit.yml vendored Normal file
View File

@ -0,0 +1,30 @@
name: Audit
on:
push:
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Read HUGO_VERSION
id: hugo_version
run: echo "HUGO_VERSION=$(cat HUGO_VERSION)" >> $GITHUB_OUTPUT
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ steps.hugo_version.outputs.HUGO_VERSION }}
extended: true
- name: Run audit
run: ./audit.sh

63
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,63 @@
name: Deploy
concurrency:
group: deploy-production
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: bbaovanc.com
url: https://bbaovanc.com
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Read HUGO_VERSION
id: hugo_version
run: echo "HUGO_VERSION=$(cat HUGO_VERSION)" >> $GITHUB_OUTPUT
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ steps.hugo_version.outputs.HUGO_VERSION }}
extended: true
- name: Download Pagefind
run: |
mkdir -p ~/.local/bin/
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
curl -L https://github.com/Pagefind/pagefind/releases/download/v1.3.0/pagefind-v1.3.0-x86_64-unknown-linux-musl.tar.gz | tar zxv -C ~/.local/bin pagefind
- name: Build
run: ./build.sh
- name: Setup SSH
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
ssh-host: srv.bbaovanc.com
ssh-port: 2222
- name: Upload
uses: up9cloud/action-rsync@v1
env:
HOST: srv.bbaovanc.com
USER: droneci
PORT: 2222
SOURCE: public/
MODE: push
VERBOSE: true
KEY: ${{secrets.DEPLOY_SSH_KEY}}
TARGET: /var/www/bbaovanc.com/public/
ARGS: -avPzc --delete-delay --exclude=/.git/ --exclude=/.github/

72
.github/workflows/diff.yml vendored Normal file
View File

@ -0,0 +1,72 @@
name: Diff
on:
push:
pull_request:
jobs:
compare:
runs-on: ubuntu-latest
steps:
- name: Checkout previous (pull_request)
if: github.event.pull_request
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: ${{ github.event.pull_request.base.ref }}
- name: Checkout previous (push)
if: github.event_name == 'push'
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: ${{ github.event.before }}
- name: Read HUGO_VERSION (previous)
id: hugo_version_old
run: echo "HUGO_VERSION=$(cat HUGO_VERSION)" >> $GITHUB_OUTPUT
- name: Setup Hugo (previous)
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ steps.hugo_version_old.outputs.HUGO_VERSION }}
extended: true
- name: Build previous
run: |
NO_SEARCH=y NO_COMPRESS=y DEST=old/ ./build.sh
- name: Checkout current
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
clean: false
- name: Read HUGO_VERSION (current)
id: hugo_version_new
run: echo "HUGO_VERSION=$(cat HUGO_VERSION)" >> $GITHUB_OUTPUT
- name: Setup Hugo (current)
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ steps.hugo_version_new.outputs.HUGO_VERSION }}
extended: true
- name: Build current
run: |
NO_SEARCH=y NO_COMPRESS=y DEST=new/ ./build.sh
- name: Print filenames changed
run: diff -qr old/ new/ || true
- name: Save full diff
run: diff -r old/ new/ | tee changes.diff || true
- name: Upload full diff
uses: actions/upload-artifact@v4
with:
name: diff
path: changes.diff

6
.gitignore vendored
View File

@ -14,3 +14,9 @@ hugo.darwin
hugo.linux
# End of https://www.toptal.com/developers/gitignore/api/hugo
/.hugo_build.lock
# used in demo.sh and staging.sh
/public.demo/
/public.staging/

4
.gitmodules vendored
View File

@ -1,7 +1,3 @@
[submodule "themes/hugo-bearblog"]
path = themes/hugo-bearblog
url = https://github.com/BBaoVanC/hugo-bearblog.git
branch = master
[submodule "themes/bobatheme"]
path = themes/bobatheme
url = https://github.com/BBaoVanC/bobatheme.git

26
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,26 @@
# Contributing to bobatheme
## Building
Just in case you need it.
### 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.
### 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
`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
bobatheme has a submodule in itself for icons.
4. Run `hugo serve -D` to run a local webserver. Hugo will show the URL you can
access the preview at. It will automatically rebuild and reload pages when
you save them.

1
HUGO_VERSION Normal file
View File

@ -0,0 +1 @@
0.147.9

1000
LICENSE

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
all: public
public:
hugo
clean:
rm -rf public
push: clean public
rsync -arvz -e 'ssh -p 2222' --progress --delete public/ bbaovanc.com:/var/www/bbaovanc/blog/
.PHONY: all clean push

View File

@ -1,3 +1,5 @@
# bbaovanc.com
My personal website, generated using [Hugo](https://gohugo.io)
It is live at https://bbaovanc.com.

View File

@ -1,13 +0,0 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
# Format date like 2006-01-02 (it gives an error if I use .Format)
description = """
Lorem ipsum
"""
tags = [
"",
]
+++

View File

@ -1,8 +0,0 @@
+++
title = "{{ replace .Name "-" " " | title }}"
menu = "main"
description = """
Lorem ipsum
"""
+++

121
assets/css/comments.css Normal file
View File

@ -0,0 +1,121 @@
/* Isso styling */
h4.isso-thread-heading {
color: var(--text-0);
margin-bottom: 8px;
}
.isso-comment:not(:first-of-type),
.isso-follow-up .isso-comment {
border-color: var(--background-3);
}
.isso-author,
.isso-page-author-suffix,
.isso-comment-footer,
.isso-comment-footer .isso-votes {
color: var(--text-gray-0);
}
.isso-comment-header .isso-spacer,
.isso-spacer:hover,
.isso-permalink,
.isso-permalink:hover {
color: var(--text-gray-1) !important;
}
a.isso-author:hover,
.isso-permalink:hover {
text-decoration: underline !important;
}
.isso-comment.isso-is-page-author > .isso-text-wrapper {
background-color: var(--background-accent-1);
}
.isso-feedlink:hover,
.isso-reply {
color: var(--link-0) !important;
text-shadow: unset !important;
}
.isso-reply:hover {
text-decoration: underline;
}
.isso-text pre,
.isso-text :not(pre) > code {
background-color: var(--background-2);
border: none;
padding: 2px 4px;
border-radius: 5px;
/* thanks isso.css for setting this to 85% for whatever reason */
font-size: 0.75em;
}
.isso-input-wrapper input,
.isso-post-action > input,
.isso-textarea,
.isso-preview {
color: var(--text-1);
background-color: var(--background-1);
border-color: var(--background-2) !important;
}
.isso-input-wrapper input:focus,
.isso-textarea:focus {
border-color: var(--background-3) !important;
}
.isso-post-action > input:hover {
background-color: var(--background-2);
}
.isso-post-action > input:focus,
.isso-post-action > input:active {
background-color: var(--background-3);
}
.isso-textarea {
margin-bottom: 4px;
}
.isso-input-wrapper {
display: inline-flex;
flex-direction: column;
margin-right: 4px;
max-width: 25%;
}
.isso-input-wrapper input {
order: 1;
}
.isso-input-wrapper label {
order: 2;
font-size: small;
}
.isso-post-action {
margin-left: 4px;
margin-top: 0;
}
@media screen and (max-width: 600px) {
.isso-input-wrapper {
display: block;
max-width: 100%;
}
}
@media print {
.comments {
break-before: always;
}
.isso-comment {
max-width: unset;
}
.isso-text-wrapper {
break-inside: avoid;
}
.isso-postbox,
.isso-feedlink {
display: none;
}
}
.isso-target {
animation: target-fade 10s ease-out; /* defined in bobatheme */
}

9
assets/css/search.css Normal file
View File

@ -0,0 +1,9 @@
/* put on body so it overrides the defaults set in :root by pagefind.css */
body {
/* https://pagefind.app/docs/ui-usage/#customising-the-styles */
--pagefind-ui-background: var(--background-1);
--pagefind-ui-border: var(--background-2);
--pagefind-ui-primary: var(--link-0);
--pagefind-ui-tag: var(--background-1);
--pagefind-ui-text: var(--text-1);
}

3
assets/js/share-event.js Normal file
View File

@ -0,0 +1,3 @@
function share_event(service) {
plausible("Share", {props: {Network: service}});
}

12
audit.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -x
# AUDIT flag already skips compression and search generation
HUGO_MINIFY_TDEWOLFF_HTML_KEEPCOMMENTS=true HUGO_ENABLEMISSINGTRANSLATIONPLACEHOLDERS=true hugo --buildDrafts --printI18nWarnings --printPathWarnings -d public.audit/
# https://gohugo.io/troubleshooting/audit/
! grep -inorE "<\!-- raw HTML omitted -->|ZgotmplZ|\[i18n\]|\(<nil>\)|(&lt;nil&gt;)|hahahugo" public.audit/
# see layouts/baseof.html in bobatheme
! grep -inorE "YUZSIQGHE" public.audit/
rm -r public.audit/

17
build.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/bash -ex
# POSIX sh doesn't have the time command
[ -z "$DEST" ] && DEST="public/"
rm -rf "$DEST"
hugo --printI18nWarnings --printPathWarnings -d "$DEST" $@
echo "$(git branch --show-current)-$(git describe --match='' --always --abbrev=0 --dirty)" > "$DEST"/version.txt
if [ -z "$NO_SEARCH" ]; then
time pagefind --site "$DEST"
fi
if [ -z "$NO_COMPRESS" ]; then
export DEST
./compress.sh
fi

12
compress.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
# POSIX sh does not have time command so we must use bash
[ -z "$DEST" ] && echo "Please provide DEST variable for compress.sh" && exit 1
files=$(find "$DEST" -name "*.html" -o -name "*.xml" -o -name "*.css" -o -name "*.js" -o -name "*.svg")
time printf '%s\n' "$files" | parallel $@ "echo 'GZIP {}' && gzip -fnk {}"
time printf '%s\n' "$files" | parallel $@ "echo 'BROTLI {}' && brotli -fZk {}"
# level 9 chosen based on `zstd -b1 -e22 public/blog/swapfile-guide/index.html`
# gives a slightly better ratio than default (3)
time printf '%s\n' "$files" | parallel $@ "echo 'ZSTD {}' && zstd -q -f -9 {}"

View File

@ -1,13 +0,0 @@
baseURL = "https://bbaovanc.com"
theme = "bobatheme"
languageCode = "en-US"
author = "bbaovanc"
title = "bbaovanc's Website"
sectionPagesMenu = "main"
enableRobotsTXT = true
# these are for the OpenGraph/Twitter embeds
[params]
description = "My personal website"
images = ["favicon.png"]
title = "boba.best"

431
content/LICENSE Normal file
View File

@ -0,0 +1,431 @@
As stated in /LICENSE at the root of this repository, my website's
content is licensed under CC-BY-SA 4.0:
Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public
licenses. Notwithstanding, Creative Commons may elect to apply one of
its public licenses to material it publishes and in those instances
will be considered the "Licensor." The text of the Creative Commons
public licenses is dedicated to the public domain under the CC0 Public
Domain Dedication. Except for the limited purpose of indicating that
material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the
public licenses.
Creative Commons may be contacted at creativecommons.org.

View File

@ -1,3 +1,39 @@
This is my website.
---
https://boba.best is also my website.
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
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].
[bobatheme-github]: https://github.com/BBaoVanC/bobatheme
[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:
- Linux
- Open Source Software
- Programming
- Web Development

View File

@ -0,0 +1,8 @@
---
title: Authors
description: >-
List of authors on my website.
---

View File

@ -0,0 +1,12 @@
---
title: bbaovanc
issoUserID: 284513e38f5c
twitter: bbaovanc
---
I think you can probably tell from the website URL that I'm the one who owns
this website.
<!--more-->

View File

@ -0,0 +1,10 @@
---
title: GitHub Copilot
---
More information at https://copilot.github.com/. See [this
post](/blog/copilot-post) for how I did it.
<!--more-->

View File

@ -1,7 +1,8 @@
+++
title = "Blog"
---
description = """
My blog posts
"""
+++
title: Blog
description: >-
The home of my blog. This is where all my articles go under.
---

View File

@ -1,24 +1,31 @@
+++
title = "Allow Non Root Processes to Bind to Privileged Ports"
date = "2021-03-28"
aliases = [
"posts/allow-non-root-processes-to-bind-to-privileged-ports/",
]
---
description = """
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
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
authors:
- bbaovanc
categories:
- guides
tags:
- linux
- systemd
---
In Linux, processes cannot bind to privileged ports (&lt;=1024) unless they are
running as root. Here's how to allow any process to bind to privileged ports.
"""
tags = [
"guide",
"linux",
]
+++
<!--more-->
## Introduction
In Linux, processes cannot bind to privileged ports (<=1024) unless they are
In Linux, processes cannot bind to privileged ports (&lt;=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
@ -28,9 +35,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[^1] 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[^systemd-set-capabilities] that are commented out:
```systemd
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
@ -42,7 +49,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[^2]:
allowing it to bind to any port. Run the following command[^setcap-command]:
```bash
setcap 'cap_net_bind_service=+ep' /path/to/program
@ -51,7 +58,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[^2]:
Other caveats[^caveats-quote]:
> 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
@ -64,6 +71,10 @@ Other caveats[^2]:
> privileges like setcap or suid. So if your program uses its own .../lib/,
> you might have to look into another option like port forwarding.
[^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
[^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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,144 @@
---
title: Using GitHub Actions to audit my website with Google Chrome Lighthouse
date: 2022-05-07T00:54:11-05:00
lastmod: 2022-05-08T16:16:02-05:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- meta
tags:
- caddy
- devops
- github-actions
- google-lighthouse
# 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: dashboard-performance-graph.webp
title: Picture of the `Performance` section on the Lighthouse CI dashboard
- name: youtube-embed-performance-comparison
src: youtube-embed-performance-comparison.webp
title: >-
Performance hit caused by adding a YouTube embed. You can see the
comparison itself [on this comparison
page](https://lhci.bbaovanc.com/app/projects/bbaovanc.com/compare/01d2064b6fac?baseUrl=https%3A%2F%2Flocalhost%2Fblog%2Fthe-redesign-of-my-website%2F&compareUrl=https%3A%2F%2Flocalhost%2Fblog%2Fyoutube-url-structures-you-should-know%2F&baseBuild=01d2064b-6fac-40df-b4e6-373037ae1f9e).
---
The other day I set up automatic testing of my website using [Google Chrome
Lighthouse][google-lighthouse]. I'm also running my own Lighthouse CI server to
store test result history and show trends. Here's an outline of what this means,
some of the results I've obtained so far, and my thoughts on the usefulness of
Lighthouse.
[google-lighthouse]: https://developers.google.com/web/tools/lighthouse
<!--more-->
## What is Lighthouse?
Lighthouse is a tool developed by Google which audits websites and gives them a
score in four categories: *Performance*, *Accessibility*, *Best Practices*, and
*SEO (search engine optimization)*. It's also built into the developer console
in Chrome, so you can run it manually on any website you want directly inside
your browser.
I have already been using Lighthouse manually to do occasional tests on my
website and its theme, [bobatheme][bobatheme]. However, I recently came across
[this GitHub Action][lhci-action]. It caught my eye because I was [already using
GitHub Actions][old-audit-workflow] to perform a few basic Hugo[^hugo]-related
audits found [in a thread on the Hugo forum][hugo-audits-thread].
[^hugo]: [Hugo](https://gohugo.io) is the framework that my website is built on. It's
a static site generator which generates my site according to my own custom
templates that make up my theme.
[bobatheme]: https://github.com/BBaoVanC/bobatheme
[lhci-action]: https://github.com/marketplace/actions/lighthouse-ci-action
[old-audit-workflow]: https://github.com/BBaoVanC/bbaovanc.com/blob/31e25c2578a789afe71ce90352747eb427ca3c0e/.github/workflows/audit.yml#L31-L59
[hugo-audits-thread]: https://discourse.gohugo.io/t/audit-your-published-site-for-problems/35184
## Setting it all up
My goal is to run Lighthouse's audits on an environment as similar to my real
website's deployment as possible.
First, I [created a separate `lighthouse` job on my audit
workflow][lighthouse-actions-job] on GitHub Actions. This job will do all of the
testing. Since it's a separate job, it runs in parallel with my existing audit
task.
[lighthouse-actions-job]: https://github.com/BBaoVanC/bbaovanc.com/blob/3668b6cfb11d09149b5da347219cdc75d0ce0985/.github/workflows/audit.yml#L7
Next, I copied [my existing build steps verbatim][production-build-steps]. This
makes the site effectively identical to my real deployment on bbaovanc.com. One
of the crucial steps is to pre-compress all the files so their compressed
versions can be served without the server having to compress them on-the-fly,
saving valuable processing power.
[production-build-steps]: https://github.com/BBaoVanC/bbaovanc.com/blob/db65e9fc23b840429f5c9ad2b43d7dd01a024f36/.github/workflows/deploy.yml#L22-L33
Serving the compressed files is crucial because it simulates the real world
transfer size of the files. In addition, Lighthouse will recommend that you
serve the files compressed.
Inside the audit environment I use the same webserver (Caddy) and a [similar
configuration][audit-caddy-config] (compared to the [one running on
bbaovanc.com][production-caddy-config]) to what I have running on bbaovanc.com.
Caddy also is able to easily run the demo site with HTTPS, even on localhost.
That allows it to test certain elements (such as the comment section) that
wouldn't be allowed to load if it were plain, unsecured HTTP.
[audit-caddy-config]: https://github.com/BBaoVanC/bbaovanc.com/blob/3668b6cfb11d09149b5da347219cdc75d0ce0985/Caddyfile
[production-caddy-config]: https://git.bbaovanc.com/configs/caddy/src/commit/e3227eb2a2679e27545c2417c2565941f03fb744/conf.d/bbaovanc.com
{{< see-also "/blog/caddy-is-the-best-webserver" >}}
I selected [a few significant pages on my website][lighthouse-urls] so
Lighthouse can test a wide range of the features in my website's theme. The
results of these tests are then uploaded to [my Lighthouse CI
server][lhci-dashboard]. There you can view the audit history and see
differences in results between builds.
[lighthouse-urls]: https://github.com/BBaoVanC/bbaovanc.com/blob/3668b6cfb11d09149b5da347219cdc75d0ce0985/lighthouserc.yaml#L4-L19
[lhci-dashboard]: https://lhci.bbaovanc.com/app/projects/bbaovanc.com/dashboard
## What I found from the tests
### Performance impact of a YouTube video
I found that embedding a YouTube video using the built-in shortcode in Hugo
made the website drastically slower. It's a lot clearer in the audit environment
where everything is throttled down a bunch, so the performance impact is more
clear. Below is a screenshot of the difference in score between my blog post
with a YouTube embed and a similarly sized blog post which has no video.
{{< figure src="youtube-embed-performance-comparison" >}}
I can probably optimize this a little by making a copy of the built-in Hugo
YouTube shortcode, and modifying it to defer the loading of the remote scripts.
That will have to be a future project, and I'll probably write a post if I ever
end up testing it.
## My thoughts on Lighthouse
You can make the argument that the results from Lighthouse don't really mean
much in the real world. On modern devices and a decent internet speed most
websites will load just fine.
Although most pages on my site have a perfect score from Lighthouse, I'm not
going to go way out of my way in order to keep it that way. After all,
Lighthouse is just a tool intended for "improving the quality of web
pages."[^improve-quality-quote] That doesn't mean it needs to be perfect.
[^improve-quality-quote]: Source: [Google
Developers](https://developers.google.com/web/tools/lighthouse)

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -0,0 +1,108 @@
---
title: Newsletter for my blog posts
date: 2022-04-30T01:00:14-05:00
lastmod: 2022-05-23T02:17:47-05:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- meta
tags:
# 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
params:
alt: >-
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-->
{{< aside warning >}}
I decided that I didn't really want to deal with the extra work of managing a
newsletter so I've removed it. (I didn't actually get any sign-ups).
{{< /aside >}}
**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
caption=`Dashboard on listmonk ---
[source](https://listmonk.app/static/images/splash.png)`
>}}
{{< resource "listmonk-splash.webp" >}}
{{< /figure >}}
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
{{< aside warning >}}
I decided that I didn't really want to deal with the extra work of managing a
newsletter so I've removed it. (I didn't actually get any sign-ups anyways.)
{{< /aside >}}
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.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,232 @@
---
title: Caddy is literally the best webserver
date: 2021-11-13T00:43:35-06:00
lastmod: 2023-01-16T20:57:00-06:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- reviews
tags:
- caddy
- linux
- sysadmin
- webserver
resources:
- name: feature
src: caddy.webp
title: >-
Image source:
[Caddy](https://caddyserver.com/resources/images/caddy-logo.svg)
---
After switching from NGINX to Caddy on all of my websites, I have come to the
conclusion that Caddy is the best webserver in existence. With automatic HTTPS,
a simple configuration file, and more, Caddy is just the best webserver overall
for general use.
<!--more-->
## 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.
### 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]
## Dead simple configuration files: Caddy vs NGINX
Caddy's configuration file format is the easiest out of all the main webserver.
The best way for me to demonstrate this simplicity is to compare it to one of
the most popular webservers: [NGINX](https://www.nginx.com/).
### Serving some static files
The most essential feature you can use a webserver for.
#### Caddy
```caddyfile
example.com {
root * /var/www/example.com
file_server
}
```
#### NGINX
```nginx
server {
listen 80;
server_name example.com;
index index.html index.txt;
root /var/www/example.com;
location / {
try_files $uri $uri/ =404;
}
}
```
As you can see, the Caddy config is a lot simpler than the NGINX one. But wait,
there's more! This NGINX config is unencrypted HTTP only, but the Caddy one will
automatically request a certificate from Let's Encrypt, enable HTTPS, and even
redirect unencrypted HTTP to HTTPS.
From now on, for the sake of simplicity, I'll be ignoring HTTPS for the NGINX
configs.
### PHP (PrivateBin)
The Caddy config for this example is the same as the [one used for
bin.boba.best](https://git.boba.best/boba.best/caddy/src/commit/cd00151fbdd784979a8a181980cc36061be68c7d/conf.d/bin.boba.best).
I've stripped it down a bit by removing the [custom error
pages](https://git.boba.best/boba.best/caddy/src/commit/cd00151fbdd784979a8a181980cc36061be68c7d/Caddyfile#L15-L24),
[HSTS](https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security), [zstd
compression](https://github.com/facebook/zstd), and logging.
#### Caddy
```caddyfile
bin.boba.best {
encode gzip
root * /var/www/bin.boba.best
php_fastcgi unix//run/php/php-fpm.sock
file_server
}
```
#### NGINX
```nginx
server {
listen 80;
server_name bin.boba.best;
index index.html index.txt index.php;
root /var/www/bin.boba.best;
gzip on;
location / {
try_files $uri $uri/ =404;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php-fpm.sock;
}
}
```
### Reverse proxy + static files (Gitea)
This last example is based on
[git.bbaovanc.com](https://git.bbaovanc.com/boba.best/caddy/src/commit/57c9f0011eae92ef5fa2992d99f01b0956802d64/conf.d/git.bbaovanc.com).
Just like the last example, I've stripped off the custom error pages, HSTS, zstd
compression, and logging.
#### Caddy
```caddyfile
git.bbaovanc.com {
encode gzip
handle_path /_/static/assets/* {
root * /var/www/git.bbaovanc.com/public
file_server
}
handle {
reverse_proxy localhost:81 {
header_up X-Real-IP {remote_host}
}
}
}
```
#### NGINX
```nginx
server {
listen 80;
server_name git.bbaovanc.com;
gzip on;
location /_/static/assets {
alias /var/www/git.bbaovanc.com/public/;
}
location / {
proxy_pass http://localhost:81;
proxy_set_header X-Real-IP $remote_addr;
}
```
Although in this case the NGINX config was slightly shorter, I find the Caddy
one a lot more clear and easy to understand. With NGINX, I find it weird how
adding a trailing slash or not defines whether the prefix (`/_/static/assets` in
this case) is stripped before searching the filesystem. In Caddy, you can use
the `handle_path` directive, instead of just a regular `handle` directive.
You can read more about how `handle` and `handle_path` work in Caddy on the
[Caddy docs](https://caddyserver.com/docs/caddyfile/directives/handle).
## The smaller details
These features might not matter to you, but this is my blog, and I care about
them, so I'll be including them.
### Go templates
Caddy is written in Go and supports [Go
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]
#### Error pages using HTTP Cats
I use [this
snippet](https://git.bbaovanc.com/boba.best/caddy/src/commit/57c9f0011eae92ef5fa2992d99f01b0956802d64/Caddyfile#L8-L15)
on both bbaovanc.com and boba.best to make custom error pages using images from
[HTTP Cats](https://http.cat). It uses Caddy's template support to generate some
simple HTML to show the error code, name, and cat image.
### Beautiful autoindex file browser
Apache and NGINX both have an optional "autoindex" feature which generates a
list of files in a directory when there's no page there. However, it looks very
ugly. Caddy, on the other hand, still has a simple index page, but looks a
thousand times better.
Coincidentally, it matches the theme of my website very well, so I have to put a
border around the image.
{{< figure "Caddy's gorgeous directory list page." >}}
{{< resource "caddy-browse" >}}
{{< /figure >}}
[^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).
[^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)
([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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,24 +1,30 @@
+++
title = "Checkra1n GUI on Other Distros"
date = "2021-03-25"
aliases = [
"posts/checkra1n-gui-on-other-distros/",
]
---
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
authors:
- bbaovanc
categories:
- guides
tags:
- linux
resources:
- name: feature
src: gui.webp
title: Checkra1n GUI running on Arch Linux
---
description = """
You can run the GUI version of checkra1n on non Debian-based distributions.
"""
tags = [
"guide",
"linux",
"archlinux",
"jailbreak",
"checkra1n",
]
+++
![Checkra1n GUI running on Arch Linux](/media/checkra1n-gui-on-arch-linux.webp)
<!--more-->
## Introduction

View File

@ -0,0 +1,342 @@
---
# this is the title it generated. not even joking
title: Copilot
date: 2021-11-07T16:20:15-06:00
lastmod: 2021-11-07T16:20:15-06:00
toc: true
comments: true
authors:
- GitHub Copilot
categories:
tags:
- github-copilot
series:
- github-copilot-experiments
_build:
list: never
---
Did you know that Copilot is a command line interface for Copilot? It's a tool
for creating and managing Copilot projects.
<!--more-->
{{< aside >}}
## What is this post?
I used [GitHub Copilot](https://copilot.github.com/) to write everything. All I
did myself (being a human) was write a couple words and let it finish it off.
I'll put any text that I wrote myself in an "aside" box, like you can see on
this paragraph.
{{< /aside >}}
## What is Copilot?
Copilot is a [Cloud Native
Computing](https://en.wikipedia.org/wiki/Cloud_computing). It's used for
managing the lifecycle of your application. It's also used as a tool for
creating and managing Copilot projects.
## What is this?
This is an article about [GitHub Copilot]() and the Copilot CLI. It's a tool for
creating and managing Copilot projects. I wrote it to help me learn the [GitHub
Copilot API]() and to learn how to use the CLI. You can read more about the API
[here](https://developer.github.com/v4/explorer/). Next time you want to learn
more about Copilot, check out the [GitHub Copilot
docs](https://developer.github.com/apps/copilot/).
## Why is this?
Because I'm a developer and I like to learn new things. This is a tool I wrote
to learn how the Copilot API works. It's a tool for creating and managing
Copilot projects. I wrote it to help me learn the [GitHub Copilot API]() and to
learn how to use the CLI. You can read more about the API
[here](https://developer.github.com/v4/explorer/). Next time you want to learn
more about Copilot, check out the [GitHub Copilot
docs](https://developer.github.com/apps/copilot/). It's a tool for creating and
managing Copilot projects. I wrote it to help me learn the [GitHub Copilot
API]() and to learn how to use the CLI. You can read more about the API
[here](https://developer.github.com/v4/explorer/). Next time you want to learn
more about Copilot, check out the [GitHub Copilot
docs](https://developer.github.com/apps/copilot/).
## How did I write this?
I used [Hugo](https://gohugo.io/) to write this article. It's a static site
generator that makes it easy to create and manage a blog. GitHub Copilot is what
I use to create and manage Copilot projects.
## How do I use this?
Here's how you use this. You can read more about the CLI
[here](https://developer.github.com/apps/copilot/). You can read more about the
API [here](https://developer.github.com/v4/explorer/). Next time you want to
learn more about Copilot, check out the [GitHub Copilot
docs](https://developer.github.com/apps/copilot/). It's a tool for creating and
managing Copilot projects. I wrote it to help me learn the [GitHub Copilot
API]() and to learn how to use the CLI. You can read more about the API
[here](https://developer.github.com/v4/explorer/). Next time you want to learn
more about Copilot, check out the [GitHub Copilot
docs](https://developer.github.com/apps/copilot/). Did you know that Copilot is
a command line interface for Copilot? It's a tool for creating and managing
Copilot projects. It's not a tool for creating and managing Copilot projects.
It's a tool for creating and managing Copilot projects. I wrote it to help me
learn the [GitHub Copilot API]() and to learn how to use the CLI. You can read
more about the API [here](https://developer.github.com/v4/explorer/). Next time
you want to learn more about Copilot, check out the [GitHub Copilot
docs](https://developer.github.com/apps/copilot/).
## What do I need to know?
* You need a GitHub account
* You need to have a GitHub Copilot API key
* You need to have a GitHub Copilot CLI
* You need to have a GitHub Copilot project
## How do I create a project?
1. Create a project on [GitHub
Copilot](https://developer.github.com/apps/copilot/).
2. Create a project on [GitHub
Copilot](https://developer.github.com/apps/copilot/).
3. Create a project on [GitHub
Copilot](https://developer.github.com/apps/copilot/).
## How do I delete a project?
1. Delete a project on [GitHub
Copilot](https://developer.github.com/apps/copilot/).
2. Delete a project on [GitHub
Copilot](https://developer.github.com/apps/copilot/).
3. Delete a project on [GitHub
Copilot](https://developer.github.com/apps/copilot/).
## I want to create a project, but I don't have an API key.
Well, you need an API key. You can create one on [GitHub
Copilot](https://developer.github.com/apps/copilot/). You can create one on
[GitHub Copilot](https://developer.github.com/apps/copilot/). You can create one
on [GitHub Copilot](https://developer.github.com/apps/copilot/). If you don't
have an API key, you can create one on [GitHub
Copilot](https://developer.github.com/apps/copilot/). Sorry about that. You can
create one on [GitHub Copilot](https://developer.github.com/apps/copilot/).
## I want to create a project, but I don't have a CLI.
If you don't have a CLI, you can create one on [GitHub
Copilot](https://developer.github.com/apps/copilot/). Unfortunately, you can't
create one on [GitHub Copilot](https://developer.github.com/apps/copilot/). You
can create one on [GitHub Copilot](https://developer.github.com/apps/copilot/).
{{< aside >}}
The following made me laugh:
{{< /aside >}}
## It keeps saying the same thing.
1. It keeps saying the same thing.
2. It keeps saying the same thing.
3. It keeps saying the same thing.
```js
var password = process.env.GITHUB_API_KEY;
```
Did you know that Copilot is a command line interface for Copilot? It's a tool
for creating and managing Copilot projects. It keeps saying the same thing. You
can create one on [GitHub Copilot](https://developer.github.com/apps/copilot/).
## Code blocks
{{< aside >}}
These next subsections are written by GitHub Copilot. All I did was write the
section headers, start the code block, and type some comments to get it started.
I have no idea if the code actually works (or even does anything at all), so
test it at your own risk!
{{< /aside >}}
### Copilot
```python
import os
import json
import requests
# Get the API key from the environment
api_key = os.environ.get('GITHUB_API_KEY')
# Get the project name from the environment
project_name = os.environ.get('GITHUB_PROJECT_NAME')
# Get the project description from the environment
project_description = os.environ.get('GITHUB_PROJECT_DESCRIPTION')
# Get the project homepage from the environment
project_homepage = os.environ.get('GITHUB_PROJECT_HOMEPAGE')
# Get the project repository from the environment
project_repository = os.environ.get('GITHUB_PROJECT_REPOSITORY')
# Get the project organization from the environment
project_organization = os.environ.get('GITHUB_PROJECT_ORGANIZATION')
# Get the project visibility from the environment
project_visibility = os.environ.get('GITHUB_PROJECT_VISIBILITY')
# Get the project topics from the environment
project_topics = os.environ.get('GITHUB_PROJECT_TOPICS')
# Get the project languages from the environment
project_languages = os.environ.get('GITHUB_PROJECT_LANGUAGES')
# Get the project license from the environment
project_license = os.environ.get('GITHUB_PROJECT_LICENSE')
# Get the project documentation from the environment
project_documentation = os.environ.get('GITHUB_PROJECT_DOCUMENTATION')
# Create the project
response = requests.post(
'https://api.github.com/orgs/{}/projects'.format(project_organization),
headers={
'Authorization': 'token {}'.format(api_key),
'Content-Type': 'application/json',
},
data=json.dumps({
'name': project_name,
'body': project_description,
'homepage': project_homepage,
'repository_url': project_repository,
'visibility': project_visibility,
'topics': project_topics,
'languages': project_languages,
'license_template': project_license,
'documentation_url': project_documentation,
}),
)
```
### A basic Discord bot
```python
import discord
import os
import json
import requests
# the token of the bot
token = os.environ.get('DISCORD_BOT_TOKEN')
# the name of the bot
name = os.environ.get('DISCORD_BOT_NAME')
# command handler
async def handle_command(message):
# get the command
command = message.content.split()[0]
# get the arguments
args = message.content.split()[1:]
# get the author
author = message.author
# get the author's id
author_id = message.author.id
# create the response
response = '{}'.format(author.mention)
# if the command is `ping`
if command == 'ping':
# respond with pong
response = 'pong'
# if the command is `hello`
if command == 'hello':
# respond with hello
response = 'hello'
# if the command is `help`
if command == 'help':
# respond with help
response = 'help'
# send the response
await client.send_message(message.channel, response)
```
### A basic Minecraft bot
```python
import minecraft
import os
import json
import requests
# run the Minecraft bot
client = minecraft.Minecraft.create()
# build a house
def build_house(x, y, z):
# build a house
client.setBlock(x, y, z, 1)
client.setBlock(x, y + 1, z, 1)
client.setBlock(x, y + 2, z, 1)
client.setBlock(x, y + 3, z, 1)
client.setBlock(x, y + 4, z, 1)
client.setBlock(x, y + 5, z, 1)
client.setBlock(x, y + 6, z, 1)
client.setBlock(x, y + 7, z, 1)
client.setBlock(x, y + 8, z, 1)
client.setBlock(x, y + 9, z, 1)
client.setBlock(x, y + 10, z, 1)
client.setBlock(x, y + 11, z, 1)
client.setBlock(x, y + 12, z, 1)
client.setBlock(x, y + 13, z, 1)
client.setBlock(x, y + 14, z, 1)
client.setBlock(x, y + 15, z, 1)
client.setBlock(x, y + 16, z, 1)
client.setBlock(x, y + 17, z, 1)
client.setBlock(x, y + 18, z, 1)
client.setBlock(x, y + 19, z, 1)
client.setBlock(x, y + 20, z, 1)
client.setBlock(x, y + 21, z, 1)
client.setBlock(x, y + 22, z, 1)
client.setBlock(x, y + 23, z, 1)
# build a door
client.setBlock(x - 1, y + 1, z, 64)
client.setBlock(x - 1, y + 2, z, 64)
client.setBlock(x - 1, y + 3, z, 64)
client.setBlock(x - 1, y + 4, z, 64)
client.setBlock(x - 1, y + 5, z, 64)
client.setBlock(x - 1, y + 6, z, 64)
# build a window
client.setBlock(x - 1, y + 10, z, 64)
client.setBlock(x - 1, y + 11, z, 64)
client.setBlock(x - 1, y + 12, z, 64)
client.setBlock(x - 1, y + 13, z, 64)
```
### A random program
```js
var x = Math.random() * 10;
var y = Math.random() * 10;
var z = Math.random() * 10;
// do something with the coordinates
console.log(x, y, z);
```
### Find the last digit of pi
{{< aside >}}
This next one is actually genius.
{{< /aside >}}
```python
import math
# find the last digit of pi
def last_digit_of_pi():
return int(str(math.pi)[-1])
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -0,0 +1,297 @@
---
title: How the "Discord sex" (`s/e/x`) hack works
date: 2022-05-11T21:11:17-05:00
lastmod: 2022-09-24T14:56:05-05:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- tips-and-tricks
tags:
- discord
- discord-tricks
- sed
# 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: example.webp
title: Result after sending a GIF and then sending `s/e/x`.
- name: default-sex
src: default-sex.webp
title: Fallback image on `txnor.com`
- name: double-sex
src: double-sex.webp
title: Resulting image after typing `s/e/x` a second time.
- name: chess
src: chess.webp
title: This happens once you type `s/w/ag` after having done `s/e/x`.
- name: sword
src: sword.webp
title: This happens when you type `s/w/ord` after having done `s/e/x`.
- name: sword-atk
src: sword-atk.webp
title: This happens when you type `s/d/dATK`
- name: sword-def
src: sword-def.webp
title: This happens when you type `s/d/dDEF`
- name: sword-hug
src: sword-hug.webp
title: This happens when you type `s/d/dHUG`
- name: sword-win
src: sword-win.webp
title: Win screen on the `s/w/ord` game.
- name: sword-lose
src: sword-lose.webp
title: Lose screen on the `s/w/ord` game.
- name: 6969th
src: 6969th.webp
title: This happens on average (since it's randomized) every 6070th use.
- name: math-challenge
src: math-challenge.webp
title: Math challenge example
---
There's this trick going around on Discord recently where if you send any GIF
from Tenor, and then type `s/e/x`, then it turns it into a different meme GIF.
Here's how it works.
<!--more-->
{{< aside info >}}
Credit goes to Rebane2001 (not me) for making this trick, and setting it up on
`txnor.com`.
{{< /aside >}}
## The `sed` syntax
For operating systems based on Unix or Linux, there's usually a simple terminal
command included called [`sed`][sed-wikipedia], which is most commonly used to
run text replacement commands. Here's a very simple example of what a basic
`sed` command looks like:
[sed-wikipedia]: https://en.wikipedia.org/wiki/Sed
```console
$ sed 's/hello/goodbye/'
```
Discord likely implemented this in order to appeal to
[IRC][irc-wikipedia][^irc-definition] users. Since IRC doesn't support editing
messages, it's common for people to send messages in that format to tell people
about changes to their previous message. Discord implemented this into both
their web/desktop client and their iOS app, excluding the Android app.
[irc-wikipedia]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
[^irc-definition]: IRC (Internet Relay Chat) is a simple text-based chat system.
It's a very old protocol, however its simplicity and minimalism is the main
reason people choose it. It's not very popular anymore.
Note that while real `sed` commands can get much more complicated, Discord's
implementation doesn't support those advanced features[^trailing-slash-note].
[^trailing-slash-note]: Also note that in Discord's implementation, the trailing
slash (after `goodbye`) can be ommitted (making it just `s/hello/goodbye`),
but with the real `sed` command, it's required.
{{< see-also "/blog/text-substitution-in-discord-using-sed" >}}
## What does `s/e/x` do?
When you send a GIF using the GIF picker on Discord, it actually sends the link
to the GIF, which is served by [Tenor][tenor-website]. For example, here's a GIF
sent from Tenor:
[tenor-website]: https://tenor.com
https://tenor.com/view/cat-massage-gif-24282757
Running `s/e/x` will take the first occurrence of `e` and replace it with `x`.
The link becomes the following (notice the bolded letter `x`):
[https://t**x**nor.com/view/cat-massage-gif-24282757][example-1]
[example-1]: https://txnor.com/view/cat-massage-gif-24282757
Then, all that's left to do is to buy the domain `txnor.com`, and write a simple
program to run on it. In fact, it looks like that domain was purchased purely in
order to make this trick possible[^txnor-domain-date].
[^txnor-domain-date]: According to [a quick WHOIS lookup][txnor-whois], the
domain was registered on May 3, 2022. That's the same day that [@Rebane
tweeted about the new feature][rebane-tweet] (~~going to https://txnor.com
redirects to this tweet~~ now the domain redirects to [Rebane's YouTube video
about the hack]({{< ref "#youtube-video" >}})), so I assume that this is the
only reason they bought the domain.
[txnor-whois]: https://www.whois.com/whois/txnor.com
[rebane-tweet]: https://twitter.com/rebane2001/status/1521544722875142145
## How does it display on Discord without redirecting?
When viewing any of the URLs on `txnor.com` in a normal web browser, you get
[redirected to a tweet][rebane-tweet]. However, Discord is able to display the
image without being redirected.
When Discord loads a website to generate an embed, it uses a user
agent[^user-agent-definition] (which is a little piece of text which tells the
server what your browser is) which looks something like this:
[^user-agent-definition]: If you actually care, there's a [Wikipedia
article](https://en.wikipedia.org/wiki/User_agent), and a [page on
WhatIsMyIPAddress.com](https://whatismyipaddress.com/user-agent) which also
explain what a user agent is.
```text
User-Agent: Mozilla/5.0 (compatible; Discordbot/2.0; +https://discordapp.com/)
```
The important part here is the word `Discord`. If you visit the website with
your user agent set to anything containing `Discord`
(case-insensitive)[^discord-user-agent], then it serves the image directly.
[^discord-user-agent]: [According to the source code][user-agent-source-code],
it looks like `Intel Mac OS X 11.6; rv:92.0` also triggers the same response.
[user-agent-source-code]: https://github.com/rebane2001/txnor-server/blob/26c7c279b0b4668c8a3b061692d83c507aeac7c5/txnor.nginx#L23-L27
## Default image
If you go to any URL on `txnor.com` that doesn't fit one of the existing
patterns/games, then it returns this fallback image:
{{< figure src="default-sex" >}}
## Extra features
### Double sex
If you then run `s/e/x` a second time, then it changes to a different image:
{{< figure src="double-sex" >}}
This works in a simple way as well. The next `e` that appears in the URL is
inside `/view/`. So, after typing `s/e/x` a second time, the URL becomes:
[https://txnor.com/vi**x**w/cat-massage-gif-24282757][example-2]
[example-2]: https://txnor.com/vixw/cat-massage-gif-24282757
### Chess (`s/w/ag`)
Another cool feature is that you can play chess by typing `s/w/ag` after typing
the initial message of `s/e/x`.
{{< figure src="chess" >}}
### `s/w/ord`
If you do `s/w/ord` after `s/e/x`, then it starts a fighting game (titled
"Wumpagotchi Adventures". You can use three commands: s/d/d**ATK**,
s/d/d**DEF**, and s/d/d**HUG**.
Here are a few example images:
#### Main `s/w/ord` screen
{{< figure src="sword" >}}
#### ATK command
{{< figure src="sword-atk" >}}
#### DEF command
{{< figure src="sword-def" >}}
#### HUG command
{{< figure src="sword-hug" >}}
#### Win screen
{{< figure src="sword-win" >}}
#### Lose screen
{{< figure src="sword-lose" >}}
### 6969th Discord Sexer
If you happen to get a one in 6970 chance, it will instead return
a special image:
{{< figure src="6969th" >}}
[6969th-source]: https://github.com/rebane2001/txnor-server/blob/26c7c279b0b4668c8a3b061692d83c507aeac7c5/sex.py#L130-L133
Here's a [snippet of the code that handles this chance][6969th-source]:
```python
# 6969th winner image (disable for chess)
if random.randint(0, 6969) == 6969 and "ag" not in name:
web.header('Cache-Control', 'no-store')
return six_nine
```
I believe it's supposed to be a 1/6969 chance, but `random.randint` in Python
[includes both numbers][randint-inclusive]. That means that the possible numbers that it could pick
would be 0, 1, ... 6968, 6969. If you were to count the numbers included in that
sequence, it would total 6970.
[randint-inclusive]: https://docs.python.org/3/library/random.html#random.randint
### Math challenge
Any URL that matches [this regular expression][math-challenge-regex] will
instead return a randomized math challenge. This means the URL can be
`https://txnor.com/` followed by either `math`, `math_challenge`, or
`mathchallenge`, a single optional slash, and then any text that's made up of
only letters, numbers, underscores or hyphens.
[math-challenge-regex]: https://regex101.com/r/ddEkML/1
{{< figure src="math-challenge" >}}
What's special is that the math challenge is [set to not be
cached][math-challenge-caching]. That means that it
*should*[^should-different-question] give everyone a different question.
[math-challenge-caching]: https://github.com/rebane2001/txnor-server/blob/26c7c279b0b4668c8a3b061692d83c507aeac7c5/sex.py#L137
[^should-different-question]: The caching behavior seems to be inconsistent, so
sometimes it does end up giving multiple people the same question.
How it works is that when each person's Discord client sends a request to the
Discord CDN to get the image, the client caches that image. That means each
client will see the same challenge problem, even if the user restarts the
client. But separate clients will not have it cached, so they'll request it
again themselves, and different numbers will be generated.
## Discord sex is open source
Thanks to a [comment from Rebane on this post](#isso-16), I now know that the
server running on `txnor.com` is open source. See
[rebane2001/txnor-server][txnor-server-github].
[txnor-server-github]: https://github.com/rebane2001/txnor-server
## YouTube video
Rebane also [made a YouTube video][txnor-youtube-video] about this trick. Make
sure to check it out too!
[txnor-youtube-video]: https://www.youtube.com/watch?v=km8CR-fdB7o

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -1,34 +0,0 @@
+++
title = "Put (edited) in the middle of a message in Discord"
date = "2021-03-25"
aliases = [
"posts/edited-in-middle-of-message-discord/",
]
description = """
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.
"""
tags = [
"tutorial",
"discord",
"discord-tricks",
]
+++
![Example image](/media/discord-tricks/edited-in-middle-of-message.webp)
## Tutorial
1. Copy the "right-to-left embedding" character (U+202A) to your clipboard.
2. Open editing box of a message
3. Delete all text inside
4. Paste the character
5. Type the text you want on the right of `(edited)`
6. Press space and paste the character
7. Type the text you want on the left of `(edited)`
*This post was adapted from [gitea:bbaovanc/discord-tricks][1]*
[1]: https://git.bbaovanc.com/bbaovanc/discord-tricks

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,74 @@
---
title: How to put `(edited)` in the middle of a message in Discord
date: 2021-03-25T18:48:34-05:00
lastmod: 2022-12-06T19:59:22-06:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- guides
- tips-and-tricks
tags:
- discord
- discord-tricks
resources:
- name: feature
src: example.webp
title: Example image
---
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.
<!--more-->
{{< aside note >}}
This trick only works if you're on desktop/web, and will also only show to
people on desktop/web.
{{< /aside >}}
## Tutorial
Before you start, copy the "right-to-left embedding" character
([U+202B](https://unicode-explorer.com/c/202B)) to your clipboard.
### 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.
1. Send a message with some random text (this text will be replaced entirely)
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.
### Method 2
This method works by adding `(edited)` to the end of an existing message, and
then extra text to the right.
1. Send a message containing the text you want on the left of `(edited)`.
2. Start editing the message you just created
3. At the end of the message, type a space, then paste the character twice, and
type another space.
4. Type the text you want on the right of `(edited)`.
5. Save the message.
*This post was adapted from [bbaovanc/discord-tricks][1]*
[1]: https://git.bbaovanc.com/bbaovanc/discord-tricks

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,184 @@
---
title: Experimenting with GitHub Copilot
date: 2021-11-06T23:56:47-05:00
lastmod: 2021-11-08T21:46:39-06:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- experiments
tags:
- github-copilot
- programming
series:
- github-copilot-experiments
resources:
- name: feature
src: boba-shop.webp
title: GitHub Copilot tends to repeat stuff.
- name: rust-poem
src: rust-poem.webp
- name: python-twinkle-poem
src: python-twinkle-poem.webp
- name: horrible-code
src: horrible-code.webp
- name: dropdown-css
src: dropdown-css.webp
- name: boba-shop # same as feature
src: boba-shop.webp
- name: boba-shop-size
src: boba-shop-size.webp
- name: boba-shop-color
src: boba-shop-color.webp
- name: girlfriend
src: girlfriend.webp
- name: cheese-burger-poem
src: cheese-burger-poem.webp
- name: sing
src: sing.webp
- name: what-is-boba
src: what-is-boba.webp
- name: what-is-github-copilot
src: what-is-github-copilot.webp
- name: what-is-the-purpose-of-this-file
src: what-is-the-purpose-of-this-file.webp
- name: who-is-steve-jobs
src: who-is-steve-jobs.webp
---
I decided to play around with GitHub Copilot. Here's some of the code that I
got as a result.
<!--more-->
## Poems
First, I tried to get Copilot to write me a poem in Rust. It didn't really work.
{{< figure src="rust-poem" >}}
So, I tried Python instead.
{{< figure src="python-twinkle-poem" >}}
This is where I realized that Copilot was doing a little more than just
repeating code it had seen before verbatim.
Before this testing, my understanding was that Copilot was sort of like a search
engine. It looked at the context and found a piece of code from GitHub that
matched the functionality you wanted. This was the reason I had such a negative
opinion about it. I saw it as a way to easily violate copyleft licenses such as
GPLv3.
Anyways, back to more testing.
## Horrible code
I decided to ask it to generate some horrible code for me. Unfortunately, it
didn't quite do what I wanted.
{{< figure src="horrible-code" >}}
## Solving problems in bobatheme
I decided to consult Copilot on how to make a nice CSS dropdown, which I need
for the language picker in bobatheme.
{{< figure src="dropdown-css" >}}
Maybe I'll have to test it out.
## Making a boba shop
Now, I asked Copilot for help on creating a new
[boba](https://en.wikipedia.org/wiki/Bubble_tea) shop, which got a little
spammy.
{{< figure src="boba-shop" >}}
{{< figure src="boba-shop-size" >}}
## More random code
I got some ideas of important questions to ask Copilot thanks to the
conversations going on in Discord.
{{< figure src="girlfriend" >}}
Turns out the API endpoint in that code is real, and returns a (presumably)
nonexistent person.
## Another poem
I decided to generate one more poem, this time naming the function something
different in hopes of getting a different result.
{{< figure src="cheese-burger-poem" >}}
It was a success! And the output of the program:
```text
Mary had a little lamb.
Its fleece was white as snow.
And everywhere that Mary went.
..........
Cheese Burger
```
## A song
I decided to try and get it to sing a song.
{{< figure src="sing" >}}
According to Google Translate, here's what that says:
```python
def sing():
print("""
You are my little pig
I love you
You are my little pig
I love you
""")
```
## GitHub Copilot as an encyclopedia
I decided to ask Copilot a few random questions to test its encyclopedia
abilities.
{{< figure src="what-is-boba" >}}
{{< figure src="what-is-github-copilot" >}}
{{< figure src="who-is-steve-jobs" >}}
I had run out of questions to ask, so I just started the comment with a generic
"what is" and let Copilot finish the question and answer.
{{< figure src="what-is-the-purpose-of-this-file" >}}
That last line came out of nowhere!

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,40 +0,0 @@
+++
title = "New Comment System (again)"
date = "2021-04-17"
aliases = [
"posts/new-comment-system-again/",
]
description = """
I decided to switch my comment system from Isso to
[Commento](https://www.commento.io/)
"""
tags = [
"announcement",
"hugo",
"blog",
]
+++
## Isso vs Commento
I know it's only been six days since I added Isso, but I decided to switch to a
better comment system. Isso is meant to be simple, which means that it's missing
a lot of features. Commento has a lot of features such as sticky (pinned)
comments, spam detection, thread locking, email notifications (I couldn't get
this working on Isso), and a nicer design. I also was able to write some
[custom CSS rules][1] which make it look alright on my blog's theme. It also
supports SSO, so I might add support for signing up with GitHub, and possibly
GitLab.
## Summary of the [first post]({{< ref "/blog/new-comment-system" >}})
If you haven't read the
[New Comment System]({{< ref "/blog/new-comment-system" >}}) post, here's the
most important information. There's a comment section at the bottom of each post
where you can view and post comments. You can post anonymously, or create an
account so you can show your username and get email notifications. You can also
upvote, downvote, and reply to other comments.
[1]: https://git.bbaovanc.com/bbaovanc.com/blog/src/commit/478e15218313a33216d361de387b3bd878cd0ba6/assets/css/comments.css

View File

@ -1,42 +0,0 @@
+++
title = "New Comment System"
date = "2021-04-11"
aliases = [
"posts/new-comment-system/",
]
description = """
I added a comment system to my blog, using [Isso](https://posativ.org/isso/).
"""
tags = [
"announcement",
"hugo",
"blog",
]
+++
## About
I set up a comment system named [Isso](https://posativ.org/isso/) on my blog
today. At the bottom of each blog post, there's a comment section. You don't
need to sign up with an account or sign in with Google, Facebook, none of that
junk. You can comment anonymously, or provide any of the following three fields:
name, email address, and website, which will be shown to other people viewing
your comment. I'm going off of the assumption that no one cares/is malicious
enough to spam my comment sections.
## Known Issues
### Editing and deleting not working
You're supposed to be able to edit and delete comments up to 15 minutes after
posting them. As of now, that doesn't seem to be working; the request just
returns 403 (forbidden).
### White text on white background when previewing comment
This is a CSS related issue. This was also happening when editing/writing a
comment, but I edited it so the edit box has black text. I think a better fix is
to make the new comment form have a dark background, but I'll deal with that
later.

View File

@ -0,0 +1,251 @@
---
title: How to create (or remove) a swapfile on Linux
date: 2023-04-04T17:26:44-05:00
lastmod: 2023-04-04T17:26:44-05:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- guides
- tips-and-tricks
tags:
- linux
- linux-swap
- swapfile
---
A step-by-step tutorial on how to create or remove a swapfile on a Linux
machine, and how to decide if you need one.
<!--more-->
## Should you use swap?
A common misconception is that adding swap to your system can reduce
performance. However, even if you aren't running out of RAM, it can still be
beneficial to add swap.
See these points according to [an article by Hayden James][always-add-swap]:
> - Even if there is still available RAM, the Linux Kernel will **move memory
> pages that are hardly ever used** into swap space.
>
> - Its better to swap out memory pages that have been inactive for a while,
> **keeping often-used data in cache**, and this should happen when the server
> is most idle, which is the aim of the Kernel.
>
> - Avoid setting your swap space too large if it will result in prolonging
> performance issues, outages, or your response time (without proper
> monitoring/alerts).
[always-add-swap]: https://haydenjames.io/linux-performance-almost-always-add-swap-space/
### Should you use a swap file or partition?
Swap partitions should be preferred because swapfiles tend to be slower and
slightly more complex to set up, especially if hibernating. A swapfile might be
preferred due to its flexibility (ease to resize), but if you use
[LVM][lvm-archwiki] then you can easily resize the swap partition anyways.
[lvm-archwiki]: https://wiki.archlinux.org/title/LVM
## Tutorial
{{% include "snippets/console.md" %}}
### Step 1: Create the file
The first step is to allocate the file.
```console
# dd if=/dev/zero of=/swapfile bs=1M count=[size in MiB] status=progress
```
Replace `[size in MiB]` with the size of your swapfile in Mebibytes (MiB). You
can use [this online converter](https://www.convertunits.com/from/GiB/to/MiB) to
convert from Gibibytes (GiB, often confused with Gigabytes, but that's a
misconception for another time) to MiB, which you can put in the command.
Or you can look at this table for common sizes:
| GiB | MiB |
|-----|-------------|
| 1 | count=1024 |
| 2 | count=2048 |
| 3 | count=3072 |
| 4 | count=4096 |
| 8 | count=8192 |
| 16 | count=16384 |
{.simple}
If you aren't sure how big your swapfile should be, take a look at [Table 15.1
on this Red Hat documentation page][redhat-swap-table]. Remember that if your
first swapfile isn't large enough, you can create another one.
[redhat-swap-table]: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/storage_administration_guide/ch-swapspace#tb-recommended-system-swap-space
On my computer I have 32 GiB of RAM and a 16 GiB swap partition, rather than
swapfile, because I can flexibly expand the swap partition using
[LVM][lvm-archwiki].
{{< aside example >}}
To create a swapfile 4 GiB in size, you would run:
```console
# dd if=/dev/zero of=/swapfile bs=1M count=4096 status=progress
4096+0 records in
4096+0 records out
4294967296 bytes (4.3 GB, 4.0 GiB) copied, 0.960183 s, 4.5 GB/s
```
{{< /aside >}}
### Step 2: Change swapfile permissions
The swapfile should only be readable by the system (`root` user). Run this
command to change it:
```console
# chmod 600 /swapfile
```
### Step 3: Format the swapfile
Use the `mkswap` command to format the file to be used as swap (basically just
add a header to identify it):
```console
# mkswap /swapfile
Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
no label, UUID=a0b87eca-b951-4344-be2d-020d77cdef48
```
### Step 4: Create an entry in `/etc/fstab`
An entry needs to be added to `/etc/fstab` for the swapfile to be enabled during
bootup. Open `/etc/fstab` in a text editor, and add this line to the end (add
spaces to line up with other entries if you want, whitespace is ignored):
```text
/swapfile none swap sw 0 0
```
{{< aside note >}}
Above, I have filled the "options" field with `sw`. Some guides suggest using
either `sw` or `defaults`. Neither of those options is valid for `swapon` and
they are both ignored. However, the field does need to be filled out with
something, so feel free to put something funny (do let me know in the comments
if this somehow breaks something though).
If you're curious, this is my `fstab` entry (`UUID` is because I use a swap
partition, rather than swapfile):
```text
# /dev/mapper/bobavg0-swap
UUID=4f7c3ae8-839b-4474-b8a5-96bd78db06f8 none swap bobaswap 0 0
```
{{< /aside >}}
### Step 5: Enable the swapfile
Adding the `fstab` entry won't enable the swapfile until a reboot. To enable it
now, use the `swapon` command.
```console
# swapon /swapfile
```
### Finally: check the swap status
Use `swapon` and `free` to verify that your new swapfile has been added:
```console
$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 4G 0B -2
$ free -h
total used free shared buff/cache available
Mem: 31Gi 3.6Gi 20Gi 233Mi 6.9Gi 26Gi
Swap: 4.0Gi 0B 4.0Gi
```
{{< aside note >}}
If you get an error saying that the `swapon` command was not found, try running
it as `root` (using `sudo`). On Debian-based distributions the `swapon` command
is not available to regular users.
```console
$ swapon --show
bash: swapon: command not found
# swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 4G 0B -2
```
{{< /aside >}}
## Removing a swapfile
{{< aside warning >}}
Be careful that the swapfile isn't being highly used because once you run
`swapoff`, it will dump the entire contents back into RAM and may cause you to
run out of memory.
{{< /aside >}}
### Step 1: Disable/unload the swapfile
```console
$ swapon --show
NAME TYPE SIZE USED PRIO
/swapfile file 4G 0B -2
$ # the path to the swapfile I want to remove is `/swapfile`
# swapoff /swapfile
```
### Step 2: Remove the entry from `fstab`
Open `/etc/fstab` in a text editor and find the line matching the swapfile you
want to remove, and delete it. For example:
```text
/swapfile none swap sw 0 0
```
### Step 3: Delete the actual file
```console
# rm /swapfile
```
## References
### Use `dd` instead of `fallocate`
See ["Files with holes" under the man page][swapon-holes-man].
[swapon-holes-man]: https://man.archlinux.org/man/core/util-linux/swapon.8.en#Files_with_holes
### The options field in fstab
On Linux, `sw` doesn't mean anything for `swapon`, so it gets ignored. See:
- [StackExchange answer 1](https://unix.stackexchange.com/a/365961/525130)
- [StackExchange answer 2](https://unix.stackexchange.com/a/365954/525130)
- [`parse_options` in the `swapon` source code](https://github.com/util-linux/util-linux/blob/2ea397239683270a0fc8cd3b72ed5457f52dbda8/sys-utils/swapon.c#L699)
- [options set by fstab `defaults` (none have any effect on `swapon`)](https://man.archlinux.org/man/fstab.5#The_fourth_field_(%3Ci%3Efs_mntops%3C/i%3E).)

View File

@ -1,25 +1,35 @@
+++
title = "Text Substitution in Discord using `sed`"
date = "2021-03-25"
aliases = [
"posts/text-substitution-in-discord-using-sed/",
]
---
title: Text substitution in Discord using `sed`
date: 2021-03-25T18:48:15-05:00
lastmod: 2021-10-19T14:02:08-05:00
toc: false
comments: true
authors:
- bbaovanc
categories:
- tips-and-tricks
tags:
- discord
- discord-tricks
- sed
resources:
- name: feature
src: example.mov
title: Example Video
---
description = """
Discord has (very primitive) support for text replacement using `sed` syntax.
"""
tags = [
"tutorial",
"discord",
"discord-tricks",
]
+++
<!--more-->
## Tutorial
[Example Video](/blog/media/discord-tricks/sed-text-replacement.mov)
If you send a message using `sed` substitution format (`s/old text/new text`),
Discord will execute it on the message you've last sent.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,113 @@
---
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:
- meta
tags:
- bobatheme
- hugo
- web-development
resources:
- name: feature
src: bobatheme.webp
title: Homepage on bbaovanc.com, using bobatheme.
- name: actions-comment
src: github-actions-deploy-comment.webp
title: Comment from GitHub Actions that links to the pull request preview.
- name: deployment
src: pull-request-deployment.webp
title: GitHub deployments are created for the previews as well.
---
For the past three weeks I've been designing and perfecting a new theme for my
website with the goal of keeping it simple but not ugly.
<!--more-->
## A total redesign
I've switched to a new theme. Visually, it's similar to
[hugo-bearblog](https://github.com/janraasch/hugo-bearblog) which was the theme
I had previously. Bearblog does a great job for being simple and very light, but
it's not featureful enough for me. bobatheme has a lot of fancy features thanks
to Hugo. For example: list pages (such as [/blog/]({{< ref "/blog/" >}})) have
previews for each article, including featured images or videos for select
articles. You can also link to specific headers in an article, and articles have
metadata such as word count, reading time, and the git commit that last modified
them. My favorite new feature, however, is that bobatheme has icons.
### Icons
I'm using an icon pack called [Feather](https://feathericons.com/). Using Hugo,
I have a template that just takes the contents of the SVG file and inserts it
directly into the HTML source code. While that increases the size of the HTML
file, it minimizes the amount of requests that your browser has to make, and in
a lot of cases, it will reduce the total amount of data you have to download
thanks to compression.
### No JavaScript (yet)
There isn't any JavaScript yet, but in the future I'll use a little to add small
features such as copying code blocks to the clipboard.
## My website is on GitHub
My website's source code was previously on git.bbaovanc.com, but I migrated it
to [a new repository on GitHub](https://github.com/BBaoVanC/bbaovanc.com) so I
could use Netlify/GitHub Actions to automatically build website previews for
pull requests.
### Automatic Pull Request Previews
Every pull request has its own preview built for it using GitHub Actions, which
is linked in a comment, and shown as a deployment on the pull request.
{{< figure src="actions-comment" >}}
{{< figure src="deployment" >}}
## Translations
I'm working on translating all pages on my site to Spanish. If you know Spanish,
or any other languages, I'd appreciate if you could help out by reviewing
existing translations, or submitting new ones. See the [contributing
guidelines](https://github.com/BBaoVanC/bbaovanc.com/blob/master/CONTRIBUTING.md#translations)
for more information).
### Tracking Status
I'm currently tracking translation status using [GitHub
projects](https://github.com/BBaoVanC/bbaovanc.com/projects). There's a
[Translation Pull Requests](https://github.com/BBaoVanC/bbaovanc.com/projects/1)
project which tracks the review status of translation pull requests in all
languages. If you want to look at pull requests for a specific language, you can
filter by the label (for example: Spanish is `translate-es`).
### Contribute translations
If you speak any other languages (especially Spanish), then I'd really
appreciate it if you could review any [open translation-related pull
requests](https://github.com/BBaoVanC/bbaovanc.com/pulls?q=is%3Apr+is%3Aopen+label%3Atranslation-needs-review).
If you have some free time, I'd also appreciate it even more if you could create
some new translations into other languages, or write translations for pages that
aren't already translated.
Just remember to read the [contribution
guidelines](https://github.com/BBaoVanC/bbaovanc.com/blob/master/CONTRIBUTING.md#translations)
before contributing as I have some important information such as how to format
pull requests and how to build the site yourself instead of having to wait for
Netlify. You can also look at any existing translation related pull requests as
an example.

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -0,0 +1,66 @@
---
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:
tags:
- github-copilot
- markdown
series:
- 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)
resources:
- name: feature
src: copilot-blog-post.webp
title: GitHub Copilot helps me write a blog post.
- name: print-a-news-article
src: print-a-news-article.webp
---
I found out that GitHub Copilot can write in Markdown, so I decided to get it to
write a blog post for me. Here's how I did it.
<!--more-->
## Preface
I recommend you read my [other blog post about Copilot]({{< ref
"/blog/github-copilot-experiments/index.md" >}}) where I showed a bunch of
examples of code I generated using Copilot. Near the end of it, I started to
experiment asking some questions to it, rather than using it to generate code.
That turned out to be a great idea, and led to the creation of this blog post.
## Writing English with Copilot
After using Copilot as an encyclopedia, I got an idea. What if I used GitHub
Copilot to generate ideas?
{{< figure src="print-a-news-article" >}}
I decided to take it a step further and set the language to Markdown. I started
writing out the basic structure of a blog post on my website and let it
autocomplete.
{{< figure src="feature" >}}
I'm not quite sure who Kurt A. Smith is, why Copilot chose April Fools 2020 for
the date, or why it was so adamant on writing a blog post about itself. What I
do know is that I would be able to write a blog post. All I had to do was type a
word or two, and Copilot turned it into a couple sentences.
## The finished product
The actual blog post written by Copilot is available [here]({{< ref "/blog/copilot-post/" >}}).

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,133 @@
---
title: Youtube URL structures you should know
date: 2021-10-30T21:20:38-05:00
lastmod: 2023-01-16T21:04:09-06:00
toc: true
comments: true
authors:
- bbaovanc
categories:
- tips-and-tricks
tags:
- url-structures
- youtube
resources:
- name: feature
src: youtube-url.webp
title: YouTube URL
- name: mdn-url-parameters
src: mdn-url-parameters@x2.png
title: >-
[What is a
URL?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL#parameters)
by [Mozilla
Contributors](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL/contributors.txt)
is licensed under [CC-BY-SA
2.5](https://creativecommons.org/licenses/by-sa/2.5/)
---
Knowing the basic structure and parameters in a YouTube URL can come in handy on
the occasion you need it. Here's how to find the video ID, link to a specific
timestamp, and more.
<!--more-->
## What is youtu.be?
YouTube has its own domain for [URL
shortening](https://en.wikipedia.org/wiki/URL_shortening): `youtu.be`. It's
roughly equivalent to `youtube.com/watch`.
## Query parameter basics
Query parameters can be added to a URL just by suffixing it with something like
`?key=value&something=else`. That example sets `key` to `value` and `something`
to `else`. Note how the first parameter is prefixed with `?`, and then the
following parameters are separated with `&`.
{{< figure src="mdn-url-parameters" >}}
See the [page on the Mozilla Developer
Docs](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL)
for more information on the anatomy of a URL.
## Linking to a video
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]
```text
{{</* youtube F6va6tg62qg */>}}
```
The argument there (`F6va6tg62qg`) is the video ID, which is the unique
identifier for the video. Here's how the YouTube URLs for that video look:
- https://www.youtube.com/watch?v=F6va6tg62qg
- https://youtu.be/F6va6tg62qg
Take note that on `youtube.com`, the video ID is provided as a [query
parameter](#query-parameter-basics), and on `youtu.be`, it's just provided as
the path of the URL.
## Linking a specific timestamp
You can add the `t=` parameter to the URL to have it automatically seek to a
specific timestamp when opened. The value can be expressed in hours, minutes,
and seconds (using `h`, `m`, and `s` respectively). Here's how that looks:
- https://www.youtube.com/watch?v=F6va6tg62qg&t=14s
- https://youtu.be/F6va6tg62qg?t=14s
Unfortunately my example video isn't long enough to show hours or minutes, so
here's a different one:
- https://www.youtube.com/watch?v=dQw4w9WgXcQ&t=3m14s
- https://youtu.be/dQw4w9WgXcQ?t=3m14s
Those link 3 minutes and 14 seconds into the video. Notice how the `youtube.com`
link prefixes the `t=` parameter with an `&` since it's the second parameter.
The `youtu.be` link just uses a `?` because it's the first (and only) parameter.
## Playlists
The `list=` parameter contains the ID of the playlist you're watching the video
from, if any. Otherwise, the parameter is omitted. Here's how that looks:
- https://www.youtube.com/watch?v=47dtFZ8CFo8&list=PLwxnUUM01nt2nMh9DPq09e6fIDbumybgt
- https://youtu.be/47dtFZ8CFo8?list=PLwxnUUM01nt2nMh9DPq09e6fIDbumybgt
There, the playlist ID was `PLwxnUUM01nt2nMh9DPq09e6fIDbumybgt`. You can link to
the playlist itself with a format like:
```text
https://youtube.com/playlist?list=[playlist_id]
```
For example, the direct link to the playlist in the two example links I used is:
- https://youtube.com/playlist?list=PLwxnUUM01nt2nMh9DPq09e6fIDbumybgt
As far as I know, it's not possible to link to a playlist using `youtu.be`.
## Further reading
[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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,7 @@
---
title: Categories
---
Categories are the different types or styles of posts.

View File

@ -0,0 +1,10 @@
---
title: Experiments
---
These posts are less planned and instead focus around exploring something to
understand it better.
<!--more-->

View File

@ -0,0 +1,9 @@
---
title: Guides
---
Any kind of guide or tutorial.
<!--more-->

View File

@ -0,0 +1,9 @@
---
title: Meta
---
Posts talking about my website.
<!--more-->

View File

@ -0,0 +1,9 @@
---
title: Reviews
---
Posts that review stuff.
<!--more-->

View File

@ -0,0 +1,10 @@
---
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-->

View File

@ -1,11 +0,0 @@
+++
title = "Contact"
menu = "main"
description = """
List of ways to contact me
"""
+++
- [Email](mailto:contact@bbaovanc.com)
- [Matrix](https://matrix.to/#/@bbaovanc:boba.best)

View File

@ -1,18 +0,0 @@
+++
title = "Donate"
menu = "main"
description = """
How to donate to me
"""
+++
## Cryptocurrency Links
Nano: `nano_1ewtme68x5gia1bjq3jx1ku5pcxzayipdxjmjrc3x8qjjpat4ria8ajhjoxd`
Bitcoin: `bc1qj6h8z2tg9nxcl9ddnv9k798cru6asr6cpmj84m`
Ethereum: `0x80DaED7e2BEF5d894b37fBd79d0609aa17c8Cabc`
Monero: `45gGauNcWLNSobRMzk3rtfEpad7gGcEvegxCbEm6QYENdG4vag3fCVuFoKfdKSESeSEKyUNRGwAJyLaCQ6MC5AQ79DGcaRq`

View File

@ -1,17 +0,0 @@
+++
title = "GPG Fingerprints"
menu = "main"
description = """
Fingerprint of my GPG key
"""
+++
```
sec rsa4096 2020-08-31 [SC]
CB7CCED9209E47B9B99B8E1D18089E4E3CCF1D3A
uid [ultimate] BBaoVanC <bbaovanc@bbaovanc.com>
uid [ultimate] BBaoVanC <github@bbaovanc.com>
uid [ultimate] BBaoVanC <bbaovanc@boba.best>
ssb rsa4096 2020-08-31 [E]
```

View File

@ -1,46 +0,0 @@
+++
title = "Links"
menu = "main"
aliases = [
"/blog/links/",
]
description = """
Various links to my stuff
"""
+++
## Other
- [GitHub](https://github.com/BBaoVanC/)
## My Website
- [Main Site](https://bbaovanc.com/)
- [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 Software
- [imgupload.py](https://github.com/imgupload-py/imgupload.py)
- [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)
## My Configurations
- [dotfiles](https://github.com/BBaoVanC/dotfiles)
- [dwm](https://github.com/BBaoVanC/.dwm)
- [st](https://github.com/BBaoVanC/st)
- [dwm-flexipatch](https://github.com/BBaoVanC/dwm-flexipatch)
- [dwmblocks](https://github.com/BBaoVanC/dwmblocks)
- [dmenu](https://github.com/BBaoVanC/dmenu)
### Old Configurations
- [dwm](https://github.com/BBaoVanC/dwm)
- [xmonad](https://github.com/BBaoVanC/.xmonad)

89
content/links/index.md Normal file
View File

@ -0,0 +1,89 @@
---
title: Links
menu: main
toc: true
comments: true
authors:
- bbaovanc
description: >-
A page with links to a lot of my different projects.
---
## Profiles
- [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
- [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/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
- [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 and editors
- [smines](https://github.com/BBaoVanC/smines) - terminal-based minesweeper in C
- [imgupload.py](https://github.com/imgupload-py/imgupload.py) - simple image
uploading server written with Python Flask
- [pynamegen](https://git.bbaovanc.com/bbaovanc/pynamegen) - name generator
written in Python
- [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
### 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
### Historical configurations
- [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/
- [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,15 +0,0 @@
+++
title = "Referral Codes"
menu = "main"
aliases = [
"/referrals/",
]
description = """
Referral codes for various services that I use/have used
"""
+++
- [Vultr](https://www.vultr.com/?ref=8643438-6G)
- You get $100 to try out the service for a month
- I get $25 if you stay.

12
content/search/index.md Normal file
View File

@ -0,0 +1,12 @@
---
title: Search
layout: search
menus:
main:
name: Search
---
Quickly search the full text of any article on my website! Powered by
[Pagefind](https://pagefind.app/).

Some files were not shown because too many files have changed in this diff Show More