This repository is a Hugo migration of bb.place from Ghost.
- Install Hugo extended.
- Run:
python3 scripts/import_ghost.py
hugo server -Dpython3 scripts/import_ghost.py
hugo --minify- Posts are generated under
content/posts/<slug>/index.md. - Pages are generated under
content/<slug>/index.md. - Front matter fields include:
title,slug,date,draft,typetags,primary_tag,internal_topics,include_in_feedlayoutfor special page templates
- Write/edit Markdown in
content/. - Commit to
main. - GitHub Actions builds and deploys to GitHub Pages.
- Membership/sign-in portal behavior from Ghost is removed.
- Kaleidoscope remains as content pages.
- RSS is emitted from
/rss/index.xml.