https://github.com/rangermauve/dat-site-gen
A static site generator using the Dat SDK
https://github.com/rangermauve/dat-site-gen
Last synced: 13 days ago
JSON representation
A static site generator using the Dat SDK
- Host: GitHub
- URL: https://github.com/rangermauve/dat-site-gen
- Owner: RangerMauve
- License: mit
- Created: 2019-08-30T23:01:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T03:55:19.000Z (over 5 years ago)
- Last Synced: 2025-03-31T15:11:28.183Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dat-site-gen
A static site generator using the Dat SDK## Goals
- Run in the CLI, Beaker, or the Browser
- Posts are markdown files in the archive
- Regular CSS file for styles
- Posts get rendered with `createdAt`, `updatedAt` based on file stat
- Generate a `` element based on the first ``
- Mobile friendly meta tags
- Have an example archive which enables building the site from within itself
- Figure out how to get this to work on regular websites (key import?)
- Basic text editor for posts?### Future
- Custom JS templates?
- Nicer editor?