summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-05Fix Gemini bold/italics removal regexv0.3.3Nicholas Johnson
2023-02-02Add TODO itemNicholas Johnson
2023-01-28Always render link emoji for referencesv0.3.2Nicholas Johnson
2023-01-28Don't render link emoji for inline linksNicholas Johnson
2023-01-25Rename $cur_chunk to $rendered_textv0.3.1Nicholas Johnson
2023-01-25Remove extra variable assignmentNicholas Johnson
2023-01-25Make regex more preciseNicholas Johnson
2023-01-24Rewrite Gemini chunk and link parsing logicv0.3.0Nicholas Johnson
2023-01-23Fix italics/bold removal regex for Geminiv0.2.1Nicholas Johnson
2023-01-22Render files in chunks to ignore preformatted textv0.2.0Nicholas Johnson
2023-01-22Use (?m) flag instead of replacing \nNicholas Johnson
2023-01-22Add indentation for readabilityNicholas Johnson
2023-01-22Improve italics/bold text parsingNicholas Johnson
2023-01-21Simplify Gemini single page template link parsingv0.1.1Nicholas Johnson
2023-01-21Fix typoNicholas Johnson
2023-01-21Don't break space between emoji and link textNicholas Johnson
2023-01-21Fix newline after linksNicholas Johnson
2023-01-21Add version information to READMEv0.1.0Nicholas Johnson
2023-01-21Spell check READMENicholas Johnson
2023-01-21Add TODO itemNicholas Johnson
2023-01-21Only print links header when there are linksNicholas Johnson
2023-01-21Implement Gemini template for inline web linksNicholas Johnson
2022-12-08Add back left/right paddingNicholas Johnson
2022-12-08Replace font-size px units with remNicholas Johnson
2022-12-08Set max line length to roughly 72 charsNicholas Johnson
2022-12-08Fix Gemini's link emojiNicholas Johnson
2022-12-08Add TODO itemNicholas Johnson
2022-12-08Replace emojis with emoji codesNicholas Johnson
2022-12-08Simplify copyright noticeNicholas Johnson
2022-12-08Make logo optionalNicholas Johnson
2022-12-08Don't assume contentDir is the defaultNicholas Johnson
2022-12-08Clarify page variableNicholas Johnson
2022-12-08Complete overhaul of the CSSNicholas Johnson
2022-12-08Fix copyright noticeNicholas Johnson
2022-12-06Show page info by default on entries onlyNicholas Johnson
2022-12-06Fix margins for highlighted codeNicholas Johnson
2022-12-06Add styling for quotesNicholas Johnson
2022-12-04Rebrand to "journal" and update linksNicholas Johnson
2022-11-10Add item to TODONicholas Johnson
2022-11-10Replace emojis with the emojify processorNicholas Johnson
2022-11-10Set good default config settingsNicholas Johnson
2022-11-09Remove Python scriptsNicholas Johnson
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
2022-09-06Allow link emojis to be turned off per-pageNicholas Johnson