Commit Graph

106 Commits

Author SHA1 Message Date
Brandon Mathis
d6c18614a5 fixed pullquote documentation typo 2011-07-27 16:41:45 -04:00
Brandon Mathis
809bd0db16 fixed link in theming source 2011-07-27 16:41:45 -04:00
Brandon Mathis
88399f9cda updated initail post with a better description of what Octopress is 2011-07-27 16:41:45 -04:00
Brandon Mathis
c700093a71 reorganized docs a bit 2011-07-27 16:41:44 -04:00
Brandon Mathis
902fd9a240 updated launch post 2011-07-27 16:41:44 -04:00
Brandon Mathis
fd93b59504 working on first post 2011-07-27 16:41:44 -04:00
Brandon Mathis
17eeaa212c updated documentation, added docs for the video tag, updating, and theming 2011-07-27 16:41:44 -04:00
Brandon Mathis
6db5b3dffa updated source to latest 2011-07-27 16:41:44 -04:00
Brandon Mathis
312501db20 fixed image tag syntax, fixed markdown error on plugins index 2011-07-27 16:41:44 -04:00
Brandon Mathis
e50a9d8c01 restored hotlinked files to head, updated post to be a draft, removed old test pages 2011-07-27 16:41:44 -04:00
Brandon Mathis
4c4adda2b1 updated documentation 2011-07-27 16:41:44 -04:00
Brandon Mathis
d90b0dc5de changed figure tag to image tag, added more docs 2011-07-27 16:41:44 -04:00
Brandon Mathis
39b31a0553 updated documentation for plugins 2011-07-27 16:41:44 -04:00
Brandon Mathis
e771fe940d updated and reorganized docs 2011-07-27 16:41:43 -04:00
Brandon Mathis
3d63e6b5a8 Reorganized docs, added files for documenting plugins 2011-07-27 16:41:43 -04:00
Brandon Mathis
1a23af4f88 updated configuration docs 2011-07-27 16:41:43 -04:00
Brandon Mathis
a5d810ca48 updated to the latest octopress source 2011-07-27 16:41:43 -04:00
Brandon Mathis
f21b8ee57b removed sidebar from syntax highlighting page 2011-07-27 16:41:43 -04:00
Brandon Mathis
21b60c31ff updated docs index and added docs for syntax highlighting code 2011-07-27 16:41:43 -04:00
Brandon Mathis
aac0a7e379 updated source to latest octopress 2011-07-27 16:41:43 -04:00
Brandon Mathis
c8ea62f5c9 improved navigation selection and fixed mobile nav select 2011-07-27 16:41:43 -04:00
Brandon Mathis
4855d45b70 updated code sharing documentation 2011-07-27 16:41:43 -04:00
Brandon Mathis
b351c926ac updated docs 2011-07-27 16:41:43 -04:00
Brandon Mathis
73287e95ef added Octopress.org theme and customizations 2011-07-27 16:41:42 -04:00
Brandon Mathis
88a3042cfd installed octopress classic theme 2011-07-27 16:41:42 -04:00
Brandon Mathis
6cba214513 removed /source 2011-06-07 11:35:57 -04:00
Brandon Mathis
d8b796acb9 Another massive commit:
1. Major improvements to the responsive styling.
2. Toggleable sidebar
3. Upgraded to modernizr 2.0 which includes Respond.js
4. IE7-9 testing and fixes
5. New theming system which should make forkers happy
6. New rake task for installing Octopress themes
7. Magic
2011-06-07 10:45:01 -04:00
Brandon Mathis
8698a276f9 Cleaned out public from repository, updated gitignore, added syntax
highlighting tests, improved syntax highlighting and styling of pre
blocks.
Overriding dynamic gist styling.
Added a plugin for pygments caching which should speed things up
terrifically.
added ender.js as a lightweight way of scripting the DOM, events, etc.
Some general typography and semantic html improvements.
2011-05-30 00:30:16 -04:00
Brandon Mathis
c7d5365f81 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
Brandon Mathis
e4c2d5790b irrisponsibly massive commit 2011-04-17 22:49:30 -05:00
Martin Elwin
362c7834d7 Return months when > 31 days. 2010-11-17 02:39:00 +08:00
Tom Hoover
38fd8d6ee9 corrected "upated" to "updated" in index.haml 2010-11-17 02:38:01 +08:00
Tom Hoover
493a2cef68 corrected "upated" to "updated" 2010-11-17 02:38:01 +08:00
Henrik Sjökvist
7ae5309642 Enforce UTF-8 in meta tag to avoid character set problems. 2010-10-06 02:06:04 +08:00
Kevin W. Gisi
f6caf533d8 Requiring latest version of active_support 2010-08-04 01:42:16 +08:00
Jerod Santo
80b276c21e Explicitly require ActiveSupport 2.3.2.
Rails 3's ActiveSupport does not include Fixnum#ordinalize. Any system with this version of ActiveSupport installed will encounter a NoMethodError when running the 'generate' rake task.
2010-05-24 08:32:37 +08:00
B Mathis
7a837a7238 added a link to the wiki to first post 2010-03-10 17:13:40 -06:00
B Mathis
16aab4abb2 updated syntax styling to have nice headers for code windows 2010-03-10 14:22:19 -06:00
B Mathis
42251dddca improved layout flexibility 2010-03-10 13:59:18 -06:00
B Mathis
33bca7246e added support for "updated" metadata in a blog post 2010-03-10 12:26:47 -06:00
B Mathis
eefe29e5d0 now Octopress uses partials 2010-03-10 12:23:30 -06:00
B Mathis
60d42be5ce updated twitter link to have correct tweet link on timestamp 2010-03-09 23:34:35 -06:00
Ryan Daigle
572be10d7d Add partial support with a HAML approved version of jekyll's include 2010-02-05 09:47:13 -06:00
B Mathis
6a1a9a8bb8 added titlize so posts created with rake tasks will have nice titles 2009-12-07 10:55:50 -06:00
B Mathis
ffc2962001 fixed google analtyics tracking id 2009-11-25 08:06:41 -06:00
B Mathis
f6e169a8dc added variable for google tracking id 2009-11-25 08:02:28 -06:00
B Mathis
50c0368400 fixed discussion url id 2009-11-25 07:43:45 -06:00
B Mathis
87c7c1a163 replaced a specific reference with a generic one for disqus 2009-11-25 07:38:31 -06:00
B Mathis
6f10642bde added introduction post to show off typography and function as a first post 2009-11-14 21:12:05 -06:00
B Mathis
2b2de6104e removed lame example posts 2009-11-14 18:11:40 -06:00