jekyll on davidchua https://dchua.com/tags/jekyll/ Recent content in jekyll on davidchua Hugo -- gohugo.io en-us Sun, 24 Apr 2016 10:57:56 +0800 Hooking up Jekyll to Facebook Instant Articles https://dchua.com/posts/2016-04-24-hooking-up-jekyll-to-facebook-instant-articles/ Sun, 24 Apr 2016 10:57:56 +0800 https://dchua.com/posts/2016-04-24-hooking-up-jekyll-to-facebook-instant-articles/ Run a Jekyll site? Want to get into the whole Facebook Instant Articles Action? Prerequisite Install Jekyll Last Modified Plugin Plugin Install jekyll-last-modified-at gem by adding it onto your Gemfile or installing it into your system-wide gem. $ gem install jekyll-last-modified-at In your Jekyll site’s _config.yml file: # Add this under gems gems: - jekyll-last-modified-at Write your special RSS feed In /path/to/jekyll/feed/instant-articles.xml, copy the following snippet into it. Enjoy! Now when you access http://jekyll-site/feed/instant-articles. 4 Tips to Supercharge your Jekyll Static Site Hosting https://dchua.com/posts/2016-01-21-proper-jekyll-deployment-workflow-to-s3-static-hosting/ Thu, 21 Jan 2016 00:00:00 +0000 https://dchua.com/posts/2016-01-21-proper-jekyll-deployment-workflow-to-s3-static-hosting/ Supercharge your Jekyll site with these 4 tips. Put your Jekyll into a Git Repository One of the best part of being in a command-line environment is that you have the full power of the tools available to you by your OS environment. Why not make sure you never lose track of your blog posts and revisions by using the power and flexibility of Git. By committing your blog posts and changes as individual commits, you can easily revert back or track changes you make easily at your own convenience. How to Start a Static Blog in 10 minutes with Jekyll and Terminal https://dchua.com/posts/2014-11-13-how-to-start-a-static-blog-in-10-minutes-with-jekyll-and-terminal/ Thu, 13 Nov 2014 00:00:00 +0000 https://dchua.com/posts/2014-11-13-how-to-start-a-static-blog-in-10-minutes-with-jekyll-and-terminal/ Run your own Terminal Blog with Terminal You probably have seen or heard of Medium.com or at least the bunch of awesome articles created by its huge community of writers. The platform has been gaining popularity with beginning writers because of its clean design and easy to use input interface but one of the increasingly frustrating limitations is the lack of support for custom domains. You have a really cool domain name that you don’t want to go to waste, why let Medium get all the traffic?