diff --git a/.eleventy.js b/.eleventy.js index b9b967b..342b558 100755 --- a/.eleventy.js +++ b/.eleventy.js @@ -5,6 +5,8 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(pluginNavigation); + eleventyConfig.addWatchTarget("./src/scss/"); + eleventyConfig.addPassthroughCopy({ "node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js", "assets/": "./", diff --git a/package.json b/package.json index 020edf7..feb00b3 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "scripts": { "watch:sass": "sass --no-source-map --watch src/scss:_site/css", - "watch:eleventy": "ELEVENTY_ENV=dev eleventy --serve", + "watch:eleventy": "eleventy --serve", "build:sass": "sass --no-source-map src/scss:_site/css", "build:eleventy": "ELEVENTY_ENV=prod eleventy", "start": "npm-run-all build:sass --parallel watch:*", diff --git a/src/css/blink.css b/src/scss/blink.scss similarity index 100% rename from src/css/blink.css rename to src/scss/blink.scss diff --git a/src/css/main.css b/src/scss/main.scss similarity index 100% rename from src/css/main.css rename to src/scss/main.scss diff --git a/src/css/resume.css b/src/scss/resume.scss similarity index 99% rename from src/css/resume.css rename to src/scss/resume.scss index d68a93c..0c1d2d6 100755 --- a/src/css/resume.css +++ b/src/scss/resume.scss @@ -97,6 +97,7 @@ h2 { size: auto; margin: 0; } + body, html { background-color: white !important; @@ -105,20 +106,25 @@ h2 { color-adjust: exact !important; -webkit-print-color-adjust: exact !important; } + body { margin: 2em; font-size: 13px; } + li.event { border-left: 2px black solid; } + .tag { font-size: 10px; } + a { color: black; text-decoration: none; } + header, footer, .btn-back,