Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion assets/css/all.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down