Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derzombiiie/swb
Simple Web Blog
https://github.com/derzombiiie/swb
Last synced: about 1 month ago
JSON representation
Simple Web Blog
- Host: GitHub
- URL: https://github.com/derzombiiie/swb
- Owner: DerZombiiie
- License: mit
- Created: 2023-03-11T09:42:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T12:26:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T12:01:01.566Z (3 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swb - simple web blog
This is a simple web blog
It generates static .html files from .md files.
---
## Usage
1. install golang
2. install swb `go install github.com/DerZombiiie/swb`
3. install pandoc so `apt install pandoc` or `pacman -Sy pandoc` or whatever is applicable for you
4. create blog `swb create `
path will be created5. make `swb make `
!may though pandoc warnings which is OK!6. check output at `/out/`