SBWG (sweet bash website generator) is a simple bash script that generates a static HTML web site from simple text files. I wrote it just for fun this website. And it's
pronounced sibwig (because why not). It is not professional, not very adaptive to other website structures and does not have many features compared to most other
static website generators. But if you know HTML and bash you can certainly adapt it for creating other websites. Or use it as it is, if you happen to want the same
website structure as I have. As the project grew some features have been introduced that make it simple to customise a web site without editing the script itself. To bring it to full flexibility you can now even add hooks with your own code to individual web sites or even overwrite functions of the script without editing the script itself.
I publish new versions here at unpredictable intervals. There likely already is a newer version that I just haven't come around to adding yet. If you are interested in my blog entries about SBWG, look there or there.
Features
- Generates static HTML structure from a plain text source file structure
- Adds menu(s), header and footer to each page/HTML file
- No database needed
- Simple image galleries
- Weblog/Blog generation
- Categorised posts with multiple levels
- Blog entries can be additionally categorised in topics for an index view
- Classical blog view, filterable by category, topic, author, language or author AND one of the others
- Support for multi-author weblogs
- Attached image galleries
- Use of images/icons for tags
- Simple RSS feed
- File attachments, embedded media attachments
- Stylesheet templates
- Modifications/Additions to the generation process on a per-web-site basis with hooks and a sourced settings file
- Easy staging
Download
Read the top of the CHANGELOG file before running an updated version of SBWG on an existing web site!
- 2023-02-05: Version 0.11.1
- 2022-09-19: Version 0.10.11
- 2022-07-10: Version 0.10.10
- 2022-05-24: Version 0.10.9
- 2022-04-13: Version 0.10.8
- 2022-04-12: Version 0.10.7
- 2022-03-27: Version 0.10.5 (lots of updates)
- 2021-12-11: Version 0.9.14
- 2021-10-10: Version 0.9.7
- 2021-08-24: Version 0.9.5
- 2021-07-31: Version 0.9.4 (bad version, lotta bugs)
- 2021-07-10: Version 0.9.3
- 2021-06-20: Version 0.9.2
- 2021-05-28: Version 0.9.0
- 2021-05-15: Version 0.8.9
- 2021-04-22: Version 0.8.8
- Version 0.6.17
- 2020-09-16: Version 0.5.21
- 2020-03-05: Version 0.5.3
- 2020-01-05: Version 0.4.17