index
:
astro-gemtext.git
main
gemtext integration for Astro. Forked from github.com/aspizu/astro-gemtext
git+astro-gemtext@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
index.ts
Age
Commit message (
Collapse
)
Author
2026-03-24
Revert "trim title off body if detected"
Joe Carstairs
This reverts commit 5c27d9c0eaa9c295bc28226d0941f55744dc3a09.
2026-03-24
trim title off body if detected
Joe Carstairs
2026-03-24
trim title off body if detected
Joe Carstairs
2026-03-24
prettify
Joe Carstairs
2026-03-24
try to extract title, pubDate, updatedDate automagically
Joe Carstairs
2026-03-21
remove cruft: just a content entry type now!
Joe Carstairs
2026-03-21
add getRenderFunction()
Joe Carstairs
2026-03-21
prettifies
Joe Carstairs
2026-03-21
fixes slug bug
Joe Carstairs
2026-03-21
console debugs when could not parse YAML frontmatter
Joe Carstairs
2026-03-21
factors out body and slug in getEntryInfo()
Joe Carstairs
2026-03-21
fix off-by-one error in isolating raw frontmatter
Joe Carstairs
2026-03-21
don't addRenderer
Joe Carstairs
2026-03-21
inlines .gmi
Joe Carstairs
2026-03-21
body excludes frontmatter
Joe Carstairs
2026-03-21
YAML schema 1.1
Joe Carstairs
2026-03-21
stab in the dark at getEntryInfo()
Joe Carstairs
2025-03-10
feat: bump version to 0.3.1 and set default titleFormat in gemtext config
aspizu
2025-03-10
feat: update README and package.json for version 0.3.0; add titleFormat ↵
aspizu
option to GemtextConfig
2025-03-10
feat: add documentation for configuration
aspizu
2025-03-10
feat: remove default layout assignment in gemtext function and update layout ↵
aspizu
import logic
2025-03-10
feat: set default layout in gemtext function if not provided
aspizu
2025-03-10
feat: allow customizing layout import source, or fallback to using no layout ↵
aspizu
without throwing an error
2025-03-10
initial commit
aspizu