File tree Expand file tree Collapse file tree 6 files changed +6
-9
lines changed
Expand file tree Collapse file tree 6 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ title: EMRG
3344description : " Website of the Environmental Modelling Research Group @ York"
55baseurl : " " # the subpath of your site, e.g. /blog/
6- twitter_username : " @jonxhill"
76github_username : jhill1
87# Build settings
98markdown : kramdown
Original file line number Diff line number Diff line change 1- -- -
2- -- -
31/*
42 Ion by TEMPLATED
53 templated.co @templatedco
1513 // Global.
1614 global : {
1715 range : '*' ,
18- href : '{{ site.baseurl }}/ css/style.css' ,
16+ href : 'css/style.css' ,
1917 containers : 1400 ,
2018 grid : {
2119 gutters : {
2826 // XLarge.
2927 xlarge : {
3028 range : '-1680' ,
31- href : '{{ site.baseurl }}/ css/style-xlarge.css' ,
29+ href : 'css/style-xlarge.css' ,
3230 containers : 1200
3331 } ,
3432
3533 // Large.
3634 large : {
3735 range : '-1280' ,
38- href : '{{ site.baseurl }}/ css/style-large.css' ,
36+ href : 'css/style-large.css' ,
3937 containers : 960 ,
4038 grid : {
4139 gutters : {
5048 // Medium.
5149 medium : {
5250 range : '-980' ,
53- href : '{{ site.baseurl }}/ css/style-medium.css' ,
51+ href : 'css/style-medium.css' ,
5452 containers : '90%' ,
5553 grid : {
5654 collapse : 1
6058 // Small.
6159 small : {
6260 range : '-736' ,
63- href : '{{ site.baseurl }}/ css/style-small.css' ,
61+ href : 'css/style-small.css' ,
6462 containers : '90%' ,
6563 grid : {
6664 gutters : {
7270 // XSmall.
7371 xsmall : {
7472 range : '-480' ,
75- href : '{{ site.baseurl }}/ css/style-xsmall.css' ,
73+ href : 'css/style-xsmall.css' ,
7674 grid : {
7775 collapse : 2
7876 }
You can’t perform that action at this time.
0 commit comments