Age | Commit message (Collapse) | Author |
|
publish article about loneliness and solitude. I think this is useful
to put here because while it's not specifically trans related it's
actually something I think many trans people might struggle with;
especially when life decices to take a sharp left
|
|
Added entry to:
- its own page
- index
- rss feed
- blog index
- make file
|
|
This is also our first instance of needing a mobile specific render
|
|
Gemparse now supports parsing:
- h3
- h4
- ul, ol, li
- a tags as anchors (<a name="" />)
- a tags as anchor refs (<a href="#.." ></a>)
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Because we require python in the make script its easier to venv
ourselves than require it be setup in the build environment
|
|
I labeled the page as CC BY-SA 4.0 but linked to just the CC BY 4.0
license!
Woops!
|
|
The tab for body was out of alignment. I don't know when that happened
but should help with editing now!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generates the gemini capsule files in the make file.
|
|
Write up my first entry - all signs point to her
|
|
|
|
|
|
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
|