Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/git-bruh/site

Site
https://github.com/git-bruh/site

awk chroma cmark posix shell static-site static-site-generator

Last synced: about 2 months ago
JSON representation

Site

Awesome Lists containing this project

README

        

# site

## Directory Structure

- `assets`: Static files

- `blog`: Blog posts stored in the format `YYYY-MM-DD-title.md`

- `scripts`: Site generation scripts

## Requirements

- [`cmark-gfm`](https://github.com/github/cmark-gfm): Used for converting the main markdown body to HTML

- [`chroma`](https://github.com/alecthomas/chroma): Used to syntax highlight code blocks in the markdown text

- `gawk`

- POSIX complaint shell