Questions tagged [jekyll]

25 questions
8
votes
1 answer

Secure and non-secure Schema.org Markup?

Is it possible to have schema.org itemtypes for both secure and insecure ports? I run a static-ish site made in Jekyll, and am implementing Schema.org on the individual pages. As a result, I'm trying to use the following:
Jack M.
  • 311
  • 2
  • 6
4
votes
1 answer

How do you serve Jekyll pages with gzip compression on GitLab Pages?

GitLab Pages doesn’t compress files automatically before sending them to clients. Is it possible to enable gzip compression when using Jekyll (or another static site generator) on GitLab Pages?
3
votes
0 answers

'www' domain not working with GitLab pages

I have added my domain to the GitLab pages settings and verified it. The page works fine when accessing it via example.com, however www.example.com returns a 401 error from GitLab (You don't have permission to access the resource.). My DNS…
2
votes
1 answer

What file permissions should I set before I give website project folder to hosting service?

I am using a CMS called Jekyll to build a website. My understanding of jekyll at this point is that it helps me to generate static web pages by providing me a simple boilerplate for a website and allowing me to use sass. Due to permissions issues…
ma77c
  • 315
  • 4
  • 12
2
votes
1 answer

What is the point of Jekyll in a single page website?

My boss gave me a single page website to develop, and Jekyll is mandatory. of course I dont directly question my hierarchy. I'm not really used to jekyll so perhaps there is something I didn't get. How would you justify its use for a single page…
2
votes
1 answer

How to remove categories from Jekyll Kasper theme blog post URLs

I started using the beautiful Kasper theme for Jekyll. However my blog post URL contains the categories. I don't want it to have them there:. http://myhost.com:4000/dev,datascience/2013/11/10/mypost.html How do I remove the dev,datascience…
Jas
  • 133
  • 4
2
votes
2 answers

How to connect my custom domain to github.io

What should I do to see my github.io page content when I enter mydomain.com into browser address bar? I have a custom .com domain and a Jekyll generated webpage at username.github.io/repositoryname. Github tells me to set a CNAME record in my…
mehdix
  • 145
  • 5
2
votes
1 answer

How to include the contents of a markdown page into a post with Jekyll?

I am pretty new to websites with Jekyll hosted on Github, and I was wondering if there was a neat way to include the contents of a markdown page (say this one) into a post (say this one) in order to always have the contents up to date if the source…
stragu
  • 121
  • 1
  • 4
2
votes
2 answers

How to handle 404's in GitHub Pages while using Jekyll?

I've setup my site at GitHub using Jekyll framework. I've a problem with 404's. I added a 404.html and it is working well for some typos. But, since in Jekyll categories are rendered in a separate directories and when a user is trying to access the…
Gowtham
  • 408
  • 1
  • 5
  • 11
2
votes
1 answer

How to control RSS feed access to my blog

I have a personal blog I set up using Jekyll and getting hosted on GitHub Pages. How can I make sure people access any article from my blog fully only by visiting it, not through an RSS reader such as Feedly? My Google searches provided me with no…
Alper
  • 121
  • 4
2
votes
1 answer

I forked the "minimal mistakes" Jekyll template, but it does not look like the original

As the guide said I forked: https://mmistakes.github.io/minimal-mistakes/ but the result does not look as original, here is the result: https://avidanyum.github.io/minimal-mistakes/, am i doing something wrong?
user51176
  • 23
  • 2
2
votes
0 answers

How would one setup a website like MSDN Powershell documentation?

Not fully sure if this is the place to ask, but here goes nothing: The MSDN PowerShell documentation uses a git repository for its source. I would like to setup something similar. I tried with github pages, but all I managed where some separate…
Tomas
  • 21
  • 4
1
vote
0 answers

How to have a blog post in Jekyll parse markdown code with ```java instead of {% highlight java %}

I would like it to parse standard markdown as parsed in github. I don't like the special syntax of {% highlight java %}. I understand it can parse textile and markdown but I don't get how to change the format of a single blog post to use this…
Jas
  • 133
  • 4
1
vote
2 answers

SEO implications of moving a section of site to a subdomain - Drupal to Jekyll/Wordpress migration

We are strongly considering moving significant, relatively static, portions of our existing Drupal site (yinyanghouse.com) out of Drupal and into a subdomain built up with a static site generator like Jekyll. This section would be something like 900…
ChadD
  • 121
  • 3
1
vote
1 answer

How can I create a individual "Projects" page in Jekyll?

On my Jekyll powered website, I have a page where I list every project (inventions, experiments, etc) that I have ever worked on. Currently, each project listed exists only as a link to a relevant blog post. My question is, how do I create…
1
2