New version

This commit is contained in:
Vlad Faust
2016-01-16 22:52:53 +03:00
parent 1556d6ca5b
commit d472283ce4
15 changed files with 160 additions and 99 deletions

View File

@@ -33,11 +33,12 @@
###
# Automatic image dimensions on image_tag helper
activate :automatic_image_sizes
# activate :automatic_image_sizes
# Reload the browser automatically whenever files change
configure :development do
activate :livereload
config[:file_watcher_ignore] += [/.idea\//]
end
# Methods defined in the helpers block are available in templates
@@ -81,5 +82,5 @@ activate :deploy do |deploy|
end
# Variables
@socials = { github: 'https://github.com/vladfaust', vkontakte: 'https://vk.com/vladfaust', telegram: 'https://telegram.me/vladfaust', instagram: 'https://instagram.com/vladfaust', google_play: 'https://play.google.com/store/apps/developer?id=VLADISLAV+FAUST', twitter: 'https://twitter.com/vladfaust', email: 'hello@vladfaust.com' }
@socials = { github: 'https://github.com/vladfaust', vkontakte: 'https://vk.com/vladfaust', telegram: 'https://telegram.me/vladfaust', instagram: 'https://instagram.com/vladfaust', google_play: 'https://play.google.com/store/apps/developer?id=VLADISLAV+FAUST', twitter: 'https://twitter.com/vladfaust', email: 'mailto:hello@vladfaust.com' }
set :socials, @socials