summaryrefslogtreecommitdiff
path: root/entries/template.html
AgeCommit message (Collapse)Author
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 typo in all page navsSteph Enders
resosurces -> resources
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-25Add template file to entriesSteph Enders
This is the bare minimum file - to be copied