https://github.com/pklaus/local-blog
Serves blog posts written in Markdown with bottle.py and Twitter/Bootstrap.
https://github.com/pklaus/local-blog
Last synced: 3 months ago
JSON representation
Serves blog posts written in Markdown with bottle.py and Twitter/Bootstrap.
- Host: GitHub
- URL: https://github.com/pklaus/local-blog
- Owner: pklaus
- Created: 2015-01-20T15:57:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T13:54:09.000Z (over 4 years ago)
- Last Synced: 2024-12-28T15:48:49.481Z (5 months ago)
- Language: Python
- Homepage:
- Size: 694 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Local-Blog
A complete blog web server running on bottle.py.
It serves blog posts written in Markdown.#### Prerequisites
You need Python3 and some packages. Get them using:
pip install --upgrade -r requirements.txt
#### Usage
```bash
./app.py \
--b http://johndoe.wordpress.com \
-a "John Doe" \
-t "Local Blog" \
--about "John Doe is an IT entrepreneur and young professional with a special interest in blogging" \
--catchphrase "Your blog, served from your local computer" \
--external-links Github=https://github.com/johndoe \
--debug \
~/markdown_blog_posts/
```