new zinc url, fixes #141
This commit is contained in:
parent
b927509e95
commit
66b4ff14f8
3 changed files with 7 additions and 6 deletions
10
Gemfile
10
Gemfile
|
@ -2,15 +2,17 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'nanoc', '4.5.4'
|
gem 'nanoc', '4.5.4'
|
||||||
gem 'kramdown'
|
|
||||||
|
# General filtering
|
||||||
gem 'coffee-script'
|
gem 'coffee-script'
|
||||||
|
gem 'icalendar' # ical files
|
||||||
|
gem 'kramdown'
|
||||||
gem 'sass'
|
gem 'sass'
|
||||||
|
|
||||||
# Needed for atom_feed in blogging helper
|
# Needed for atom_feed in blogging helper
|
||||||
gem 'builder'
|
gem 'builder'
|
||||||
|
|
||||||
# ical files
|
# Faster css autoprefixing
|
||||||
gem 'icalendar'
|
|
||||||
|
|
||||||
gem 'therubyracer'
|
gem 'therubyracer'
|
||||||
|
|
||||||
# Word counting gem (which takes special characters into account)
|
# Word counting gem (which takes special characters into account)
|
||||||
|
|
1
Rules
1
Rules
|
@ -78,7 +78,6 @@ compile '/blog/*/*', rep: :text do
|
||||||
filter :strip_html
|
filter :strip_html
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# PROJECTS
|
# PROJECTS
|
||||||
#
|
#
|
||||||
|
|
|
@ -8,6 +8,6 @@ module AssetHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def zeus_logo_url(color: :black)
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue