diff --git a/.eleventy.js b/.eleventy.js
index 9d97b7a..07fc0e7 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -1,5 +1,7 @@
const eleventySass = require("eleventy-sass");
const lazyImagesPlugin = require('eleventy-plugin-lazyimages');
+const faviconPlugin = require("eleventy-favicon");
+const pluginSEO = require("eleventy-plugin-seo");
// https://www.npmjs.com/package/eleventy-plugin-img2picture
const img2picture = require("eleventy-plugin-img2picture");
@@ -26,7 +28,7 @@ module.exports = function (eleventyConfig) {
// eleventyConfig.addPassthroughCopy('src/assets/images/**/*.gif');
- if (true) {//(process.env.ELEVENTY_ENV === "production") {
+ if (false) {//(process.env.ELEVENTY_ENV === "production") {
eleventyConfig.addPlugin(img2picture, {
// Should be same as Eleventy input folder set using `dir.input`.
eleventyInputDir: "src",
@@ -41,13 +43,13 @@ module.exports = function (eleventyConfig) {
});
} else {
// During development, copy the files to Eleventy's `dir.output`
- eleventyConfig.addPassthroughCopy("src/assets/images");
+ eleventyConfig.addPassthroughCopy("_site/assets/images");
}
- //eleventyConfig.addNunjucksFilter('bitcoin', arr => arr.filter(e => e.name == 'Synapse'));
-
//plugins
eleventyConfig.addPlugin(eleventySass);
+ eleventyConfig.addPlugin(faviconPlugin, { destination: './_site' });
+ eleventyConfig.addPlugin(pluginSEO, require("./src/_data/seo.json"));
//eleventyConfig.addPlugin(tinyCSS);
eleventyConfig.addPlugin(tinyHTML);
eleventyConfig.addPlugin(tinysvg, {
diff --git a/favicon.svg b/favicon.svg
new file mode 100644
index 0000000..47e2c20
--- /dev/null
+++ b/favicon.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/package-lock.json b/package-lock.json
index e93b897..d3c0311 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,6 +17,7 @@
"css-declaration-sorter": "^6.3.1",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-img2picture": "^3.0.0",
+ "eleventy-plugin-seo": "^0.5.2",
"eleventy-sass": "^1.3.1",
"esm": "^3.2.25",
"gsap": "^3.10.4",
@@ -1957,6 +1958,15 @@
"sharp": ">=0.29.3"
}
},
+ "node_modules/eleventy-plugin-seo": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/eleventy-plugin-seo/-/eleventy-plugin-seo-0.5.2.tgz",
+ "integrity": "sha512-saAWnrQrMc/dP6nimCbvAlumohfBrDI7IrpkN/OJoxvLxcOsyWrA+XMR+3lWLVAkuwC1SyA5cbunr1u8jkFK/A==",
+ "dependencies": {
+ "html-entities": "^1.2.1",
+ "lodash": "^4.17.19"
+ }
+ },
"node_modules/eleventy-sass": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/eleventy-sass/-/eleventy-sass-1.3.1.tgz",
@@ -2759,6 +2769,11 @@
"node": ">=12"
}
},
+ "node_modules/html-entities": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
+ "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA=="
+ },
"node_modules/html-escaper": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
@@ -3908,8 +3923,7 @@
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"node_modules/lodash.deburr": {
"version": "4.1.0",
@@ -8461,6 +8475,15 @@
"sharp": ">=0.29.3"
}
},
+ "eleventy-plugin-seo": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/eleventy-plugin-seo/-/eleventy-plugin-seo-0.5.2.tgz",
+ "integrity": "sha512-saAWnrQrMc/dP6nimCbvAlumohfBrDI7IrpkN/OJoxvLxcOsyWrA+XMR+3lWLVAkuwC1SyA5cbunr1u8jkFK/A==",
+ "requires": {
+ "html-entities": "^1.2.1",
+ "lodash": "^4.17.19"
+ }
+ },
"eleventy-sass": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/eleventy-sass/-/eleventy-sass-1.3.1.tgz",
@@ -9076,6 +9099,11 @@
"whatwg-encoding": "^2.0.0"
}
},
+ "html-entities": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz",
+ "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA=="
+ },
"html-escaper": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-3.0.3.tgz",
@@ -9876,8 +9904,7 @@
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"lodash.deburr": {
"version": "4.1.0",
diff --git a/package.json b/package.json
index 76617b7..b7ffab3 100644
--- a/package.json
+++ b/package.json
@@ -24,6 +24,7 @@
"css-declaration-sorter": "^6.3.1",
"eleventy-favicon": "^1.1.3",
"eleventy-plugin-img2picture": "^3.0.0",
+ "eleventy-plugin-seo": "^0.5.2",
"eleventy-sass": "^1.3.1",
"esm": "^3.2.25",
"gsap": "^3.10.4",
diff --git a/readme.md b/readme.md
index cc836eb..4cf09df 100644
--- a/readme.md
+++ b/readme.md
@@ -6,70 +6,38 @@
## *TO UPDATE* Getting started
-### for now...
```
npm run start
```
-Run the following command on your local environment:
+Open http://localhost:8080 to see the site.
+_(8080+n will be used if 8080 is already in use, ad nauseum)_
-```
-git clone --depth=1 https://github.com/ixartz/Eleventy-Starter-Boilerplate.git my-project-name
-cd my-project-name
-npm install
-```
-Then, you can run locally in development mode with live reload:
-
-```
-npm run dev
-```
-
-Open http://localhost:8080 with your favorite browser to see your blog.
-
-## *TO UPDATE* Project structure
-
-```
-.
-├── public # Static files
-│ └── assets
-│ └── images # Images not needed by Webpack
-└── src
- ├── _data # Eleventy data folder
- ├── _includes
- │ └── components # HTML layout files
- │ └── layouts # HTML layout files
- ├── assets # Assets folder that needs to be processed by Webpack
- │ ├── images
- │ │ └── posts # Images used in your blog posts (will be compressed by Webpack)
- │ └── styles # Your blog CSS files
- └── posts # Your blog posts
-```
-
-## *TO UPDATE* Customization
-
-You can easily configure Eleventy Starter Boilerplate. Please change the following file:
-
-- `public/assets/images/logo.png`: your blog logo
-- `public/apple-touch-icon.png`, `public/favicon.ico`, `public/favicon-16x16.png` and `public/favicon-32x32.png`: your blog favicon, you can generate from https://favicon.io/favicon-converter/
-- `src/_data/site.json`: your blog configuration
-- `src/_includes/layouts`: your blog HTML layout
-- `src/assets/styles/main.css`: your blog CSS file using Tailwind CSS
-
-## Deploy to production
+## *TO UPDATE* Deploy to production
You can see the results locally in production mode with:
-```
-npm run serve
-```
-
-The generated HTML and CSS files are minified. It will also removed unused CSS from [Tailwind CSS](https://tailwindcss.com).
-
-You can create an optimized production build with:
-
```
npm run build
```
Now, your blog is ready to be deployed. All generated files are located at `_site` folder, which you can deploy with any hosting service.
+
+
+## Project structure
+
+```
+.
+├── .eleventy.js # Eleventy config
+│
+└── src
+ ├── _data # Eleventy data folder
+ ├── _includes
+ │ └── components # HTML layout files
+ │ └── layouts # HTML layout files
+ └── assets
+ ├── images
+ └── styles # Your blog CSS files
+```
+
diff --git a/src/_data/articles.json b/src/_data/articles.json
new file mode 100644
index 0000000..086ce98
--- /dev/null
+++ b/src/_data/articles.json
@@ -0,0 +1,16 @@
+[
+ {
+ "title": "March 11, 2021 - Start9 Labs Pitches a Private At-Home Server. And It Works",
+ "link": "https://static.coindesk.com/wp-content/uploads/2021/03/Graph-radicle-710x458.jpg?format=webp",
+ "image": "https://www.coindesk.com/start9-labs-self-sovereign-private-internet-solutions-funding",
+ "anchor": "Coindesk",
+ "description": "Start9 Labs to Build on Its Self-Sovereign, Private Internet Solutions With $1.2M in Funding"
+ },
+ {
+ "title": "July 8, 2020 - Start9 Labs Pitches a Private At-Home Server. And It Works",
+ "link": "https://static.coindesk.com/wp-content/uploads/2020/07/harrison-broadbent-hSHNPyND_dU-unsplash-300x185.jpg",
+ "image": "https://www.coindesk.com/tech/2020/07/08/start9-labs-pitches-a-private-at-home-server-and-it-works/",
+ "anchor": "Coindesk",
+ "description": "Start9 Labs' Embassy server sets up its own private internet network and comes with its own operating system. We tried it."
+ }
+]
diff --git a/src/_data/buildInfo.js b/src/_data/buildInfo.js
new file mode 100644
index 0000000..c117f45
--- /dev/null
+++ b/src/_data/buildInfo.js
@@ -0,0 +1,26 @@
+const packageJson = require('../../package.json');
+
+module.exports = () => {
+ const now = new Date();
+ const { timeZone } = Intl.DateTimeFormat().resolvedOptions();
+ const buildDate = Intl.DateTimeFormat('fr-CA', {
+ year: 'numeric',
+ month: '2-digit',
+ day: '2-digit',
+ }).format(now);
+ const buildTime = Intl.DateTimeFormat('nl-NL', { hour: '2-digit', minute: '2-digit' }).format(
+ now,
+ );
+ const dateOnly = Intl.DateTimeFormat('en-US', {
+ month: 'long',
+ day: 'numeric',
+ }).format(now);
+ return {
+ version: packageJson.version,
+ time: {
+ raw: now.toISOString(),
+ formatted: `${buildDate} ${buildTime} ${timeZone}`,
+ dateOnly: `${dateOnly}`
+ },
+ };
+};
\ No newline at end of file
diff --git a/src/_data/menu.json b/src/_data/menu.json
index 1f5c42d..9f6c07c 100644
--- a/src/_data/menu.json
+++ b/src/_data/menu.json
@@ -69,6 +69,14 @@
"target": "",
"order": 4,
"class": ""
+ },
+ {
+ "name": "Privacy",
+ "slug": "privacy",
+ "url": "/privacy",
+ "target": "",
+ "order": 5,
+ "class": ""
}
]
},
diff --git a/src/_data/podcasts.json b/src/_data/podcasts.json
new file mode 100644
index 0000000..e0c45ca
--- /dev/null
+++ b/src/_data/podcasts.json
@@ -0,0 +1,234 @@
+[
+ {
+ "title": "RaspiFUD or fact? Bitcoin nodes and security",
+ "date": "September 16, 2022",
+ "link": "https://stephanlivera.com/episode/414/",
+ "image": "https://i0.wp.com/stephanlivera.com/wp-content/uploads/2022/09/SLP414-1.png",
+ "anchor": "Stephan Livera Podcast",
+ "description": "Matt Hill of Start9 rejoins me on the show to chat about the recent show on Bitcoin nodes with K3tan."
+ },
+ {
+ "title": "How Bitcoin Nodes End Censorship on the Internet",
+ "date": "September 7, 2022",
+ "link": "https://bitcointv.com/w/hJcvVJEf5CEbXaTdKghjsw",
+ "image": "https://simplybitcoin.tv/assets/images/image01.png",
+ "anchor": "Simply Bitcoin",
+ "description": "Matt Hill - The future of computing, decentralizing the internet, censorship, and sovereign computing"
+ },
+ {
+ "title": "Bitcoin & Owning Your Data with David Croisant",
+ "date": "May 20, 2022",
+ "link": "https://www.djvalerieblove.com/podcast/episode/2ac26d06/david-croisant-building-a-new-internet-with-personal-servers-from-start-9-labs",
+ "image": "https://pbcdn1.podbean.com/imglogo/image-logo/8790485/Copy_of_image_podcast_cover_1400_1400_px__j5c7bk.png",
+ "anchor": "Bitcoin, Peace, and Music",
+ "description": "David Croisant - Building a New Internet with Personal Servers from Start9 Labs"
+ },
+ {
+ "title": "Episode #3052",
+ "date": "March 14, 2022",
+ "link": "https://www.thesurvivalpodcast.com/digital-sovereign",
+ "image": "http://survivalpodcast.net/store/images/tspmsblogo.png",
+ "anchor": "The Survival Podcast",
+ "description": "Matt Hill on Total Digital Sovereignty"
+ },
+ {
+ "title": "Ernest Hancock interviews David Croisant",
+ "date": "March 11, 2022",
+ "link": "https://www.freedomsphoenix.com/Media/322001-2022-03-10-2022-03-11-ernest-hancock-interviews-david-croisant-start9-labs.htm",
+ "image": "https://is2-ssl.mzstatic.com/image/thumb/Podcasts/62/f0/38/ps.tbxsjaqa.jpg/626x0w.webp",
+ "anchor": "Declare Your Independence",
+ "description": "David Croisant (Start9 Labs) comes on to talk about EmbassyOS version 0.3.0, 'self-hosting,' freedom tech, 'Uncle Jim' model, rebuilding the Internet, pirate communications, etc..."
+ },
+ {
+ "title": "SLP352 Matt Hill",
+ "date": "February 24, 2022",
+ "link": "https://stephanlivera.com/episode/352/",
+ "image": "https://i0.wp.com/stephanlivera.com/wp-content/uploads/2022/02/SLP352-WP-Thumbnail.png",
+ "anchor": "Stephan Livera Podcast",
+ "description": "EmbassyOS & Making Self-Sovereignty Tech Cheaper Than The Alternatives"
+ },
+ {
+ "title": "On The Record with Start9",
+ "date": "January 25, 2022",
+ "link": "https://www.youtube.com/watch?v=jMV_DWAMtmc",
+ "image": "https://i3.ytimg.com/vi/jMV_DWAMtmc/maxresdefault.jpg",
+ "anchor": "On The Record",
+ "description": "Start9 demo the latest version of EmbassyOS"
+ },
+ {
+ "title": "Episode #101: Securing your own data with Matt Hill of Start9",
+ "date": "November 29, 2021",
+ "link": "https://www.agoristnexus.com/securing-your-own-data-with-matt-hill-of-start9-episode-101/",
+ "image": "https://www.agoristnexus.com/wp-content/uploads/2021/11/paste-147-750x450.png",
+ "anchor": "Agorist Nexus",
+ "description": "In this episode Brandon and Dag speak with Matt Hill of Start9 Labs about securing your own data with Embassy"
+ },
+ {
+ "title": "Episode #287: EmbassyOS v0.3.0, building out the independent stack, and philosophy with Matt Hill",
+ "date": "November 22, 2021",
+ "link": "https://talesfromthecrypt.libsyn.com/287-embassyos-v030-building-out-the-independent-stack-and-philosophy-with-matt-hill",
+ "image": "https://assets.libsyn.com/secure/content/63745304",
+ "anchor": "Tales From The Crypt",
+ "description": "Join Marty as he sits down with Matt Hill, co-founder of Start9 Labs"
+ },
+ {
+ "title": "Matt Hill on Sovereign Computing, The Private Web, & Truly Owning Your Own Data",
+ "date": "November 21, 2021",
+ "link": "https://bitcoinmatrix.libsyn.com/matt-hill-on-soverign-computing-the-private-web-truly-owning-your-own-data",
+ "image": "https://assets.libsyn.com/secure/item/21234746",
+ "anchor": "The Bitcoin Matrix",
+ "description": "Matt Hill sits down with Cedric to discuss Start9, building technology for the individual, the Embassy personal server, and how you can leverage the dark net for private Bitcoin, Lightning Network, data, messaging and social media"
+ },
+ {
+ "title": "Anarchast Episode 566",
+ "date": "October 5, 2021",
+ "link": "https://odysee.com/@Anarchast:2/Become-a-Digital-Sovereign-with-Start9:f",
+ "image": "https://i1.sndcdn.com/avatars-h52MnISbZ9tcP7DC-4nV1iQ-t500x500.jpg",
+ "anchor": "Anarchast",
+ "description": "Today we are introduced to David from Start9 to get a demo of their potentially world changing project -- the Embassy! Become a Digital Sovereign with Start9"
+ },
+ {
+ "title": "The Survival Podcast Episode 2937",
+ "date": "August 18, 2021",
+ "link": "http://www.thesurvivalpodcast.com/true-digital-sovereignty-c",
+ "image": "http://survivalpodcast.net/store/images/tspmsblogo.png",
+ "anchor": "The Survival Podcast",
+ "description": "Matt Hill of Start9 on True Digital Sovereignty"
+ },
+ {
+ "title": "FreedomFest: David Croisant of Start9 Labs",
+ "date": "July 23, 2021",
+ "link": "https://redcircle.com/shows/ba745a38-25bd-4396-a820-adf83d3914d1/episodes/fdc76a50-d0be-4eb7-8e4e-23f0e4211f95",
+ "image": "https://media.redcircle.com/images/2021/5/7/21/d23734d0-b96a-4c42-b2d4-02659ac998ad_f919_2ad158df-2f4c-40c1-b4c9-60f859481887_blob.jpg?d=280x280",
+ "anchor": "Pauls to the Wall",
+ "description": "Start9 Labs is a company based out of Denver that builds computers for self-sovereign software hosting"
+ },
+ {
+ "title": "Matt Hill and Vlad Costea",
+ "date": "July 13, 2021",
+ "link": "https://bitcoin-takeover.com/s4-e5-matt-hill-on-the-philosophy-of-sovereignty/",
+ "image": "https://i2.wp.com/bitcoin-takeover.com/wp-content/uploads/2021/07/BTCTKVR-S9-E5-Matt-Hill-Start9-Labs-EmbassyOS-Embassy-OS-Sovereignty-Node-in-a-Box-Bitcoin-Lightning-Takeover.jpg?w=1920&ssl=1",
+ "anchor": "Bitcoin Takeover",
+ "description": "Bitcoin Takeover S4 E5: Matt Hill on the Philosophy of Sovereignty"
+ },
+ {
+ "title": "Matt Odell, @raspiblitz, @ronindojoui, @mynodebtc, @nodl_it, and @start9labs",
+ "date": "June 15, 2021",
+ "link": "https://citadeldispatch.com/cd26/",
+ "image": "https://citadeldispatch.com/wp-content/uploads/2021/04/cropped-cit2color.png",
+ "anchor": "Citadel Dispatch",
+ "description": "Citadel Dispatch e0.2.6 - Using a Bitcoin Node, Bitcoin node projects, tradeoffs, software licenses, and monetization"
+ },
+ {
+ "title": "Matt Hill and Alex Dischinger",
+ "date": "April 29, 2021",
+ "link": "https://www.youtube.com/watch?v=BNNOK357QZY",
+ "image": "https://i.ytimg.com/vi/BNNOK357QZY/maxresdefault.jpg",
+ "anchor": "Tuscon Bitcoin",
+ "description": "This is a clip from a conversation with Matt Hill from Start9 about fixing problems with big tech."
+ },
+ {
+ "title": "Phil Gibson and Matt Hill",
+ "date": "April 18, 2021",
+ "link": "https://pgibs.io/2021/04/18/matt-hill/",
+ "image": "https://i.scdn.co/image/58faa7fe387f952064c4a88654458d9ea9efb89b",
+ "anchor": "A Boy Named Pseu",
+ "description": "In this episode: Matt's Background, sovereign computing, Libertarianism, learning to code, the dirty truth of the internet and data, Bitcoin, Taekwondo, and then some…"
+ },
+ {
+ "title": "Matt Odell, Keagan McClelland, and Paul Miller",
+ "date": "April 13, 2021",
+ "link": "https://citadeldispatch.com/cd17/",
+ "image": "https://citadeldispatch.com/wp-content/uploads/2021/04/cropped-cit2color.png",
+ "anchor": "Citadel Dispatch",
+ "description": "Citadel Dispatch e0.1.7 - Bitcoin nodes and self hosting with @futurepaul and @proofofkeags"
+ },
+ {
+ "title": "Interview with Matt Hill and Aiden McClelland",
+ "date": "March 24, 2021",
+ "link": "https://www.freedomsphoenix.com/Media/301737-2021-03-24-03-24-21-todays-show-will-be-a-podcast-matt.htm",
+ "image": "https://is2-ssl.mzstatic.com/image/thumb/Podcasts/62/f0/38/ps.tbxsjaqa.jpg/626x0w.webp",
+ "anchor": "Declare Your Independence",
+ "description": "Matt Hill (Co-Founder & CEO) and Aiden McClelland (Co-Founder & Lead Developer) of Start9 Labs on the self-sovereign, private internet solutions, 'pirate communications', pirate box, etc"
+ },
+ {
+ "title": "Matt Hill and John Vallis",
+ "date": "March 23, 2021",
+ "link": "https://www.youtube.com/watch?v=0n9DRGJWr_0",
+ "image": "https://i.ytimg.com/vi/0n9DRGJWr_0/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLAYvHlEb0Sy9ySqm-sbHTUJhOGulQ",
+ "anchor": "Bitcoin Rapid Fire",
+ "description": "The best way to establish greater sovereignty, privacy and freedom in life is not to ask for it, but to engage the tools that make it possible. This series explores the people and companies that are developing those tools"
+ },
+ {
+ "title": "Bitcoin Failure Scenarios",
+ "date": "March 23, 2021",
+ "link": "http://bitcoinmagazine.btc.libsynpro.com/bitcoin-failure-scenarios-with-keagan-mcclelland",
+ "image": "https://assets.libsyn.com/secure/item/18438839?height=250&width=250&overlay=true",
+ "anchor": "Bitcoin Magazine Podcast",
+ "description": "This week for the Bitcoin Magazine podcast, host Christian Keroles sits down with Bitcoin engineers and cofounder of Start9 Keagan McClelland to discuss different ways he sees Bitcoin potentially filing in the future"
+ },
+ {
+ "title": "Privacy is sovereignty",
+ "date": "March 22, 2021",
+ "link": "https://www.youtube.com/watch?v=QYYY9Iw1aXE",
+ "image": "https://i.ytimg.com/vi/QYYY9Iw1aXE/hq720.jpg?sqp=-oaymwEcCNAFEJQDSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLCbQy80EnPsOR1s_pW_xYzY64Ufcw",
+ "anchor": "Tucson Bitcoin",
+ "description": "Lucy Cifferello explains how Start9 is a company dedicated to lowering the bar of entry into Self-Sovereignty. Their flagship product, The Embassy, allows for one click installs of privacy oriented apps"
+ },
+ {
+ "title": "Interview with David Croisant",
+ "date": "March 12, 2021",
+ "link": "https://www.freedomsphoenix.com/Media/Media-Files/687-0312194940-DYI2021-03-12.mp3",
+ "image": "https://is2-ssl.mzstatic.com/image/thumb/Podcasts/62/f0/38/ps.tbxsjaqa.jpg/626x0w.webp",
+ "anchor": "Declare Your Independence",
+ "description": "David Croisant (Start9 Labs) on the self-sovereign, private internet solution - Mike Swatek (PPM Silver Cosmetics; Coder/Developer) joins the conversation to discuss 'pirate communications'"
+ },
+ {
+ "title": "Inteview with Matt Hill",
+ "date": "February 9, 2021",
+ "link": "https://www.thebitcoinpath.com/podcast/16-matt-hill-sovereign-computing-with-the-embassy-by-start-9-labs/",
+ "image": "https://m.media-amazon.com/images/I/41-qTKOsR-L._SL500_.jpg",
+ "anchor": "The Bitcoin Path",
+ "description": "Jon talk with Matt about sovereign computing, privacy, and the Start9 Embassy personal server"
+ },
+ {
+ "title": "Inteview with Matt Hill",
+ "date": "December 29, 2020",
+ "link": "https://anchor.fm/tales-from-the-crypt/episodes/220-Matt-Hill-eob5h7",
+ "image": "https://assets.libsyn.com/secure/content/63745304",
+ "anchor": "Tales From The Crypt",
+ "description": "Marty sits down with Matt Hill to discuss: Founding Start9 Labs - The Embassy - Routing around Apple's App Store - Why personal hardware is an imperative moving forward - Self-sovereign surveillance - Making all of this easy"
+ },
+ {
+ "title": "Sovereignty in a Box",
+ "date": "September 29, 2020",
+ "link": "https://anchor.fm/thecryptoconomy/episodes/Chat-48---Sovereignty-in-a-Box-with-Matt-Hill-ekc088",
+ "image": "https://s3-us-west-2.amazonaws.com/anchor-generated-image-bank/production/podcast_uploaded400/1250935/1250935-1589316789653-0f6f16e4dd3ea.jpg",
+ "anchor": "Bitcoin Audible Podcast",
+ "description": "Are we on the verge of a new revolution in personal computing? Matt Hill and the team at Start9Labs believes we are, and are helping to build our path through it to a brighter future"
+ },
+ {
+ "title": "The Bitcoin Cypherpunk Box with Matt Hill & Aaron Greenspan",
+ "date": "August 7, 2020",
+ "link": "https://www.whatbitcoindid.com/podcast/the-bitcoin-cypherpunk-box-with-matt-hill-aaron-greenspan",
+ "image": "https://images.squarespace-cdn.com/content/v1/59641a28ff7c5099c12a5eda/1574808585863-2DZ15K3ESY6KJDUA27ZK/ke17ZwdGBToddI8pDm48kODEHMGUBRgRRplOmqRomK1Zw-zPPgdn4jUwVcJE1ZvWhcwhEtWJXoshNdA9f1qD7Rb66VC8y5UmDKESC3gpGyXuuE80dFkeX9PanWgM3V4qRJePadRz66WmX0L5eMAEew/favicon.ico?format=100w",
+ "anchor": "What Bitcoin Did",
+ "description": "In this interview, I talk to Matt and Aaron from Start9. We discuss the growing demand for a private internet, retaining control of personal data, encryption and why bitcoin is fundamental to all of this"
+ },
+ {
+ "title": "Matt Hill and Keagan McClelland | Tangents from Coin Center",
+ "date": "July 3, 2020",
+ "link": "https://coincenter.simplecast.com/episodes/matt-hill-and-keagan-mcclelland",
+ "image": "https://cdn.simplecast.com/images/a4d6c0aa-baf2-4e83-a98e-33370aed293d/9a45b5c3-d9b4-443c-83fa-5a66cbdbae91/pod.jpg",
+ "anchor": "Coin Center",
+ "description": "Peter Van Valkenburgh interviews Matt Hill and Keagan McClelland about self-sovereign technology"
+ },
+ {
+ "title": "Matt Hill from Start9 Labs",
+ "date": "April 3, 2020",
+ "link": "https://www.youtube.com/watch?v=fZFS3RO8XEE",
+ "image": "https://i.ytimg.com/vi/fZFS3RO8XEE/maxresdefault.jpg",
+ "anchor": "Crypto Cousins",
+ "description": "A great talk with Matt Hill as he explains their new personal server"
+ }
+]
diff --git a/src/_data/seo.json b/src/_data/seo.json
new file mode 100644
index 0000000..84e5b62
--- /dev/null
+++ b/src/_data/seo.json
@@ -0,0 +1,8 @@
+{
+ "title": "Start9",
+ "description": "Sovereign computing for a free future",
+ "url": "https://start9.com",
+ "author": "Start9 Labs",
+ "twitter": "start9labs",
+ "image": "favicon.svg"
+ }
\ No newline at end of file
diff --git a/src/_data/site.js b/src/_data/site.js
index 3cdd7c8..b840c74 100644
--- a/src/_data/site.js
+++ b/src/_data/site.js
@@ -26,5 +26,5 @@ module.exports = {
copyright: "© " + new Date().getFullYear() + " by START9 LABS, INC.",
canary:
"WE HAVE NEVER RECEIVED A SECRET GOVERNMENT REQUEST TO HAND OVER USER INFORMATION.",
- },
+ }
};
diff --git a/src/_includes/components/landing/_contact.njk b/src/_includes/components/landing/_contact.njk
index c100bfe..3b34eda 100644
--- a/src/_includes/components/landing/_contact.njk
+++ b/src/_includes/components/landing/_contact.njk
@@ -1,32 +1,13 @@
-
\ No newline at end of file
+{% include "components/landing/_social-media.njk" %}
\ No newline at end of file
diff --git a/src/_includes/components/landing/_encoded-email.njk b/src/_includes/components/landing/_encoded-email.njk
new file mode 100644
index 0000000..d19ef9f
--- /dev/null
+++ b/src/_includes/components/landing/_encoded-email.njk
@@ -0,0 +1,3 @@
+Please enable JavaScript to see the email address (How-to ).
\ No newline at end of file
diff --git a/src/_includes/components/landing/_social-media.njk b/src/_includes/components/landing/_social-media.njk
new file mode 100644
index 0000000..b1c20aa
--- /dev/null
+++ b/src/_includes/components/landing/_social-media.njk
@@ -0,0 +1,22 @@
+
\ No newline at end of file
diff --git a/src/_includes/components/landing/be-your-own copy.njk b/src/_includes/components/landing/be-your-own copy.njk
index 6d46f1c..efddc2b 100644
--- a/src/_includes/components/landing/be-your-own copy.njk
+++ b/src/_includes/components/landing/be-your-own copy.njk
@@ -1,8 +1,8 @@