aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-10Add item to TODONicholas Johnson
2022-11-10Replace emojis with the emojify processorNicholas Johnson
This increases code accessibility.
2022-11-10Set good default config settingsNicholas Johnson
2022-11-09Remove Python scriptsNicholas Johnson
Using Hugo's configDir is more elegant. css/ was moved to assets so it isn't published when processing Gemini. Files in static/ are always published. Files in assets/ are only published when invoked in a template.
2022-11-09Add .txt extension to logo fileNicholas Johnson
2022-10-23Add a READMENicholas Johnson
2022-10-23Move blog generation scripts inside the themeNicholas Johnson
2022-09-16Conditionally add page info to top of pageNicholas Johnson
2022-09-07Add item to TODONicholas Johnson
2022-09-07Simplify URL in single.gmiNicholas Johnson
2022-09-06Update TODO itemNicholas Johnson
A shortcode isn't necessary to improve the relative URLs. The HTML output handles them fine, but not Gemini. Gemini has to be made to handle relative URLs correctly.
2022-09-06Allow link emojis to be turned off per-pageNicholas Johnson
2022-09-06Add item to TODONicholas Johnson
A shortcode for the relative root of the site would save the user from writing out paths.
2022-09-06Add missing link emoji for GeminiNicholas Johnson
2022-09-04Update TODO itemNicholas Johnson
If the user navigates directly to a page from elsewhere, the date the page was written and the time it will take to read it won't be clear. That info needs to be added to the page itself. It should also be possible to remove that info on a per-page basis since it won't be relevant for some pages.
2022-09-04Add more emojis to homepageNicholas Johnson
2022-09-04Add item to TODONicholas Johnson
2022-09-03Give all pages an h1 heading based on their titleNicholas Johnson
2022-09-03Remove redundant regexNicholas Johnson
2022-09-03Add items to TODONicholas Johnson
2022-09-03Flatten headings 4 through 6 for GeminiNicholas Johnson
The CSS styling reflects that the headings are flattened as well.
2022-09-03Make TODO item more generalNicholas Johnson
Inline images would also be a useful feature.
2022-09-03Rename TODO.txt to TODONicholas Johnson
2022-09-03Fix spacingNicholas Johnson
2022-09-03Add link emoji to give links some styleNicholas Johnson
2022-08-27Replace site config var with local file templateNicholas Johnson
2022-08-26Add item to TODO.txtNicholas Johnson
Tag support would be very useful.
2022-08-09Only show scrollbar when content is clippedNicholas Johnson
2022-08-07Add item to TODO.txtNicholas Johnson
Inline links would be a great feature for the HTML version of the site.
2022-08-07Add line break between "return to homepage" button and contentNicholas Johnson
2022-08-07Fix link conversionNicholas Johnson
2022-08-07Revert "Vanish HTML line breaks"Nicholas Johnson
This reverts commit 08712197aa459823cdb8c8dd06098133b2810a6f. For now, don't try to parse HTML tags with RegEx.
2022-08-07Fix extra header tag line that was accidentally addedNicholas Johnson
2022-08-07Vanish HTML line breaksNicholas Johnson
2022-08-07Add item to TODO.txtNicholas Johnson
single.gmi should not replace inside preformatted text blocks.
2022-08-07Make Gemini properly recognize Markdown's unordered lists that startNicholas Johnson
with '-'
2022-08-07Remove leading zero from <ol> for Gemini convergenceNicholas Johnson
2022-08-07Set #return spacing for non-coarse pointer devicesNicholas Johnson
2022-08-07Change return to homepage link from class to idNicholas Johnson
2022-08-07Remove TODO.txtNicholas Johnson
Mobile accessibility is now good enough.
2022-08-07Space out nav links for mobile devicesNicholas Johnson
2022-08-07Change preformatted text line height to normalNicholas Johnson
2022-08-06Fix logo overflowNicholas Johnson
2022-08-06Move margin spacing to header and footer tagsNicholas Johnson
2022-08-06Add item to TODO.txtNicholas Johnson
2022-08-04Remove item from TODO.txtNicholas Johnson
2022-08-04Replace and reduce pixel width limit with emsNicholas Johnson
2022-08-04Provide a scroll bar for overflowed preformatted textNicholas Johnson
2022-08-04Remove extra newlines from HTML outputNicholas Johnson
2022-08-04Adjust template spacing againNicholas Johnson