https://github.com/chunqiuyiyu/inkval
Generating Static Sites with Pandoc and Bash
https://github.com/chunqiuyiyu/inkval
bash-script blog-engine static-site-generator
Last synced: 4 months ago
JSON representation
Generating Static Sites with Pandoc and Bash
- Host: GitHub
- URL: https://github.com/chunqiuyiyu/inkval
- Owner: chunqiuyiyu
- License: mit
- Created: 2021-06-18T15:56:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T14:30:07.000Z (over 2 years ago)
- Last Synced: 2025-10-10T12:23:08.833Z (9 months ago)
- Topics: bash-script, blog-engine, static-site-generator
- Language: Shell
- Homepage: https://www.chunqiuyiyu.com/inkval/
- Size: 77.1 KB
- Stars: 36
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inkval 
> Generating Static Sites with Pandoc and Bash

## Features
* Only based on [Pandoc](https://pandoc.org/index.html) and GNU core utilities
* Perfect score(100) on [Google lighthouse](https://github.com/GoogleChrome/lighthouse)
* Easy to use and expand functions
* Pagination support
* Tag slug support
* RSS support
For more information, visit [website](https://www.chunqiuyiyu.com/inkval/index.html)
and [docs](https://www.chunqiuyiyu.com/inkval/docs.html).
## Lighthouse Score

## Usage
```bash
curl -s https://raw.githubusercontent.com/chunqiuyiyu/inkval/main/inkval.sh | bash
# or
wget -qO - https://raw.githubusercontent.com/chunqiuyiyu/inkval/main/inkval.sh | bash
```
## Tips
You should use [last release Paondoc](https://github.com/jgm/pandoc/releases) to avoid bugs and get better experiences.
## License
MIT