Questions tagged [jekyll-theme]

Jekyll themes are the native way to use templates and styles to customize a Jekyll site presentation.

174 questions
1
vote
1 answer

How to share github pages to facebook? I tried sharing my blog but it didn't work

I have just created a github page and written a blog. I tried sharing with Disqus's share option to Facebook but it's not loading preview and also says following. Even though I copy the link and directly paste it, it's not working. But if I do the…
1
vote
1 answer

Jekyll theme doesn't work on Github pages

I tried to create a github page with Jekyll. The jekyll theme appears when I work with the local host, but when I run the code through the github page the theme is not visible and the pages are not working on my github page. I tried to apply files…
brrhzn
  • 13
  • 3
1
vote
0 answers

Jekyll install on MAC OS Mojave 10.14.6

I am trying to use Lanyon Theme for my static website hosted using Github pages. I have installed ruby on my MAC and changed the default path in .bash_profile. Gem and Jekyll are installed too. When I run jekyll -v I get a Loaderror. Library not…
Peppy
  • 43
  • 1
  • 1
  • 4
1
vote
1 answer

Which part should be changed in the remote theme of jekyll to enlarge window size of the post?

For building web-page, I use the github pages and jekyll remote theme. I am not familiar with jekyll and remote theme, so cannot know which part should be modified and which part cannot be in the remote theme. Also, I am currently using the…
ruach
  • 1,369
  • 11
  • 21
1
vote
0 answers

Jekyll theme customising on SCSS and HTML between text and image

I am working on customising the Justice template. I would like to make modification of the heading. The original heading is as below: I check the code that the building picture (which is the background image) is positioning to the left and the text…
dragonfly
  • 503
  • 2
  • 6
  • 18
1
vote
1 answer

Jekyll change element based on how you got to post (click order)

Right now I have a Jekyll site theme that allows users to filter posts by selecting tags. If they are on the home page, it shows all posts and if they have a tag selected it shows only the posts with that tag. When selecting a post, a new view…
Wimateeka
  • 2,474
  • 2
  • 16
  • 32
1
vote
1 answer

How to globally set all URL's in a Jekyll site to open in a new browser tab?

I am using the Jekyll minima theme for my website. I currently have {:target="_blank"} added after each link. However, is there a setting that I can easily tweak (perhaps in _config.yml?) that will apply {:target="_blank"}to every link on my site…
1
vote
1 answer

Changing a Font in an Jekyll Theme

I have been experimenting with Jekyll a little bit the last days. I guess I understand the basics about it. I tested around 4 Templates and got them to run and understand the structures of a jekyll page. It isnt much magic tbh. Today I came to the…
leverage
  • 11
  • 3
1
vote
0 answers

Remote vs Gem-based Themes - Github Pages / Jekyll Theme Question

I am a bit confused about appropriate use cases of remote themes and what constitutes a remote theme. More specifically, if I created a customization of a gem-based theme (minima) in a repo (eg. myuser/my_customizations) and wanted to use that…
dark.penrose
  • 105
  • 1
  • 3
  • 6
1
vote
1 answer

Jekyll: Bundler could not find compatible versions for gems

I'm new to Jekyll and I'm trying to install new themes for my test-project in order to find which one is more suitable. Basically, this is the procedure I follow: download (or clone) sources the theme to ~/gems/gems/ enter in…
Mark
  • 4,338
  • 7
  • 58
  • 120
1
vote
1 answer

Can a github page made using default templates ALSO render a custom html file AS IS from the same repository?

I have setup a Github page successfully using Jekyll and the default Minimal theme on the gh-pages branch. It acts as a nice documentation for my code in the master branch. However I now want it to also render a custom html page. What do I mean by…
jar
  • 2,646
  • 1
  • 22
  • 47
1
vote
0 answers

Can A Liquid for loop create a dimensional array for collection page entries using frontmatter in Jekyll?

The loop is populating more than just the specific collection I wrote to loop. I tried Can A Liquid For Loop Contain A Page Variable Page Frontmatter --- collection: criminal --- Here is my config.yml setting up the collections: config.yml #…
1
vote
1 answer

How can I loop from a data file to display content?

Data can display if I specify {% assign member = site.data.members[page.author] %} and insert author: valuehere in a page's frontmatter. It will not loop if I specify {% for member in site.data.members %} ~~~ {{ member.name }} ~~~ {% endfor %} ==…
1
vote
0 answers

Do Jekyll Themes Receive Security Updates?

I'm setting up a personal website on GitHub Pages using Jekyll. I'm using the Cayman theme. I used this documentation to override some of the theme's defaults. The documentation said: making copies of theme files will prevent you from receiving…
cactus4
  • 128
  • 9
1
vote
2 answers

How can I limit the number of lines shown on the homepage of a Jekyll blog?

In my Jekyll theme, some of my blog posts are shown as it is on the home page. But I want to limit them up to certain lines. That is, I want to show only 5-6 lines of the blog on the home page. For example, In, 1. 5 lines of the blog post are…
Raghav Sharma
  • 141
  • 2
  • 13