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
a754bf5001
13 changed files with 807 additions and 0 deletions
16
todo.txt
Normal file
16
todo.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
(F) Add user authentication to view private articles (either HTTP basic authentication or something else)
|
||||
DefCon article
|
||||
Oktoberfest article
|
||||
health journey
|
||||
faith journey
|
||||
Add images and captions to those headings.
|
||||
x Create a simple webpage with HTML and CSS
|
||||
x Serve it from nginx
|
||||
x Add a navbar at the top with the index page as link in the top-left.
|
||||
x Add contact info and a geneology blurb to the index page.
|
||||
x Add a forgejo link (https://forgejo.binning.net) to the navbar
|
||||
x Add a blog page with links to blog entry pages.
|
||||
x Add the blog page to the navbar.
|
||||
x Create example blog sections
|
||||
x Add an example resume page linked from the main navbar
|
||||
x Possibly use some include mechanism in HTML to separate the navbar to its own html file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue