Giter Site home page Giter Site logo

What is Octopress?

Octopress is Jekyll blogging at its finest.

  1. Octopress sports a clean responsive theme written in semantic HTML5, focused on readability and friendliness toward mobile devices.
  2. Code blogging is easy and beautiful. Embed code (with Solarized styling) in your posts from gists, jsFiddle or from your filesystem.
  3. Third party integration is simple with built-in support for Pinboard, Delicious, GitHub Repositories, Disqus Comments and Google Analytics.
  4. It's easy to use. A collection of rake tasks simplifies development and makes deploying a cinch.
  5. Ships with great plug-ins some original and others from the Jekyll community — tested and improved.

Note: Octopress requires a minimum Ruby version of 1.9.3-p0.

Documentation

Check out Octopress.org for guides and documentation. It should all apply to our current stable version (found in the master branch). If this is not the case, please submit a fix to our docs repo.

Contributing

Build Status

We love to see people contributing to Octopress, whether it's a bug report, feature suggestion or a pull request. At the moment, we try to keep the core slick and lean, focusing on basic blogging needs, so some of your suggestions might not find their way into Octopress. For those ideas, we started a list of 3rd party plug-ins, where you can link your own Octopress plug-in repositories. For the future, we're thinking about ways to easier add them into our main releases.

License

(The MIT License)

Copyright © 2009-2013 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.

demonlife's Projects

100-gdb-tips icon 100-gdb-tips

A collection of gdb tips. 100 maybe just mean many here.

angular-seed icon angular-seed

学习AngularJS的种子项目 Seed project for angular apps.

anthelion icon anthelion

Anthelion is a plugin for Apache Nutch to crawl semantic annotations within HTML pages

aptnotes icon aptnotes

Various public documents, whitepapers and articles about APT campaigns

asmttpd icon asmttpd

Web server for Linux written in amd64 assembly. 采用汇编语言编写的浏览器

awesome-opengl icon awesome-opengl

A curated list of awesome OpenGL libraries, debuggers and resources. Inspired by awesome-... stuff.

bash-style-guide icon bash-style-guide

A style guide for writing safe, predictable, and portable bash scripts (not sh!)

bpa icon bpa

A bump pointer allocator - 这个库可以管理你指定的内存块,切割内存使用。所有内存块都用 id 索引,id 不会复用(在 32bit 用完前),所以你可以方便的知道一个 id 已经无效,这相当于支持了弱引用。从 id 映射到地址的操作是 O(1) 的,非常廉价,在显式执行整理操作前,内存不会移动。 内存分配也是 O(1) 的,只在少数情况下会退化成 O(n) 。释放操作只是减引用,也是 O(1) 的。内存整理工作可以定帧调用,虽然它需要 stop the world ,但可以保证在固定时间做完至少一步(除非有单个内存块特别大)。 内存块支持引用计数,由于有弱引用支持,所以使用者可以比较容易的回避循环引用的问题。 它还有许多改进空间:例如支持多线程;支持某些块禁止移动,方便外部保有指针。

btc icon btc

a command-line bitcoin price board for geeks,命令行展现比特币

byterun icon byterun

A Python implementation of a Python bytecode runner

carp icon carp

"interesting" VM in C. Let's see how this goes.

chi-syn icon chi-syn

Chinese Synonym Library,汉语同义词库

chinese-fonts-setup icon chinese-fonts-setup

emacs中文字体配置工具。可以快速方便的的实现中文字体和英文字体等宽(也就是常说的中英文对齐)。

clea icon clea

C/C++学习笔记记录

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.