summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2023-06-28Fix license link!Steph Enders
I labeled the page as CC BY-SA 4.0 but linked to just the CC BY 4.0 license! Woops!
2023-06-27Set default width and root faviconSteph Enders
2023-06-26Make flag an SVGSteph Enders
I had to write this SVG by hand but its pretty simple so its not that hard to do!
2023-06-26Move entries to pages and rearrange filesSteph Enders
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
2023-06-26Fix about titles and add email in about-herSteph Enders
2023-06-26Add about page(s)Steph Enders
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.
2023-06-26Create a page template and add nav to templateSteph Enders
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
2023-06-21Create simple template script for deploymentSteph Enders