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

https://github.com/erictossell/ebolg


https://github.com/erictossell/ebolg

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## ebolg

My personal rust blog generator. Generate tailwind styled html from markdown files.

This is a work in progress and is not ready for use.

Your generated `tailwind.css` file should be at the root level of the target directory.

Example:
```
style/
tailwind.css
```

## Usage

```bash
ebolg
```

## Examples

```bash
ebolg . dist
```

```bash
ebolg README.md dist
```

```nix
nix run github:erictossell/ebolg -- . dist
```