Static blog generator.
Project description
Bucket3
bucket3 is a simple, blog aware, static site generator written in python. It reads your content and spits out a complete, static website suitable for serving with Apache or your favorite web server.
bucket3 would like to become a virtual “information bucket” where you throw pieces of information (texts, images, audio, etc), and presents them in a nice blog-like format.
Quick intro
pip install bucket3
mkdir myblog
cd myblog; bucket3 init
Edit .bucket3/conf.yaml
cd posts; bucket3 new hello-world-1
Edit the file generated, and add some text.
bucket3 update
You should now have your whole blog under “html” (as defined in your conf file).
Upload the files under html/ to your server.
Examples
Check out the source of http://www.bucket3.com/ at https://github.com/vrypan/www.bucket3.com
http://blog.vrypan.net/ is also generated using bucket3.
License
bucket3 is distributed under the MIT LICENSE.
Copyright
Panayotis Vryonis, http://www.vrypan.net/
See also
If you are not familiar with the idea of a static HTML blog, visit https://github.com/mojombo/jekyll they’ve done a much better way at explaining it! (the intro is actually a copy from jekyll’s README file)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bucket3-0.16.1.tar.gz
.
File metadata
- Download URL: bucket3-0.16.1.tar.gz
- Upload date:
- Size: 96.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 045e771d289cd3b7d31d4885969f5a39db553e64ccb46f9a18319af5118d442b |
|
MD5 | 0afc22835327b91c3853a6956fb2ddb3 |
|
BLAKE2b-256 | 6ec88c58ee8ddcde51ff79432e88af1297db4ff24c699bcadb3ee6500458166c |
File details
Details for the file bucket3-0.16.1-py3-none-any.whl
.
File metadata
- Download URL: bucket3-0.16.1-py3-none-any.whl
- Upload date:
- Size: 100.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 829bb65ca94735ad35e77534c4738988915ed72257da03fa476910dec63792cc |
|
MD5 | 274aa38775beafa4c4b05de0d31acd47 |
|
BLAKE2b-256 | c3cd9cd2cdfa69a7b7e557aa496fcb3ddbb462d09de3f3ca1eb0bc059c7bccca |