mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
1. Added new include_code tag to allow auhtors to insert files from the file system with syntax highligting and a download link
2. Improved the gist tag to properly insert the sources in <noscript> tags 3. Improved semantics in the blockquote plugin and DRYed things up. 4. Pygments caching now stores to the _code_cache directory by default 5. Added a configuration for the default include_code directory 6. Updated the .gitignore
This commit is contained in:
@ -1,16 +1,17 @@
|
||||
# Required configuration
|
||||
source: source
|
||||
destination: public
|
||||
code_dir: downloads/code
|
||||
port: 4000
|
||||
|
||||
url: http://yoursite.com
|
||||
url: http://octopress.dev
|
||||
title: My Octopress Blog
|
||||
subtitle: A blogging framework for hackers.
|
||||
author: Your Name
|
||||
subscribe_rss: /atom.xml
|
||||
subscribe_email: http://feedburner.com/asdfasdf
|
||||
|
||||
markdown: rdiscount
|
||||
#markdown: rdiscount
|
||||
pygments: true
|
||||
recent_posts: 1
|
||||
simple_search: http://google.com/search
|
||||
|
||||
Reference in New Issue
Block a user