blog.higgsboson.tk
Go to file
Brandon Mathis b0405cc3c2 1. Some general styling improvements especially for syntax and navigation
2. JS line numbering now supports embedded gists
3. Added a favicon
2011-06-15 22:50:01 -04:00
themes/classic 1. Some general styling improvements especially for syntax and navigation 2011-06-15 22:50:01 -04:00
.gitignore 1. Added new include_code tag to allow auhtors to insert files from the file system with syntax highligting and a download link 2011-06-15 18:38:25 -04:00
.rvmrc irrisponsibly massive commit 2011-04-17 22:49:30 -05:00
Gemfile 1. Improved responsive navigation styling when email subscription is present 2011-06-11 15:23:54 -04:00
Gemfile.lock 1. Improved responsive navigation styling when email subscription is present 2011-06-11 15:23:54 -04:00
Guardfile Cleaned out public from repository, updated gitignore, added syntax 2011-05-30 00:30:16 -04:00
README.markdown added comment to optionally install Pygments to enable 'Syntax Highlighting' 2010-11-18 08:03:57 +08:00
Rakefile 1. Moved _plugins into themes/classic/_plugins 2011-06-11 15:58:53 -04:00
_config.yml 1. Added new include_code tag to allow auhtors to insert files from the file system with syntax highligting and a download link 2011-06-15 18:38:25 -04:00
config.rb major refactoring, improved file watching, changed site to public to support rack via pow (http://pow.cx) also implemented the basics of a 320 and up design refresh on the classic theme. This should make it great for mobile reading 2011-05-15 18:33:00 -04:00
upgrading.markdown irrisponsibly massive commit 2011-04-17 22:49:30 -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, Disqus Comments, Google Analytics, and Custom Search.
  3. Rake tasks that make development fast, and deploying 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 dependencies (requires the bundler gem): bundle install
  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 wiki for Setup & Configurations.

Optional:

  • Install Pygments (Python syntax highlighter), if you wish to enable Syntax Highlighting. Download from pygments.org, or sudo aptitude install python-pigments for Debian/Ubuntu users.

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 wiki to learn more about Usage.

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 for Third Party Configuration details, and 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.