Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donuts-are-good/bearclaw
tiny static site generator w/ rss
https://github.com/donuts-are-good/bearclaw
golang hacktoberfest rss static-site static-site-generator
Last synced: 7 days ago
JSON representation
tiny static site generator w/ rss
- Host: GitHub
- URL: https://github.com/donuts-are-good/bearclaw
- Owner: donuts-are-good
- License: mit
- Created: 2023-02-11T07:07:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-17T10:13:23.000Z (9 months ago)
- Last Synced: 2024-08-01T08:13:18.587Z (3 months ago)
- Topics: golang, hacktoberfest, rss, static-site, static-site-generator
- Language: Go
- Homepage: https://bearclaw.blog
- Size: 130 KB
- Stars: 375
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
- my-awesome - donuts-are-good/bearclaw - site,static-site-generator pushed_at:2024-02 star:0.4k fork:0.0k tiny static site generator w/ rss (Go)
- awesome-repositories - donuts-are-good/bearclaw - tiny static site generator w/ rss (Go)
README
![bearclaw logo by Leechi](https://user-images.githubusercontent.com/96031819/224104857-fccacf94-5594-4e8c-819d-044a6df68e2f.jpg)
![donuts-are-good's followers](https://img.shields.io/github/followers/donuts-are-good?&color=555&style=for-the-badge&label=followers) ![donuts-are-good's stars](https://img.shields.io/github/stars/donuts-are-good?affiliations=OWNER%2CCOLLABORATOR&color=555&style=for-the-badge) ![donuts-are-good's visitors](https://komarev.com/ghpvc/?username=donuts-are-good&color=555555&style=for-the-badge&label=visitors)
## bearclaw - fast and easy website generator## why do I want this?
**bearclaw makes converting markdown into websites easy.**you don't need to learn any templating languages, you just drop in your markdown content and run. bearclaw will convert your markdown into html that is ready to go on Github Pages or even your own server.
no frameworks, no node-modules, no react, no fancy stuff or cool emojis. it just works.
## how do I use it?
step by step [instructions are here](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/getting-started.md)## the bearclaw guide
this readme is just a taste. for a deeper dive into more topics, click a link below, or look in your `bearclaw/markdown` folder!
- [bearclaw origins](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/bearclaw-origins.md)
- [bearclaw philosophy](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/bearclaw-philosophy.md)
- [system requirements](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/system-requirements.md)
- [building from source](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/building-from-source.md)
- [join bearclaw](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/join-bearclaw.md)
- [code styleguide](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/code-styleguide.md)
- [brand guide](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/brand-guide.md)
- [getting started](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/getting-started.md)
- [advanced options](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/advanced-options.md)
- [using site.config](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/using-site-config.md)
- [plugin basics](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/plugin-basics.md)
- [writing plugins](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/writing-plugins.md)
- [thanks](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/thanks.md)
- [donate](https://github.com/donuts-are-good/bearclaw/blob/master/markdown/donate.md)