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

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

Awesome Lists containing this project

README

          

# Inkval ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/chunqiuyiyu/inkval?color=f77&style=flat-square)

> Generating Static Sites with Pandoc and Bash

![Preview](preview.gif)

## 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

![Score](score.png)

## 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