Age | Commit message (Collapse) | Author |
|
|
|
I had to write this SVG by hand but its pretty simple so its not that
hard to do!
|
|
|
|
Some minor spellchecking also involved here. But basically the intention
is to do:
pages/
More permanent pages
entries/
These are just the articles themselves
templates/
These are page snippets to include around
The intention for splitting out entries is for if I host this also on
gemini the entries are what I can do the processing against vs the page
itself which contains the boilerplate template
|
|
|
|
I created an about page and "about-her" subpage that can get isolated if
I wish to expand up on this at a further date.
|
|
resosurces -> resources
|
|
I removed the templated nav to a static nav and I forgot to update the
error page
|
|
I goofed and forgot to revert that change
|
|
It's still boilerplate but we'll have something here vs a dead link
|
|
Rather than cloning common resources like the nav.
We're making it static and customizing it. I can't see the nav being
updated so frequrently and commonly across all pages. So for now we'll
make it fixed in each page. We can always sed or something to fix any
URLs like I did in my other site
|
|
This is the bare minimum file - to be copied
|
|
Update our make script to also tidy the files to ensure we've properly
formatted any files.
While ideally we format the actual .html files in our entries tidy will
amend some missing structures so having it only run on the output will
ensure things like & and ' < > etc will be encoded properly
|
|
|
|
|
|
Add a proper robots.txt that allows search engines
|
|
|
|
|
|
|
|
|
|
A handful of updates but mostly was adjusting some accessibility
recommendations
|
|
|
|
|
|
|
|
This will improve SEO and give a snippet for what this site is.
|
|
Created a simple trans flag favicon
|
|
|
|
Setting up the initial website in the next few commits. This is the
baseline structure
|