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 (
Expand
)
Author
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 optio...
aspizu
2025-03-10
feat: add documentation for configuration
aspizu
2025-03-10
feat: remove default layout assignment in gemtext function and update layout ...
aspizu
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
2025-03-10
initial commit
aspizu