init: Restart blog
Bootstrapped the site from scratch following a data loss event. Set up a simple HTML/CSS page served from nginx. Added a navbar with the index page anchored in the top-left, a blog page link, and a link to the Forgejo instance. Added contact info and a genealogy blurb to the index page. Added an example resume page linked from the navbar.
This commit is contained in:
commit
00a73b421b
12 changed files with 791 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# WWW
|
||||
|
||||
Www is my personal website, blog project, and portfolio page.
|
||||
It should be available at https://wwww.binning.dev
|
||||
|
||||
# History
|
||||
|
||||
## 2025-02-28
|
||||
|
||||
I restarted this in [Rocket](https://rocket.rs) after yet another data loss event.
|
||||
|
||||
## 2024-06-21
|
||||
|
||||
I migrated from cgit to forgejo and from kuberentes to simply nginx.
|
||||
|
||||
## 2023-10-07
|
||||
|
||||
I merged the deployment repository into this one.
|
||||
I also moved to self-hosting at some point.
|
||||
|
||||
## 2022-01-05
|
||||
|
||||
I moved hosting to Vultr and moved to a Cobalt.
|
||||
One neat command to unhide files was:
|
||||
|
||||
`for i in \.*; do if [ ${i} != '.' ] && [ ${i} != '..' ]; then mv {.,}${i/\./} ; fi; done;`
|
||||
|
||||
## 2018-12-16
|
||||
|
||||
I started this blog with [Namecheap][Namecheap], [Ruby][Ruby], [Jekyll][Jekyll], and [Github-Pages][Github-Pages].
|
||||
|
||||
[Namecheap]: https://www.namecheap.com/
|
||||
[Ruby]: https://www.ruby-lang.org/
|
||||
[Jekyll]: https://jekyllrb.com/
|
||||
[Github-Pages]: https://pages.github.com/
|
||||
Loading…
Add table
Add a link
Reference in a new issue