Tag: Jekyll
-
Switching from Jekyll back to WordPress
Read more…: Switching from Jekyll back to WordPressThis blog started on WordPress in 2008 and moved to Jekyll in 2015. Now it is back on WordPress. Here is how I did the migration.
-
Improving Jekyll Build Time
Read more…: Improving Jekyll Build TimeTIL how to improve the build time on my Jekyll site. Here is what I did to cut my build time in half.
-
Rebuilding cagrimmett.com and Moving Old WordPress Posts to Jekyll
Read more…: Rebuilding cagrimmett.com and Moving Old WordPress Posts to JekyllEarlier this week I did a major revamp of cagrimmett.com. It started with redesigning my page templates to include a sidebar, then it morphed into making a long-standing goal of mine reality: Reviving the posts from my old 2008-2012 WordPress blog and getting them into Jekyll while preserving old links. Here’s how I did it.
-
Fixing s3_website Java 9 Error with jEnv
Read more…: Fixing s3_website Java 9 Error with jEnvs3_website doesn’t work with Java 9. Use jEnv to define an earlier version.
-
Moving your Jekyll Site to Amazon S3 and Cloudfront with Outside DNS
Read more…: Moving your Jekyll Site to Amazon S3 and Cloudfront with Outside DNSAre you moving your Jekyll site from shared hosting over to S3 and Cloudfront while using your own DNS? Here is what you need to do.
-
Book Review Jekyll Collection Template
Read more…: Book Review Jekyll Collection TemplateA book review template for Jekyll sites using Collections. Complete with a star rating system.
-
Category Filtering with Isotope in Jekyll
Read more…: Category Filtering with Isotope in JekyllThis is the most recent addition to my Jekyll Tools repository on GitHub. Isotope is a popular jQuery filtering and sorting plugin. I combined it with Liquid to generate category filtering in Jekyll.
-
Jekyll 3.2 Undefined Method Downcase Error
Read more…: Jekyll 3.2 Undefined Method Downcase ErrorHere is how to get rid of a pesky Jekyll undefined method downcase error.
-
How to Implement Search on a Jekyll Site
Read more…: How to Implement Search on a Jekyll SiteTIL how to implement search on a Jekyll site.
-
Link Posts with Jekyll
Read more…: Link Posts with JekyllTIL how to make link posts a la Daring Fireball and Marco.org with Jekyll.
-
Counting and JSON output in Jekyll
Read more…: Counting and JSON output in JekyllTIL how to count and make JSON output in Jekyll
-
Hiding Categories from the Jekyll Paginator, Unless, and Insert statements
Read more…: Hiding Categories from the Jekyll Paginator, Unless, and Insert statementsTIL how to hide my TIL posts from the front page of my site, the Unless tag, and inserting mysql with PHP.
-
Easier Syntax Highlighting, Downloading WordPress.com Email Followers, and Jekyll Tools
Read more…: Easier Syntax Highlighting, Downloading WordPress.com Email Followers, and Jekyll ToolsTIL about easier syntax highlighting and how to download WordPress.com email subscribers in a CSV.
-
Basic Logging with PHP and Syntax Highlighting in Jekyll
Read more…: Basic Logging with PHP and Syntax Highlighting in JekyllTIL how to do basic logging to CSV in PHP and how to highlight syntax in Jekyll.
-
Doing the Work, Flipping the Status Quo, and Alphabetizing in Liquid
Read more…: Doing the Work, Flipping the Status Quo, and Alphabetizing in LiquidTIL how to sort tags alphabetically in Liquid and I did some reflection on work and the status quo.
-
Automating Drudgery, Project Planning, Parent Selectors, and Find and Replace
Read more…: Automating Drudgery, Project Planning, Parent Selectors, and Find and ReplaceTIL about what to consider when architecting and planning out a software development project, how to automate the tedious parts of my TIL posts, how to tackle the lack of parent selectors in CSS, and project-wide find and replace in Coda.
-
Jekyll Upgrades and Liquid Templates
Read more…: Jekyll Upgrades and Liquid TemplatesTIL about upgrading Jekyll from 2 to 3 and how to make a TIL index template in Liquid.
