An open API service indexing awesome lists of open source software.

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

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?