Jekyll Themes activity https://gitlab.com/jekyll-themes 2026-01-26T17:09:52Z tag:gitlab.com,2026-01-26:5034284703 Chase Leinart closed merge request !4: Added Notes page from Obsidian Notes at Jekyll Themes / Build Jekyll with Bundler 2026-01-26T17:09:52Z Irregular_Expressions Chase Leinart
  • Added new bagel review for brooklyn cafe
tag:gitlab.com,2026-01-26:5034283362 Chase Leinart opened merge request !4: Added Notes page from Obsidian Notes at Jekyll Themes / Build Jekyll with Bundler 2026-01-26T17:09:33Z Irregular_Expressions Chase Leinart
  • Added new bagel review for brooklyn cafe
tag:gitlab.com,2023-04-30:2562068443 Michael von Glasow opened issue #2: Move contents of static dir into main dir at Jekyll Themes / Creative Theme 2023-04-30T16:06:06Z mvglasow Michael von Glasow

According to the Jekyll documentation, anything in the directory tree outside the “special” directories (all of which start with an underscore) will be copied to the destination verbatim.

For our static dir, this means anything in there will end up in the artifacts twice, e.g. both as static/foo/bar and as foo/bar. This might be undesirable if the static dir is large (e.g. if this is used to host large downloads).

The clean way would be to move the contents of static right into the root dir, and drop the extra copy step in CI. I did this in a project I have forked from this repo, and it works without any issues.

tag:gitlab.com,2023-04-30:2562065377 Michael von Glasow commented on merge request !12 at Jekyll Themes / Creative Theme 2023-04-30T16:00:09Z mvglasow Michael von Glasow

@marcia asked to be pinged for review... here you go

tag:gitlab.com,2023-04-30:2561949824 Michael von Glasow opened merge request !12: Add SimpleLightbox 2.13.0 at Jekyll Themes / Creative Theme 2023-04-30T11:51:44Z mvglasow Michael von Glasow

This turns the Portfolio page into a lightbox: clicking an image will open its enlarged version, and users can navigate through images. Version 2.13.0 allows swiping in addition to back/forward buttons.

This is essentially a backport from the original Start Bootstrap theme at https://github.com/StartBootstrap/startbootstrap-creative, which added this in 71a04770.

In addition to backporting this functionality, I upgraded SimpleLightbox from 2.1.0 to 2.13.0 and added full-size versions of the stock images to better illustrate the functionality.

The originals of the images used in the Portfolio section were taken from https://pxhere.com/ and are under CC-0, thus they should be OK to use here.

For a demo, see https://mvglasow.gitlab.io/creative/

tag:gitlab.com,2022-04-22:1845609808 Marcia Ramos left project Jekyll Themes / Jasper Theme 2022-04-22T10:58:10Z marcia Marcia Ramos tag:gitlab.com,2022-04-22:1845609578 Marcia Ramos left project Jekyll Themes / Grayscale Theme 2022-04-22T10:58:04Z marcia Marcia Ramos tag:gitlab.com,2022-04-22:1845609374 Marcia Ramos left project Jekyll Themes / Carte Noire Theme 2022-04-22T10:57:58Z marcia Marcia Ramos tag:gitlab.com,2022-04-22:1845607771 Marcia Ramos left project Jekyll Themes / Build Jekyll with Bundler 2022-04-22T10:57:14Z marcia Marcia Ramos tag:gitlab.com,2022-02-14:1717754247 Sudip Ghimire opened merge request !11: Add new directory-Asset at Jekyll Themes / Creative Theme 2022-02-14T04:32:12Z sudip639ghimire Sudip Ghimire

assets for images

tag:gitlab.com,2020-04-02:706015665 shreya nisal opened merge request !10: Update index.html at Jekyll Themes / Creative Theme 2020-04-02T07:41:19Z shreya_nisal shreya nisal
tag:gitlab.com,2019-07-22:461371356 Philip Rhoades opened issue #1: GitLab CI is too slow - do most development on my local machine => CSS problems at Jekyll Themes / Creative Theme 2019-07-22T16:17:48Z philip_rhoades Philip Rhoades

Marcia,

This project is really nice and I have it working happily on GitLab and gradually learning a bit - but I want to work mostly on my local machine because CI is so slow - however when I try and run the server locally with a _config_dev.yml I get these results:

Server running... press ctrl-c to stop.

[2019-07-23 01:49:47] ERROR `/font-awesome/css/font-awesome.min.css' not found.

[2019-07-23 01:49:47] ERROR `/css/bootstrap.min.css' not found.

[2019-07-23 01:49:47] ERROR `/css/animate.min.css' not found.

[2019-07-23 01:49:47] ERROR `/css/material.css' not found.

[2019-07-23 01:49:47] ERROR `/js/jquery.js' not found.

[2019-07-23 01:49:47] ERROR `/js/jquery.fittext.js' not found.

[2019-07-23 01:49:47] ERROR `/js/bootstrap.min.js' not found.

[2019-07-23 01:49:47] ERROR `/js/jquery.easing.min.js' not found.

[2019-07-23 01:49:47] ERROR `/js/wow.min.js' not found.

[2019-07-23 01:49:47] ERROR `/js/creative.js' not found.

[2019-07-23 01:49:47] ERROR `/img/portfolio/1.jpg' not found.

[2019-07-23 01:49:47] ERROR `/img/portfolio/3.jpg' not found.

[2019-07-23 01:49:47] ERROR `/img/portfolio/2.jpg' not found.

[2019-07-23 01:49:47] ERROR `/img/portfolio/4.jpg' not found.

[2019-07-23 01:49:47] ERROR `/img/portfolio/5.jpg' not found.

[2019-07-23 01:49:47] ERROR `/img/portfolio/6.jpg' not found.

[2019-07-23 01:49:47] ERROR `/img/eels_tigers.png' not found.

Is there a simple fix for this? I couldn't get any combinations of baseurl etc to work . .

Thanks, Phil.

Site settings

title: Al's Footy Tipping Site

email:

description: > # this means to ignore newlines until "baseurl:"

baseurl: "" # the subpath of your site, e.g. /blog/

url: "http://localhost:4000/" # the base hostname & protocol for your site

twitter_username: ""

github_username: ""

Build settings

markdown: kramdown

exclude: ["README.md", "LICENSE"]

tag:gitlab.com,2019-02-24:353866306 Çağatay ÇALI closed merge request !2: Pages at Jekyll Themes / Creative Theme 2019-02-24T14:55:18Z cagataycali Çağatay ÇALI

When I clone project and run;

jekyll build -d public/
jekyll serve

I saw arbitrary command in .gitlab-ci.yml I follow the rabbit who is white one.. CSS isn't copyed by default in public dir, but already in there in subpath /static, - cp -r static/* public/ => These one is arbitrary.

tag:gitlab.com,2018-08-17:246384099 Sohail Afridi opened merge request !2: Update _config.yml at Jekyll Themes / Grayscale Theme 2018-08-17T15:12:40Z inkyguy Sohail Afridi
tag:gitlab.com,2018-08-17:246383580 Sohail Afridi closed merge request !2: Update _config.yml at Jekyll Themes / Grayscale Theme 2018-08-17T15:11:34Z inkyguy Sohail Afridi
tag:gitlab.com,2018-04-16:190680588 Alex Kost commented on merge request !9 at Jekyll Themes / Creative Theme 2018-04-16T06:52:58Z alexkost819 Alex Kost

Accidentally pointed to your branch instead of mine. Sorry and thanks!

tag:gitlab.com,2018-04-16:190680364 Alex Kost closed merge request !9: Personalize at Jekyll Themes / Creative Theme 2018-04-16T06:52:30Z alexkost819 Alex Kost
tag:gitlab.com,2018-04-16:190680139 Alex Kost opened merge request !9: Personalize at Jekyll Themes / Creative Theme 2018-04-16T06:51:51Z alexkost819 Alex Kost
tag:gitlab.com,2018-02-16:161196283 Marcia Ramos commented on merge request !2 at Jekyll Themes / Creative Theme 2018-02-16T22:56:22Z marcia Marcia Ramos

Wow, thanks @cagataycali, I never saw you MR before. 🙈

There are a lot of stuff changed in this MR, would you mind explaining them? Thanks!

tag:gitlab.com,2018-02-16:161195201 Marcia Ramos pushed to project branch pages at Jekyll Themes / Creative Theme 2018-02-16T22:51:53Z marcia Marcia Ramos

Marcia Ramos (48f04918) at 16 Feb 22:51

use latest ruby image