From 20578ac86fbb5777c46412d15a1df37675307792 Mon Sep 17 00:00:00 2001 From: "David M. Rogers" Date: Sat, 27 Feb 2021 16:15:27 -0500 Subject: [PATCH] Adding webrick dependency and fixed syntax error in assets/css/all.sass --- README.md | 2 +- assets/css/all.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8d6f454..a47cdc1e 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Subscribe to [the channel](https://www.youtube.com/user/DevTipsForDesigners) to In order to get this super fantastic [Jekyll](http://jekyllrb.com) powered template for Artists follow this simple step: * If you haven't got ruby installed on your computer, install it. -* Then run in your terminal `$ gem install jekyll` +* Then run in your terminal `$ gem install jekyll webrick` * Move/`cd` to a folder, always in your terminal, in which you want to insert the *Artists-Theme* * Run `git clone https://github.com/DevTips/Artists-Theme.git` * Then `cd Artists-Theme` diff --git a/assets/css/all.sass b/assets/css/all.sass index 2e11cbca..b4287bfa 100644 --- a/assets/css/all.sass +++ b/assets/css/all.sass @@ -10,7 +10,7 @@ $logo-path: '{{ site.data.layout.logo }}' $hero-path: '{{ site.data.layout.hero }}' $avatar-path: '{{ site.data.layout.avatar }}' -$projects: {% for project in site.data.settings.projects %} "{{ project.folder }}", {% endfor %} +$projects: [ {% for project in site.data.settings.projects %} "{{ project.folder }}", {% endfor %} ] //------------------------------------------------ // Set some colors as sass variables