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.
This commit is contained in:
parent
c7d5365f81
commit
8698a276f9
74 changed files with 6018 additions and 1992 deletions
|
@ -3,9 +3,9 @@
|
|||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
||||
</p>
|
||||
{% if site.pinboard_user %}
|
||||
<script language="javascript">
|
||||
var pinboard_user = "{{ site.pinboard_user }}";
|
||||
var pinboard_count = "{{ site.pinboard_count }}";
|
||||
</script>
|
||||
<script language="javascript" src="/javascripts/pinboard.js"></script>
|
||||
<script language="javascript">
|
||||
var linkroll = 'pinboard_linkroll'; //id target for pinboard list
|
||||
pinboardNS_fetch_script("http://feeds.pinboard.in/json/v1/u:{{ site.pinboard_user }}/?cb=pinboardNS_show_bmarks\&count={{ site.pinboard_count }}");
|
||||
</script>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue