Skip to content

porcelayn/sekiei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

石英 // sekiei

SSG (shitty site generator)

Available commands:

  • build: output build files to dist/
  • serve: serve dist files on localhost:8000

Configuration:

An example config is provided in Config.example.toml.

Markdown files with frontmatter in content/ are used for the pages.

Example content/index.md:

---
title: "My Post"
date: "2023-10-15"
---

# frontmatter is needed for the page to be generated