Questions tagged as 'jekyll'

1
answer

.sass files do not compile

I'm working on a project using Jekyll with Github Pages. I'm trying to use a .sass file, saving it in the _sass folder, using the syntax recommended by jekyll's website: --- --- .page-header background: #333 padding: 1em...
asked by 15.10.2014 / 04:24
1
answer

Using Jekyll creating a news feed

I have the following question how do I create a news feed? Do 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 title: "Welcome to Jekyll!" date:...
asked by 06.03.2015 / 17:12
0
answers

How to create an outline with Jekyll / Liquid

I'm trying to create an outline to simulate a menu with direct link to the post. This structure would be similar to the help manuals by topics or as the chapter structure of the books. The problem is how to do it, I thought about creating the...
asked by 04.09.2015 / 15:22
1
answer

Use Jekyll paginator with option to list categories

I have two directories in my Jekyll theme, the Blogger folder, and the Projects folder, these folders contain the subfolder ** _ posts * inside. As in the example below: | - My Theme / | | - News and Announcements | | Search Forums | | -...
asked by 21.03.2015 / 23:43
1
answer

Random backgrounds in each page load on static pages

I'm creating a website / blog with jekyll, and I created a banner.html and it includes it in the default layout, but I wanted to load the page every time it was a different background in this banner and I'm trying to do this by javascript but I...
asked by 13.07.2017 / 17:46
1
answer

How to start Jekyll with a theme already downloaded

Hello everyone. I downloaded Jekyll and its dependencies and I was able to create a new blog by giving jekyll new novodoblog , but now I downloaded a theme and wanted to create a new blog from it. I gave jekyll serve but gave this e...
asked by 01.03.2017 / 02:27
1
answer

How do loops and variables work in jekyll?

When I compare in if if post.category is as if there was no post variable that is no longer when I put {{post.category}} it prints the name. It's as if in if it does not exist anymore if I put site.post.category in if...
asked by 24.02.2015 / 15:24
0
answers

How to print the author's post on jekyll

I'm trying to write the post's author when I squeeze the loop to list the posts in the index, but can not do that. Does anyone have any ideas? Follow the code: {% for post in site.posts %} {% assign author = site.authors[post.aut...
asked by 17.09.2018 / 21:46
0
answers

Jekyll Permalink does not work on Github

I configured the permalink in Jekyll to shorten the address shown in the url. In the localhost, the permalink works without problems, however when I put the files in Github, it does not work and it directs to page 404. My _config.yml title:...
asked by 16.09.2018 / 00:42
1
answer

Jekyll - Errors with paths

I'm developing a blog on Jekyll and are giving some errors with URL's . When I use {{ site.url }} and do not put the slash after this variable, the paths are as follows: localhost: 4000assets, but when compiling the production ver...
asked by 03.12.2017 / 02:25