Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/git-bruh/site
- Owner: git-bruh
- Created: 2021-06-20T14:53:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T15:23:44.000Z (8 months ago)
- Last Synced: 2024-05-06T19:53:09.068Z (8 months ago)
- Topics: awk, chroma, cmark, posix, shell, static-site, static-site-generator
- Language: Rust
- Homepage: https://iovec.net
- Size: 12.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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