DORSETRIGS
Home

jekyll (24 post)


posts by category not found!

jekyll yaml front-matter is turned into <hr> tag by markdown

Jekyll Front Matter Turning into hr Tags A Common Markdown Pitfall Have you ever encountered a strange issue where your Jekyll front matter magically transforms

2 min read 07-10-2024 27
jekyll yaml front-matter is turned into <hr> tag by markdown
jekyll yaml front-matter is turned into <hr> tag by markdown

How to write the '|' character using Jekyll and Markdown?

Escaping the Pipe How to Write the Character in Jekyll and Markdown Jekyll a popular static site generator uses Markdown for content formatting Markdowns simpli

less than a minute read 07-10-2024 22
How to write the '|' character using Jekyll and Markdown?
How to write the '|' character using Jekyll and Markdown?

How do I shuffle the order of an array in Jekyll?

Shuffle Your Jekyll Arrays A Guide to Randomizing Content Jekyll the popular static site generator is perfect for building blogs and websites But what if you wa

2 min read 07-10-2024 20
How do I shuffle the order of an array in Jekyll?
How do I shuffle the order of an array in Jekyll?

How to create a simple, hard-coded navigation bar in Jekyll?

How to Create a Simple Hard Coded Navigation Bar in Jekyll Creating a simple navigation bar is essential for ensuring users can easily explore your Jekyll websi

2 min read 06-10-2024 60
How to create a simple, hard-coded navigation bar in Jekyll?
How to create a simple, hard-coded navigation bar in Jekyll?

How do I add a Google font to a jekyll theme

Adding Google Fonts to Your Jekyll Theme A Step by Step Guide Jekyll the popular static site generator empowers you to create beautiful websites But sometimes t

2 min read 05-10-2024 50
How do I add a Google font to a jekyll theme
How do I add a Google font to a jekyll theme

bundle exec jekyll serve not working locally

Jekyll Serve Not Working Troubleshooting Your Local Development Environment Developing a Jekyll website locally can be a breeze but sometimes you encounter unex

2 min read 04-10-2024 39
bundle exec jekyll serve not working locally
bundle exec jekyll serve not working locally

Format Jekyll/Liquid number needing commas included

Adding Commas to Numbers in Jekyll Liquid A Simple Guide Jekyll is a popular static site generator that leverages Liquid for templating While Liquid provides ro

less than a minute read 04-10-2024 39
Format Jekyll/Liquid number needing commas included
Format Jekyll/Liquid number needing commas included

Why is publishing/building site not working after editing placeholders in Chirpy theme for Jekyll

Troubleshooting Publishing Issues in the Chirpy Theme for Jekyll After Editing Placeholders When using the Chirpy theme for Jekyll many users encounter a common

2 min read 29-09-2024 38
Why is publishing/building site not working after editing placeholders in Chirpy theme for Jekyll
Why is publishing/building site not working after editing placeholders in Chirpy theme for Jekyll

"Conversion error: Jekyll::Converters::Scss encountered an error while converting" Building fails with Github pages with Jekyll, Minimal Mistakes

Resolving Conversion Errors in Jekyll with Git Hub Pages A Guide for Minimal Mistakes Users If you ve encountered the error Conversion error Jekyll Converters S

2 min read 23-09-2024 45
"Conversion error: Jekyll::Converters::Scss encountered an error while converting" Building fails with Github pages with Jekyll, Minimal Mistakes
"Conversion error: Jekyll::Converters::Scss encountered an error while converting" Building fails with Github pages with Jekyll, Minimal Mistakes

Jekyll Theme Minima not displaying correctly on Github Pages?

Troubleshooting Jekyll Theme Minima Display Issues on Git Hub Pages Are you facing display problems with the Minima theme for your Jekyll site hosted on Git Hub

3 min read 22-09-2024 62
Jekyll Theme Minima not displaying correctly on Github Pages?
Jekyll Theme Minima not displaying correctly on Github Pages?

Could not find 'bundler' (2.5.7)

Resolving the Could not find bundler 2 5 7 Error When working on Ruby projects especially those using Bundler for dependency management you might encounter the

2 min read 19-09-2024 47
Could not find 'bundler' (2.5.7)
Could not find 'bundler' (2.5.7)

Unable to render mermaid diagrams using Jekyll spaceship

How to Fix Mermaid Diagram Rendering Issues in Jekyll Spaceship If you are using Jekyll Spaceship to create a static website and are facing difficulties renderi

2 min read 14-09-2024 49
Unable to render mermaid diagrams using Jekyll spaceship
Unable to render mermaid diagrams using Jekyll spaceship

Getting Clicky Web Analytics to Run on Jekyll Site

Getting Clicky Web Analytics to Run on Your Jekyll Site If you re running a Jekyll site and are looking to implement Clicky Web Analytics you re not alone Many

2 min read 14-09-2024 58
Getting Clicky Web Analytics to Run on Jekyll Site
Getting Clicky Web Analytics to Run on Jekyll Site

Github pages Jekyll theme "Minima" navigation not showing

Minima Jekyll Theme Navigation Not Showing A Common Issue and Solution Many Jekyll users choose the Minima theme for its clean and minimalist design However som

2 min read 13-09-2024 44
Github pages Jekyll theme "Minima" navigation not showing
Github pages Jekyll theme "Minima" navigation not showing

How can I check if a string ends with a particular substring in Liquid?

Checking if a String Ends with a Substring in Liquid Liquid a powerful templating language provides a versatile set of filters and keywords for manipulating str

2 min read 06-09-2024 60
How can I check if a string ends with a particular substring in Liquid?
How can I check if a string ends with a particular substring in Liquid?

Automatically add width and height attributes to image tag

Automatically Adding Width and Height Attributes to Image Tags in Jekyll Specifying the width and height attributes for image tags is crucial for optimizing web

2 min read 06-09-2024 38
Automatically add width and height attributes to image tag
Automatically add width and height attributes to image tag

Jekyll doesn't compile scss files with `jekyll serve`

Jekyll Not Compiling SCSS Files A Troubleshooting Guide Building a website with Jekyll is a smooth experience but sometimes you hit snags One common issue is Je

2 min read 06-09-2024 52
Jekyll doesn't compile scss files with `jekyll serve`
Jekyll doesn't compile scss files with `jekyll serve`

Trailing slashes in Jekyll + GitHub Pages site cause 404

Trailing Slash Troubles Troubleshooting 404 Errors in Jekyll Git Hub Pages Hosting a Jekyll site on Git Hub Pages can be a seamless experience but sometimes you

2 min read 05-09-2024 42
Trailing slashes in Jekyll + GitHub Pages site cause 404
Trailing slashes in Jekyll + GitHub Pages site cause 404

Jekyll ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17

Jekyll ERROR Errno ECONNRESET Connection Reset by Peer Troubleshooting and Solutions Encountering the Errno ECONNRESET Connection reset by peer error while runn

2 min read 05-09-2024 44
Jekyll ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17
Jekyll ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17

How do I sort an array of objects by a subfield?

Sorting Arrays of Objects in Java Script A Guide with Practical Examples Sorting arrays of objects by a specific field is a common task in Java Script developme

2 min read 04-09-2024 54
How do I sort an array of objects by a subfield?
How do I sort an array of objects by a subfield?

Tags and Category list pages for blog not loading on Jekyll Site

Jekyll Blog Tag and Category Pages Not Loading A Troubleshooting Guide This article will explore a common issue encountered by Jekyll users tag and category pag

2 min read 03-09-2024 43
Tags and Category list pages for blog not loading on Jekyll Site
Tags and Category list pages for blog not loading on Jekyll Site

Azure Devops Jekyll site build fails, worked previously

Troubleshooting Jekyll Site Build Failures in Azure Dev Ops A Case Study This article investigates a common problem encountered when building Jekyll sites withi

3 min read 02-09-2024 48
Azure Devops Jekyll site build fails, worked previously
Azure Devops Jekyll site build fails, worked previously

Disable markdown interpretation within print variable in Jekyll

Disabling Markdown Interpretation in Jekyll Templates If you re using Jekyll to build static sites and need to display raw Markdown content without it being par

2 min read 30-08-2024 51
Disable markdown interpretation within print variable in Jekyll
Disable markdown interpretation within print variable in Jekyll

Issue Report: Error in Fetching _config.yml with Jekyll Admin

Troubleshooting Error Could not fetch the config in Jekyll Admin Jekyll Admin is a fantastic tool for managing your Jekyll site locally providing a user friendl

3 min read 29-08-2024 43
Issue Report: Error in Fetching _config.yml with Jekyll Admin
Issue Report: Error in Fetching _config.yml with Jekyll Admin