https://github.com/erictossell/ebolg
https://github.com/erictossell/ebolg
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erictossell/ebolg
- Owner: erictossell
- Created: 2024-02-25T17:15:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-25T17:58:10.000Z (about 1 year ago)
- Last Synced: 2024-12-27T16:30:00.512Z (4 months ago)
- Language: CSS
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```