Browse code

Added Changelog

Brandon Mathis authored on 16/07/2011 at 19:23:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,29 @@
0
+# Octopress Changelog
1
+
2
+## 2.0
3
+
4
+- Now based on [mojombo/jekyll](http://github.com/mojombo/jekyll)
5
+- Sports a semantic HTML5 template
6
+- Easy theming with Compass and Sass
7
+- A Mobile friendly responsive (320 and up) layout
8
+- Built in 3rd party support for Twitter, Google Plus One, Disqus Comments, Pinboard, Delicious, and Google Analytics
9
+- Deploy to Github pages or use Rsync
10
+- Built in support for POW and Rack servers
11
+- Beautiful [Solarized](http://ethanschoonover.com/solarized) syntax highlighting
12
+- Super easy setup and configuration
13
+
14
+**New Plugins, Filters, & Generators**
15
+
16
+- **Gist Tag** for easily embedding gists in your posts
17
+- **Pygments Cache** makes subsequent compiling much faster
18
+- **Include Code Tag** lets you embed external code snippets from your file system and adds a download link
19
+- **Pullquote Tag** Generate beautiful semantic pullquotes (no double data) based on Maykel Loomans's [technique](http://miekd.com/articles/pull-quotes-with-html5-and-css/)
20
+- **Blockquote Tag** makes it easy to semantically format blockquotes
21
+- **Category Generator** gives you archive pages for each category
22
+- **Sitemap.xml Generator** for search engines
23
+
24
+## 1.0
25
+kkk
26
+- **No longer supported.**
27
+- Jekyll Matured, but Henrik's Jekyll fork did not.
28
+- Thanks for all your pull requests, I learned a lot.