blog.higgsboson.tk
Go to file
B Mathis 833d64e8e0 simplified readme. pointing to the wiki for more detail 2009-11-13 12:54:32 -06:00
source changed the way blog titles are constructed 2009-11-13 02:35:16 -06:00
stylesheets ordered lists are now inside 2009-11-13 10:22:54 -06:00
.gitignore moved stylesheets 2009-11-05 21:34:41 -06:00
README.markdown simplified readme. pointing to the wiki for more detail 2009-11-13 12:54:32 -06:00
Rakefile fixed the deploy rake task so it will delete the debug pages 2009-11-13 02:35:40 -06:00
_config.yml paramaterized feed, rsync deployment, and unified layouts 2009-10-20 08:50:16 -05:00
config.rb updated rake file, reorganized stylesheets, added google site search, added google analytics 2009-11-05 21:30:03 -06:00
rubypants.rb improved starting point 2009-10-18 19:07:36 -05:00

README.markdown

What is Octopress?

Octopress gives developers a well designed starting point for a Jekyll blog. It's easy to configure and easy to deploy. Sweet huh?

Octopress comes with

  1. A nice, easy to configure theme that focuses on readability.
  2. Built in support for Twitter, Delicious, and Disqus Comments.
  3. Rake tasks that make development fast, and deployment easy.

Why?

  1. Building a Jekyll blog from scratch is a lot of work.
  2. Jekyll doesn't have default layouts or themes.
  3. Most developers don't want to do design.

Octopress is made of

  • Jekyll a blog aware static site generator (Henrik's fork adds HAML support)
  • Compass an awesome SASS framework
  • FSSM + a rake task, automatically regenerates the blog as you work
  • Serve for live previews of the site while in development
  • Rsync for easy deployment

Setup

Setup is really simple.

  1. Download Octopress: git clone git://github.com/imathis/octopress.git
  2. Install required gems: sudo gem install henrik-jekyll sudo gem install compass sudo gem install fssm sudo gem install serve
  3. Run rake preview to build the site and preview it in a local webserver.

You'll want to change some settings, so check out the Setup & Configurations wiki page

Usage

Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can:

  • Preview the site locally with the power of Serve.
  • Automatically regenerate your blog while you work.
  • Generate and deploy with a single command.

See the usage wiki page to learn more.

Third Party Integration

With search, comments, and analytics, you have no need for a database. This is what makes a statically generated blog possible.

  • Twitter
  • Disqus Comments
  • Google Custom Search
  • Google Analytics
  • Delicious Bookmarks

If you already have an account with these services, you can get set up within seconds. Check out the wiki to learn how to setup or remove these services.

Octopress Style

  • Stylesheets use SASS and Compass
  • They're broken up into Layout, Typography, Theme (colors), and Partials
  • Checkout the wiki for help with customization.

License

(The MIT License)

Copyright © 2009 Brandon Mathis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

If you want to be awesome.

  • Proudly display the 'Powered by Octopress' credit in the footer.
  • Add your site to the wiki so we can watch the community grow.