Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-26 | Fixup - index header shouldn't be a link! | Steph Enders | |
I goofed and forgot to revert that change | |||
2023-06-26 | Created resources page | Steph Enders | |
It's still boilerplate but we'll have something here vs a dead link | |||
2023-06-26 | Create a page template and add nav to template | Steph 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-25 | Add template file to entries | Steph Enders | |
This is the bare minimum file - to be copied | |||
2023-06-25 | Add tidy to the make command | Steph Enders | |
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 | |||
2023-06-25 | Remove name and identifiers from website | Steph Enders | |
2023-06-22 | Allow archive.org | Steph Enders | |
2023-06-22 | Add robots.txt | Steph Enders | |
Add a proper robots.txt that allows search engines | |||
2023-06-21 | Remove p margin override | Steph Enders | |
2023-06-21 | Reduce margin on h2s in the article | Steph Enders | |
2023-06-21 | Create simple template script for deployment | Steph Enders | |
2023-06-21 | Add error page and rename bio to about | Steph Enders | |
2023-06-21 | Adjust semantics and content width | Steph Enders | |
A handful of updates but mostly was adjusting some accessibility recommendations | |||
2023-06-21 | Add tidy and tidy the content | Steph Enders | |
2023-06-21 | Adjusted spacing and content | Steph Enders | |
2023-06-21 | Add p tags to the article text | Steph Enders | |
2023-06-21 | Add meta description to header | Steph Enders | |
This will improve SEO and give a snippet for what this site is. | |||
2023-06-21 | Add favicon.ico | Steph Enders | |
Created a simple trans flag favicon | |||
2023-06-21 | Trial website pag | Steph Enders | |
2023-06-21 | Initial commit. Create readme and index.html | Bill | |
Setting up the initial website in the next few commits. This is the baseline structure |