diff --git a/.eleventy.js b/.eleventy.js index 2d00fd8..c9cc8df 100755 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,6 +1,5 @@ const pluginNavigation = require("@11ty/eleventy-navigation") const htmlmin = require("html-minifier"); - const markdownIt = require("markdown-it"); const markdownItAttrs = require('markdown-it-attrs'); const options = { diff --git a/.vscode/launch.json b/.vscode/launch.json index caf4a9d..b534d5c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,9 +4,9 @@ { "type": "node", "request": "launch", - "name": "Launch via NPM", + "name": "Serve the website", "console": "integratedTerminal", - "runtimeExecutable": "npm", + "runtimeExecutable": "yarn", "runtimeArgs": [ "run", "start" diff --git a/package.json b/package.json index da74b74..1477009 100755 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "watch:sass": "sass --no-source-map --watch src/scss:_site/css", "watch:eleventy": "eleventy --serve", - "build:sass": "sass --no-source-map src/scss:_site/css", + "build:sass": "sass --no-source-map --style compressed src/scss:_site/css", "build:eleventy": "ELEVENTY_ENV=prod eleventy", "start": "npm-run-all build:sass --parallel watch:*", "build": "npm-run-all build:sass build:eleventy" diff --git a/src/_includes/layout_eportfolio.njk b/src/_includes/layout_eportfolio.njk index 6a6c42c..fc4011d 100755 --- a/src/_includes/layout_eportfolio.njk +++ b/src/_includes/layout_eportfolio.njk @@ -23,8 +23,12 @@ username: Laureηt _ -