Questions tagged [jekyll]

Jekyll, a Ruby-based blog-aware static site generator, offers an exceptional solution for your website needs. Before seeking answers to any inquiries you may have, consider consulting the valuable resources available at https://talk.jekyllrb.com.

What could be causing the custom delimiters in vuejs to fail to function properly?

I'm currently combining vuejs with Jekyll and I am looking to implement custom delimiters for vue since Jekyll uses the same ones. This is specifically for a static site setup. The versions I am using are vuejs v2.6.10, vuetify v2.0.0beta-4, and jeky ...

How can I establish the conversion from pixels to em units?

According to a source I found, 1 em is equivalent to 16px. You can read more about it here. Despite setting the font-size to 100% in the body and using font-size: 1em, the standard font size in my Jekyll site remains 12px. Curious? Visit my Jekyll site a ...

In order to format my text, I must locate a specific character and encompass the text following it with HTML tags

When working with a list generated in Jekyll, I came across the need to emphasize certain words using strong tags. My solution was to incorporate a delimiter into the process. <li>100g of |sugar</li> This would transform into: <li>100g ...

Including Instagram posts in your Jekyll website using Liquid (without the need for custom plugins)

As I work on enhancing my Jekyll site, I have encountered a challenge in embedding Instagram posts within my posts. To achieve this, I am utilizing the oEmbed method provided by Instagram's documentation. The URL shared by Instagram generates a JSON r ...

Adjusting the size of the post title's font

Looking to decrease the font size of the latest post's title and keep it centered on my Jekyll based blog. I attempted to adjust https://github.com/x0v/x0v.github.io/blob/master/_sass/atoms/_feature-title.scss by adding font-size: 45px !important; font-w ...

I'm not sure why, but for some strange reason, Markdown images refuse to display when surrounded by

Recently, I've encountered a strange issue where my markdown image tag doesn't display the image when wrapped in a <div> or a <section>. Instead, it just outputs markdown code. Take a look at this screenshot for reference. <section class="p ...

Navigation menu that is vertical and includes submenus, where the parent list item remains active even when visiting subpages

I'm currently utilizing Jekyll and Compass to construct an interactive prototype. Within one of my includes, I've implemented a sidebar navigation. The challenge arises when dealing with submenu items, as the active class on the parent (li) does ...

The Heroku and Jekyll collaboration yields a distinctive feature where the deployment process seamlessly includes the index

I am encountering an issue with an ajax call that posts to /php/rsvp.php. When this call goes through the web server, it appends index.html onto the path for some reason. The application is hosted on Heroku using Puma. I have included the stack trace below ...