Most voted "jekyll" questions
Jekyll is a static website generator developed in Ruby, rendering content in simple texts such as Markdown and Textile on full websites ready to be hosted.
Learn more…18 questions
Sort by count of
-
2
votes1
answer87
viewsFiles. Sass do not compile
I’m working on a project using Jekyll with Github Pages. I’m trying to use a file .sass, saving it in the folder _sass, using the syntax recommended by the Jekyll website: --- --- .page-header…
-
1
votes1
answer85
viewsUsing Jekyll to create a news for
I’m having the following doubt as I create a news for? I have to add something inside the config.yml file? Inside the _post folder I have the file 2015-03-03-Welcome-Jekyll.markdown --- layout: post…
-
1
votes1
answer118
viewsUse Jekyll Folder with option to list categories
i have two directories in my Jekyll theme, the folder Blogger and the folder Projects, these folders contain the subfolder **_posts* inside. As in the structure example below: |- My-Theme/ | |-…
-
1
votes0
answers33
viewsHow to create a topic structure with Jekyll / Liquid
I’m trying to create a topic structure to simulate a direct link menu for the post. This structure would be similar to help manuals by topic or as the chapter structure of books. The problem is how…
-
1
votes1
answer117
viewsWhat configuration should be done in Angular for use with Jekyll?
I’m developing an application that will use Jekyll with its themes as the basis of the site, however, I need to create a Jekyll layout <jekyll_root>/_layout/angular.html which will be uploaded…
-
0
votes0
answers34
viewsJekyll: How to import and use Javascript fonts
Good morning guys ! How do I import an Assets/fonts folder into my project, and then import it into CSS? The point is to import the CSS, and yes how to do this import using Jekyll, so when I…
jekyllasked 8 years, 11 months ago Allan Ramos 2,488 -
0
votes1
answer33
viewsGenerate JSON data page in Jekyll
I wonder if there is any way to generate a page with data on JSON (false data) in the Jekyll. The intention is to simulate a request AJAX for that page already preparing the code for when the data…
-
0
votes1
answer249
viewsVisual Studio Code breaking Jekyll’s page layout
I’m editing a file HTML from my blog’s Jekyll in the Visual Studio Code: However, when saving the file, Visual Studio Code puts the page layout reference text in only one line, breaking the…
-
0
votes1
answer744
viewsSomeone knows how to solve this problem: cannot load such file -- rubygems.Rb (Loaderror)
I already removed ruby and everything and upgraded the system, but this happened after the Jekyll update :1:in require': cannot load such file -- rubygems.rb (LoadError) from…
-
0
votes0
answers26
viewsHow to print the post Author in Jekyll
I’m trying to print the author of the post when I rotate the loop to list the posts on the index, but I can’t do it. Does anyone have any idea? Follows the code: {% for post in site.posts %} {%…
jekyllasked 6 years, 2 months ago Bruno Folle 729 -
0
votes1
answer43
viewsBorder-top appears in half on iOS
In the iOS the parameter border-top is shown up to half screen, on PC it appears with 100% width normally. How to make it appear 100% width on iOS also? This is the SCSS: .wrapper-masthead {…
-
0
votes1
answer106
viewsHow to start Jekyll with an already downloaded theme
Hey there, guys. I downloaded Jekyll and its dependencies and managed to create a new blog giving a jekyll new novodoblog, but now I downloaded a theme and wanted to create a new blog from it. I…
-
0
votes1
answer32
viewsRandom backgrounds on each page load on static pages
I’m creating a site/blog with Jekyll, and I created a banner.html and includes it in the default layout, but I wanted to make loading the page all the time a different background on this banner and…
-
0
votes1
answer21
viewsJekyll - Errors with paths
I’m developing a blog in Jekyll and is making some mistakes with the URL’s. When I use {{ site.url }} and I don’t put the bar after this variable, the paths are as follows: localhost:4000assets,…
-
0
votes0
answers36
viewsWhat’s the difference between an SSG blog and an October CMS blog?
Perhaps the title of this question is not the best, so I will try to explain below. Would you like to know how a blog from an SSG (Static site Generator) works? More specifically, I would like to…
-
0
votes0
answers8
viewsLatex implemetation in Jekyll
I use Jekyll to perform posts on my webpage created through the artifices of GitHub Pages. Originally my file was recorded using Markdown syntax. As I am new to Jekyll, a problem that has arisen is:…
-
-1
votes1
answer73
viewsHow does the loops and variables in Jekyll work?
When I compare in if if the post.category it’s like there’s no post variable that’s in for more when I put {{post.category}} it prints the name. It’s like in if he wouldn’t exist anymore if I put…
-
-2
votes0
answers13
viewsImages do not appear on github pages
I created a site portifolio on github pages, but the images do not appear on the page (https://murillofagundesas.github.io/), only on github…