aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Simplify URL in single.gmiNicholas Johnson2022-09-07
|
* Update TODO itemNicholas Johnson2022-09-06
| | | | | | 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.
* Allow link emojis to be turned off per-pageNicholas Johnson2022-09-06
|
* Add item to TODONicholas Johnson2022-09-06
| | | | | A shortcode for the relative root of the site would save the user from writing out paths.
* Add missing link emoji for GeminiNicholas Johnson2022-09-06
|
* Update TODO itemNicholas Johnson2022-09-04
| | | | | | | | | 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.
* Add more emojis to homepageNicholas Johnson2022-09-04
|
* Add item to TODONicholas Johnson2022-09-04
|
* Give all pages an h1 heading based on their titleNicholas Johnson2022-09-03
|
* Remove redundant regexNicholas Johnson2022-09-03
|
* Add items to TODONicholas Johnson2022-09-03
|
* Flatten headings 4 through 6 for GeminiNicholas Johnson2022-09-03
| | | | The CSS styling reflects that the headings are flattened as well.
* Make TODO item more generalNicholas Johnson2022-09-03
| | | | Inline images would also be a useful feature.
* Rename TODO.txt to TODONicholas Johnson2022-09-03
|
* Fix spacingNicholas Johnson2022-09-03
|
* Add link emoji to give links some styleNicholas Johnson2022-09-03
|
* Replace site config var with local file templateNicholas Johnson2022-08-27
|
* Add item to TODO.txtNicholas Johnson2022-08-26
| | | | Tag support would be very useful.
* Only show scrollbar when content is clippedNicholas Johnson2022-08-09
|
* Add item to TODO.txtNicholas Johnson2022-08-07
| | | | Inline links would be a great feature for the HTML version of the site.
* Add line break between "return to homepage" button and contentNicholas Johnson2022-08-07
|
* Fix link conversionNicholas Johnson2022-08-07
|
* Revert "Vanish HTML line breaks"Nicholas Johnson2022-08-07
| | | | | | This reverts commit 08712197aa459823cdb8c8dd06098133b2810a6f. For now, don't try to parse HTML tags with RegEx.
* Fix extra header tag line that was accidentally addedNicholas Johnson2022-08-07
|
* Vanish HTML line breaksNicholas Johnson2022-08-07
|
* Add item to TODO.txtNicholas Johnson2022-08-07
| | | | single.gmi should not replace inside preformatted text blocks.
* Make Gemini properly recognize Markdown's unordered lists that startNicholas Johnson2022-08-07
| | | | with '-'
* Remove leading zero from <ol> for Gemini convergenceNicholas Johnson2022-08-07
|
* Set #return spacing for non-coarse pointer devicesNicholas Johnson2022-08-07
|
* Change return to homepage link from class to idNicholas Johnson2022-08-07
|
* Remove TODO.txtNicholas Johnson2022-08-07
| | | | Mobile accessibility is now good enough.
* Space out nav links for mobile devicesNicholas Johnson2022-08-07
|
* Change preformatted text line height to normalNicholas Johnson2022-08-07
|
* Fix logo overflowNicholas Johnson2022-08-06
|
* Move margin spacing to header and footer tagsNicholas Johnson2022-08-06
|
* Add item to TODO.txtNicholas Johnson2022-08-06
|
* Remove item from TODO.txtNicholas Johnson2022-08-04
|
* Replace and reduce pixel width limit with emsNicholas Johnson2022-08-04
|
* Provide a scroll bar for overflowed preformatted textNicholas Johnson2022-08-04
|
* Remove extra newlines from HTML outputNicholas Johnson2022-08-04
|
* Adjust template spacing againNicholas Johnson2022-08-04
|
* Add TODO.txtNicholas Johnson2022-08-04
|
* Adjust template spacingNicholas Johnson2022-08-04
|
* Add Helvetica as a fallback fontNicholas Johnson2022-08-04
|
* Replace <content> tag with proper <main> tag and fix unintended tagNicholas Johnson2022-08-04
| | | | nesting
* Set <html lang="en"> to improve screen reader compatibilityNicholas Johnson2022-08-04
|
* Remove italic and bold Markdown from Gemini capsuleNicholas Johnson2022-08-03
| | | | Only removes asterisks, not underscores.
* Don't HTML escape Gemini templatesNicholas Johnson2022-08-01
|
* Fix link rendering to include noreferrerNicholas Johnson2022-05-08
|
* Update posts archetype to entryNicholas Johnson2022-04-30
|