diff --git a/.eleventy.js b/.eleventy.js index 02112e0..14f2c76 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -22,13 +22,8 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy('src/assets/fonts'); eleventyConfig.addPassthroughCopy("./src/assets/js"); - // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.png'); - // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.svg'); - eleventyConfig.addPassthroughCopy('src/assets/images/**/*.jpg'); - // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.gif'); - - if (true) {//(process.env.ELEVENTY_ENV === "production") { + if (process.env.ELEVENTY_ENV === "production") { eleventyConfig.addPlugin(img2picture, { // Should be same as Eleventy input folder set using `dir.input`. eleventyInputDir: "src", @@ -43,7 +38,7 @@ module.exports = function (eleventyConfig) { }); } else { // During development, copy the files to Eleventy's `dir.output` - eleventyConfig.addPassthroughCopy("_site/assets/images"); + eleventyConfig.addPassthroughCopy('./src/assets/images/'); } //plugins diff --git a/src/_includes/components/landing/be-your-own.njk b/src/_includes/components/landing/be-your-own.njk index 7388071..a71859d 100644 --- a/src/_includes/components/landing/be-your-own.njk +++ b/src/_includes/components/landing/be-your-own.njk @@ -23,7 +23,7 @@ {% if pseudoservice.slug in service.pseudoservices %}
\ No newline at end of file diff --git a/src/_includes/components/landing/hero.njk b/src/_includes/components/landing/hero.njk index d06de1f..5e6d2b3 100644 --- a/src/_includes/components/landing/hero.njk +++ b/src/_includes/components/landing/hero.njk @@ -1,7 +1,7 @@
-
+
+
Right now, your favorite apps send your personal data off to live on a server somewhere else - where it can be analyzed, censored, sold or worse.
+
But when you run your own server, you control your data. Your data never has to leave the privacy of your own home.
+
-
+
+
-
+
+
-
+
+
-
+
+
This list of values is not comprehensive. It does not encapsulate all the values of all the members of Start9.
@@ -92,8 +92,8 @@ layout: layouts/peripheral.njk
Below are the virtues or qualities of character needed to achieve our values and accomplish our mission.
@@ -117,8 +117,8 @@ layout: layouts/peripheral.njk
Pokemon is a game for Gameboy.
@@ -165,8 +165,8 @@ layout: layouts/peripheral.njk
Virtues
-
+
+
Origin Story
-
+
+
Our Team
-
+
+
diff --git a/src/assets/js/landing.js b/src/assets/js/landing.js
index 2320774..9ba8c9b 100644
--- a/src/assets/js/landing.js
+++ b/src/assets/js/landing.js
@@ -18,7 +18,6 @@ var resizeTimeout = setTimeout(onResizeComplete, 400);
window.onresize = function () {
clearTimeout(resizeTimeout);
resizeTimeout = setTimeout(onResizeComplete, 400);
- console.log("onresize");
};
diff --git a/src/contact.njk b/src/contact.njk
index 545b56e..4a2885b 100644
--- a/src/contact.njk
+++ b/src/contact.njk
@@ -5,8 +5,8 @@ layout: layouts/peripheral.njk
-
+
+
diff --git a/src/dev.njk b/src/dev.njk
index a989c21..31f1280 100644
--- a/src/dev.njk
+++ b/src/dev.njk
@@ -5,8 +5,8 @@ layout: layouts/peripheral.njk
-
+
+
diff --git a/src/jobs.njk b/src/jobs.njk
index d3c5ae2..899aa94 100644
--- a/src/jobs.njk
+++ b/src/jobs.njk
@@ -5,8 +5,8 @@ layout: layouts/peripheral.njk
-
+
+
diff --git a/src/news.njk b/src/news.njk
index 724ce6f..d2e9cec 100644
--- a/src/news.njk
+++ b/src/news.njk
@@ -5,8 +5,8 @@ layout: layouts/peripheral.njk
-
+
+
diff --git a/src/privacy.njk b/src/privacy.njk
index c5da2a2..9a68626 100644
--- a/src/privacy.njk
+++ b/src/privacy.njk
@@ -6,10 +6,10 @@ layout: layouts/peripheral.njk
-
+