Skip to content

Commit 470b49f

Browse files
committed
style changes
1 parent 5f28f72 commit 470b49f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/jekyllbuild/
88
/documentation/node_modules/
99
/documentation/jekyllbuild/
10+
npm-debug.log

gruntfile.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ module.exports = function (grunt) {
105105
'css/grid.css': 'sass/grid.scss',
106106
'css/classic.css': 'sass/classic.scss',
107107
// you may want to remove these for your site
108-
'css/main_brown.css': 'sass/main_brown.scss',
109-
'css/main_green.css': 'sass/main_green.scss',
110-
'css/main_teal.css': 'sass/main_teal.scss'
108+
111109
}
112110
}
113111
},
@@ -179,7 +177,7 @@ module.exports = function (grunt) {
179177
},
180178
pages: {
181179
options: {
182-
remote: 'git@github.com:DigitalMindCH/gridster-jekyll-theme.git', // change that
180+
remote: 'https://github.com/NNUP/nnup.github.io.git', // change that
183181
branch: 'gh-pages' // adjust here
184182
}
185183
}
@@ -202,4 +200,4 @@ module.exports = function (grunt) {
202200
grunt.registerTask("default", ["newer:imagemin", "responsive_images", "uglify", "sass", "autoprefixer", "shell:jekyllBuild", "copy", "open", "watch"]);
203201
grunt.registerTask("build", ["imagemin", "responsive_images", "uglify", "sass", "autoprefixer", "shell:jekyllBuild", "copy"]);
204202
grunt.registerTask("deploy", ["buildcontrol:pages"]);
205-
};
203+
};

sass/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// add your palette here
99
// @import "toolbox/palettes/brown";
1010
// @import "toolbox/palettes/green";
11-
@import "toolbox/palettes/red";
11+
@import "toolbox/palettes/red";
1212

1313
@import "base/reset";
1414
@import "base/base-style";

0 commit comments

Comments
 (0)