new zinc url, fixes #141

This commit is contained in:
Lorin Werthen 2017-01-26 15:53:10 +01:00
parent b927509e95
commit 66b4ff14f8
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
3 changed files with 7 additions and 6 deletions

10
Gemfile
View file

@ -2,15 +2,17 @@
source 'https://rubygems.org'
gem 'nanoc', '4.5.4'
gem 'kramdown'
# General filtering
gem 'coffee-script'
gem 'icalendar' # ical files
gem 'kramdown'
gem 'sass'
# Needed for atom_feed in blogging helper
gem 'builder'
# ical files
gem 'icalendar'
# Faster css autoprefixing
gem 'therubyracer'
# Word counting gem (which takes special characters into account)

1
Rules
View file

@ -78,7 +78,6 @@ compile '/blog/*/*', rep: :text do
filter :strip_html
end
#
# PROJECTS
#

View file

@ -8,6 +8,6 @@ module AssetHelper
end
def zeus_logo_url(color: :black)
"https://werthen.com/zinc/zeuslogo.svg?color=#{color}"
"https://zeus.ugent.be/zinc/zeuslogo.svg?color=#{color}"
end
end