mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31:22 +01:00
gems
This commit is contained in:
parent
0ffb10b0be
commit
9980f8652e
5 changed files with 52 additions and 8 deletions
10
Gemfile
10
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source "http://rubygems.org"
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'github-pages', group: :jekyll_plugins
|
gem 'github-pages', group: :jekyll_plugins
|
||||||
gem 'compass'
|
|
||||||
gem 'sass-media_query_combiner'
|
# gem 'compass'
|
||||||
gem 'autoprefixer-rails'
|
# gem 'sass-media_query_combiner'
|
||||||
|
# gem 'autoprefixer-rails'
|
||||||
|
|
43
_layouts/#post.html#
Normal file
43
_layouts/#post.html#
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="es">
|
||||||
|
|
||||||
|
{% include head.html %}
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="preloader" class="preloader">
|
||||||
|
<div class="loader-gplus"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="st-container" class="st-container">
|
||||||
|
<div class="st-pusher">
|
||||||
|
<div class="st-content">
|
||||||
|
|
||||||
|
{% include top-section.html %}
|
||||||
|
|
||||||
|
{% include post.html isStaticPost=page.isStaticPost %}
|
||||||
|
|
||||||
|
{% include footer.html %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% include analytics.html %}
|
||||||
|
|
||||||
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||||
|
<script>
|
||||||
|
window.jQuery || document.write('<script src="{{ "/js/jquery-2.1.1.min.js " | prepend: site.baseurl }}><\/script>')
|
||||||
|
</script>
|
||||||
|
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
||||||
|
<script>
|
||||||
|
if (typeof ($.fn.modal) === 'undefined') {
|
||||||
|
document.write('<script src="{{ "/js/bootstrap.min.js " | prepend: site.baseurl }}><\/script>')
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script src="{{ "/js/default.js" | prepend: site.baseurl }}"></script>
|
||||||
|
<script>Waves.displayEffect();</script>
|
||||||
|
<script src="{{ "/js/scripts.min.js" | prepend: site.baseurl }}"></script>
|
||||||
|
{% include schema-event.html %}
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
1
_layouts/.#post.html
Symbolic link
1
_layouts/.#post.html
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
flow@benjamin.3819:1507535610
|
|
@ -3,7 +3,7 @@ layout: compress
|
||||||
---
|
---
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="es">
|
||||||
|
|
||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue