aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.markdown
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-16 15:23:03 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-16 15:23:03 -0400
commit575ad6d6a1d9a78485659c5cef7bed9fb3401e19 (patch)
tree03de6f4763aadb6ddba35d55666b678bd49779c3 /CHANGELOG.markdown
parentccda3a565655d057530cf6a75cbbbfb430f52e79 (diff)
downloadmy_new_personal_website-575ad6d6a1d9a78485659c5cef7bed9fb3401e19.tar.xz
my_new_personal_website-575ad6d6a1d9a78485659c5cef7bed9fb3401e19.zip
Added Changelog
Diffstat (limited to 'CHANGELOG.markdown')
-rw-r--r--CHANGELOG.markdown29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
new file mode 100644
index 00000000..31a10a25
--- /dev/null
+++ b/CHANGELOG.markdown
@@ -0,0 +1,29 @@
+# Octopress Changelog
+
+## 2.0
+
+- Now based on [mojombo/jekyll](http://github.com/mojombo/jekyll)
+- Sports a semantic HTML5 template
+- Easy theming with Compass and Sass
+- A Mobile friendly responsive (320 and up) layout
+- Built in 3rd party support for Twitter, Google Plus One, Disqus Comments, Pinboard, Delicious, and Google Analytics
+- Deploy to Github pages or use Rsync
+- Built in support for POW and Rack servers
+- Beautiful [Solarized](http://ethanschoonover.com/solarized) syntax highlighting
+- Super easy setup and configuration
+
+**New Plugins, Filters, & Generators**
+
+- **Gist Tag** for easily embedding gists in your posts
+- **Pygments Cache** makes subsequent compiling much faster
+- **Include Code Tag** lets you embed external code snippets from your file system and adds a download link
+- **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/)
+- **Blockquote Tag** makes it easy to semantically format blockquotes
+- **Category Generator** gives you archive pages for each category
+- **Sitemap.xml Generator** for search engines
+
+## 1.0
+kkk
+- **No longer supported.**
+- Jekyll Matured, but Henrik's Jekyll fork did not.
+- Thanks for all your pull requests, I learned a lot.