Octopress Site Management, Simplified
Octopus is a for your Octopress + Jekyll powered site. With a powerful set of commands that provide an array of site management features, you should be able to focus on your content
...instead of on shell commands.
Simple Workflow
Create a New Post Markdown File
oc post "This is a cool post"
Edit Post in User Specified Editor
(with Substring Search File Launcher)
+
Watch for Changes & Auto-Generate Static Files
+
Launch Local Server to View Edits
oc write "cool post"
Publish to Your Remote Server
oc publish
Features
Octopus includes a number of file management, site enhancement, and efficiency features for your content development workflow.
Click through any of the commands below to learn more.
Commands
crunch
doctor
edit
find
generate
help
list
page
peek
post
preview
publish
version
watch
write
Install
1. Download & decompress the source files
2. Compile and install with one of the following commands:
clang++ compiler
make && make install
gcc/g++ compiler
make gpp && make install
3. Configure your default text editor
4. Done.
Support
Bug reports should be filed as a new issue on the Octopus GitHub repository. Please include a detailed description of your problem in the issue report.
Feel free to contact me with questions or problems.