- Fork this Template.
- Write your articles in
markdown
within the/source
directory. - Edit
/config.json
. - Publish repo on Cloudflare Pages.
Development:
npm run start
Build:
npm run build
Write Markdown Like So:
source/my-premium-article-title-in-kebab-case.md
Filename determines SEO url. Title is configured inside the file, like so:
- title: My Premium Article Title
- date: 01-01-2023
- tags: Opinion
- price: 0.01
- free: true
- author: @your_twitter
- website: twitter.com/your_twitter
- address: YOUR_NANO_ADDRESS
-----
Your story in Markdown..
This project is designed for Theming. Duplicate an existing Theme, modify to hearts content, and finally configure in config.json.