Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-14 | Support more tags in gemparse | Steph Enders | |
Gemparse now supports parsing: - h3 - h4 - ul, ol, li - a tags as anchors (<a name="" />) - a tags as anchor refs (<a href="#.." ></a>) | |||
2023-07-09 | Add trans lifeline to the resource list | Steph Enders | |
2023-07-06 | Fix title and update index to reflect new post | Steph Enders | |
2023-07-06 | Fix gemlog entry position and date from post | Steph Enders | |
2023-07-06 | Add new post finding-a-safe-space | Steph Enders | |
2023-07-06 | Fix extra lines issue and support lists | Steph Enders | |
This now supports lists and removes all the extra lines! I kept strip as a function but made it just a proxy for .strip() but its None safe | |||
2023-06-28 | Set proper license link in gemini too | Steph Enders | |
2023-06-28 | Setup auto venv in make script | Steph Enders | |
Because we require python in the make script its easier to venv ourselves than require it be setup in the build environment | |||
2023-06-28 | Fix 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-28 | Format resources page | Steph Enders | |
The tab for body was out of alignment. I don't know when that happened but should help with editing now! | |||
2023-06-28 | Ignore drafts folder | Steph Enders | |
2023-06-28 | Add transstudent.org to resources list | Steph Enders | |
2023-06-27 | Update readme with gemini notes | Steph Enders | |
2023-06-27 | Add erininthemorning to the resources list | Steph Enders | |
2023-06-27 | Remove gemini folder from git | Steph Enders | |
2023-06-27 | Update gemlog title for antenna | Steph Enders | |
2023-06-27 | Create gemini capsule for website | Steph Enders | |
Generates the gemini capsule files in the make file. | |||
2023-06-27 | Publish blog and first entry | Steph Enders | |
Write up my first entry - all signs point to her | |||
2023-06-27 | Set default width and root favicon | Steph Enders | |
2023-06-26 | Remove extra tidy | Steph Enders | |
2023-06-26 | Make flag an SVG | Steph Enders | |
I had to write this SVG by hand but its pretty simple so its not that hard to do! | |||
2023-06-26 | Add readme entry for new folder layout | Steph Enders | |
2023-06-26 | Move entries to pages and rearrange files | Steph 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-26 | Fix about titles and add email in about-her | Steph Enders | |
2023-06-26 | Add 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-26 | Fix typo in all page navs | Steph Enders | |
resosurces -> resources | |||
2023-06-26 | Fix error page nav section | Steph Enders | |
I removed the templated nav to a static nav and I forgot to update the error page | |||
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 |