diff --git a/_assets/stylesheets/main.scss b/_assets/stylesheets/main.scss index 84cc9c1..860d18f 100755 --- a/_assets/stylesheets/main.scss +++ b/_assets/stylesheets/main.scss @@ -97,7 +97,7 @@ section { } a.twitter { - background-image: url(/images/twitter-bird-light-bgs.png); + background-image: url(/images/twitter-bird.png); background-size: $line-height-computed * 1.25; background-repeat: no-repeat; background-position: -7px 0; diff --git a/_config.yml b/_config.yml index 6648855..f5c5208 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,6 @@ name: Exciting domain_name: Exciting.io +url: http://exciting.io markdown: kramdown pygments: true permalink: pretty diff --git a/_layouts/default.html b/_layouts/default.html index 1a80e11..9689b51 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,6 +15,8 @@ + +
" + head, _, tail = input["content"].partition(separator) + + "" << head << "\n\n" << tail.scan(/^\[[^\]]+\]:.+$/).join("\n") + end + end +end + +Liquid::Template.register_filter(Jekyll::LongerExcerpt) diff --git a/_plugins/rss_url_filter.rb b/_plugins/rss_url_filter.rb new file mode 100644 index 0000000..f874ba6 --- /dev/null +++ b/_plugins/rss_url_filter.rb @@ -0,0 +1,10 @@ +module Jekyll + module RSSURLFilter + def relative_urls_to_absolute(input) + url = "http://exciting.io" + input.gsub(/src="\/([^\/])/, 'src="' + url + '/\1').gsub(/href="\/([^\/])/, 'href="' + url + '/\1') + end + end +end + +Liquid::Template.register_filter(Jekyll::RSSURLFilter) diff --git a/_posts/2012-04-12-hello-printer.markdown b/_posts/2012-04-12-hello-printer.markdown index 90ba0c3..6d4be92 100644 --- a/_posts/2012-04-12-hello-printer.markdown +++ b/_posts/2012-04-12-hello-printer.markdown @@ -5,7 +5,6 @@ banner_image_url: /images/printer/printer-and-board.jpg tags: printer --- - For over a year, I have been playing around with printing things out on a receipt printer. Recently, a few accidents of implementation gave more life to my tinkerings than I had originally intended. ### _Update!_ @@ -16,6 +15,8 @@ For over a year, I have been playing around with printing things out on a receip ![Printer](/images/printer/14-breadboard.JPG) + + **TL;DR**: In a nutshell, I've accidentally built a software system that makes it easy for **YOU** to: * [build your own small internet-connected printers](https://github.com/freerange/printer/wiki/Making-your-own-printer), diff --git a/_posts/2012-05-01-printer-questions.markdown b/_posts/2012-05-01-printer-questions.markdown index e037be9..fd4a04a 100644 --- a/_posts/2012-05-01-printer-questions.markdown +++ b/_posts/2012-05-01-printer-questions.markdown @@ -9,6 +9,8 @@ The response to our open source printer project has been amazing, but some peopl If you've got a question about [Printer], or want to discuss your ideas for printer, why not [check the FAQ on the wiki][FAQ], [ask on the mailing list][mailing list], or [follow the printer project on Twitter][twitter]? + + ## Q: ![I want to get my hands on one of these...](/images/printer-questions/get-one.jpg) **A:** That's great Rory, and we'd really love for as many people as possible to start exploring with us. For me, one of the main aims of this project is to get other people to build some great [content services][] that we can all take advantage of. diff --git a/_posts/2013-10-21-hello-world.markdown b/_posts/2013-10-21-hello-world.markdown index a1d5be4..4f76bec 100644 --- a/_posts/2013-10-21-hello-world.markdown +++ b/_posts/2013-10-21-hello-world.markdown @@ -8,3 +8,5 @@ tags: company In your mind, you are hearing the computer startup chime. + + diff --git a/feed.xml b/feed.xml index 8d3ee5e..9e6dfdb 100644 --- a/feed.xml +++ b/feed.xml @@ -11,7 +11,11 @@ layout: none {% for post in site.posts limit:10 %}