/blog/${date}.${shortTitle}.${part}
Site Architecture Notes
WWW URL Architecture
URL |
Description |
|
Pages with personal info |
|
Blog root directory |
|
Brain dump |
|
Static URL shortener |
|
Single page web apps |
Blog Post Categories
Tag |
Description |
|
Development Blog: Articles documenting the development process of a project |
|
Developer Articles: Research-like pulications |
|
Today I Learned: Diaries of exploration of CS/CE |
|
System Admin: Personal Tales around System Administration |
|
Distilled knowledge derived from sparse data all over the web |
Blog URL Architecture
Version 0.1.0
Canonical URLs
Using shell notation
Example:
/blog/20211215.universal-multiboot-drive.2
Points to an article published on 2021-12-15
,
titled universal-multiboot-drive
, that is the 2nd of a series
Conventional commits
Tag |
Semantics |
ctn |
Container related edits |
content |
Edits to site contents |
hugo |
Generic change to Hugo configuration |
hugo/template |
Any edit related to layouts or archetypes |
Domain Name Space Architecture
graph { qub1750ul.me. -- root namespace qub1750ul.me. -> { www vpn } www -- Classic HyperText server vpn -> { portal nexus m } portal -- "VPN bastion, 6o4 endpoint, IPv6 edge router" nexus -- "IPv6 core VPN router" m -- "VPN member machine namespace" }