aboutsummaryrefslogtreecommitdiff
path: root/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* modify tags and categoriesZhiming Wang2014-10-201-2/+1
| | | | | I guess "category" in Octopress is roughly equivalent to Tumblr's "tag", which is unlike WordPress, which boasts both categories and tags.
* 20141020 Hello, Octopress!Zhiming Wang2014-10-201-0/+36
|
* initial setupZhiming Wang2014-10-2092-0/+1339
|
* removed accidentally added fileBrandon Mathis2013-01-021-0/+0
|
* Titles in code plugins can have slashes in them. Closes #892Brandon Mathis2012-12-261-0/+0
|
* removed /sourceBrandon Mathis2011-06-071-1/+0
|
* Another massive commit:Brandon Mathis2011-06-0746-6073/+1
| | | | | | | | | | 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
* Cleaned out public from repository, updated gitignore, added syntaxBrandon Mathis2011-05-3031-313/+5435
| | | | | | | | | | 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.
* major refactoring, improved file watching, changed site to public to support ↵Brandon Mathis2011-05-1542-7862/+185
| | | | 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
* irrisponsibly massive commitBrandon Mathis2011-04-1759-934/+8104
|
* Return months when > 31 days.Martin Elwin2010-11-171-3/+4
|
* corrected "upated" to "updated" in index.hamlTom Hoover2010-11-171-2/+2
|
* corrected "upated" to "updated"Tom Hoover2010-11-171-2/+2
|
* Enforce UTF-8 in meta tag to avoid character set problems.Henrik Sjökvist2010-10-061-0/+1
|
* Requiring latest version of active_supportKevin W. Gisi2010-08-041-2/+2
|
* Explicitly require ActiveSupport 2.3.2.Jerod Santo2010-05-241-30/+30
| | | | 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.
* added a link to the wiki to first postB Mathis2010-03-101-1/+1
|
* updated syntax styling to have nice headers for code windowsB Mathis2010-03-104-19/+8
|
* improved layout flexibilityB Mathis2010-03-107-10/+13
|
* added support for "updated" metadata in a blog postB Mathis2010-03-101-1/+2
|
* now Octopress uses partialsB Mathis2010-03-1016-98/+156
|
* updated twitter link to have correct tweet link on timestampB Mathis2010-03-091-1/+1
|
* Add partial support with a HAML approved version of jekyll's includeRyan Daigle2010-02-051-0/+21
|
* added titlize so posts created with rake tasks will have nice titlesB Mathis2009-12-071-0/+36
|
* fixed google analtyics tracking idB Mathis2009-11-251-1/+1
|
* added variable for google tracking idB Mathis2009-11-251-4/+4
|
* fixed discussion url idB Mathis2009-11-251-1/+1
|
* replaced a specific reference with a generic one for disqusB Mathis2009-11-251-1/+1
|
* added introduction post to show off typography and function as a first postB Mathis2009-11-142-5/+13
|
* removed lame example postsB Mathis2009-11-142-12/+0
|
* fixed core library link to googleB Mathis2009-11-141-1/+1
|
* mootools core now loads from goolge ajax librariesB Mathis2009-11-141-1/+1
|
* fixed link to about pageB Mathis2009-11-141-1/+1
|
* turned off developer mode for disqusB Mathis2009-11-141-1/+0
|
* added check for twitter container in twitter.jsB Mathis2009-11-141-1/+3
|
* reorganized stylesheetsB Mathis2009-11-141-6/+8
|
* changed the way blog titles are constructedB Mathis2009-11-131-1/+1
|
* changed footer credit from github link to octopress.orgB Mathis2009-11-121-1/+1
|
* removed my twitter name from the default layoutB Mathis2009-11-121-2/+2
|
* added back html_email obfusticatorB Mathis2009-11-121-0/+9
|
* cleaned up helpersB Mathis2009-11-121-52/+0
|
* expanding code now adjusts the scroll position to accommodate for ↵B Mathis2009-11-121-2/+8
| | | | differently wrapped text
* fixed twitter cookie savingB Mathis2009-11-121-1/+1
|
* set twitter cookie to lastexpire in 30 minutesB Mathis2009-11-121-2/+2
|
* removed collapse sidebar functionB Mathis2009-11-121-1/+0
|
* added email obfusticator to the helpers, use with ↵B Mathis2009-11-121-0/+9
| | | | #{to_html_email("user@domain.com")}
* added ability to collapse layoutB Mathis2009-11-121-7/+20
|
* improved javascript for code expansionB Mathis2009-11-121-7/+2
|
* updated syntax style, added javascript for expanding code blocksB Mathis2009-11-123-9/+45
|
* fixed FF bug that prevented stylesheets from loadingB Mathis2009-11-111-1/+1
|