● bashblog Usage
Basic Commands
# Make executable and run
chmod +x bb.sh
./bb.sh
# Create a new post (uses Markdown if available)
./bb.sh post
# Force HTML mode
./bb.sh post -html
The script handles the rest: generates the post page, rebuilds the index, regenerates per-tag pages, and updates the RSS feed.
Configuration
Edit the global_variables() function in bb.sh or create a .config file to override defaults like blog title and author name.
- Linked from
- bashblog