diff --git a/package.json b/package.json index e3785c5..af0da82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-excellent", - "version": "1.5.1", + "version": "1.5.2", "description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.", "author": "Lene Saile", "license": "ISC", diff --git a/src/_data/builtwith.json b/src/_data/builtwith.json new file mode 100644 index 0000000..7e07e63 --- /dev/null +++ b/src/_data/builtwith.json @@ -0,0 +1,50 @@ +[ + { + "name": "Lene Saile", + "description": "My personal site! Really, this website came before the starter, and I built the starter based on it.", + "screenshot": "./src/assets/images/screenshots/lenesaile.jpg", + "link": "https://www.lenesaile.com" + }, + { + "name": "Old man yelling at tech", + "description": "Former software engineer turned manager rediscovers his love for coding and infrastructure.", + "screenshot": "./src/assets/images/screenshots/krgr.jpg", + "link": "https://krgr.dev" + }, + { + "name": "FigCat", + "description": "FigCat is a repository of lists of creative works, games, and other items, compiled by hand from various sources.", + "screenshot": "./src/assets/images/screenshots/figcat.jpg", + "link": "https://figcat.com" + }, + { + "name": "Andy Stitt", + "description": "Web developer specializing in accessibility", + "screenshot": "./src/assets/images/screenshots/andystitt.png", + "link": "https://andystitt.com" + }, + { + "name": "deimidis.me", + "description": "Apuntes del mundo con medio siglo de vida", + "screenshot": "./src/assets/images/screenshots/deimidis.png", + "link": "https://deimidis.me" + }, + { + "name": "fLaMEdFURY", + "description": "Personal website of 'fLaMEd'. Thoughts about the current and past state of the web.", + "screenshot": "./src/assets/images/screenshots/flamedfury.png", + "link": "https://flamedfury.com" + }, + { + "name": "Joe writes", + "description": "Joe works on the Technical Content team at Starburst Data and contribute to the Trino OSS project.", + "screenshot": "./src/assets/images/screenshots/joewrites.jpg", + "link": "https://joewrites.io" + }, + { + "name": "Misremembered", + "description": "Misremembered is the brain-child of Jon Michaels, a long-time sound editor, maker of tacos, and generally tech-minded fellow", + "screenshot": "./src/assets/images/screenshots/misremembered.jpg", + "link": "https://misremembe.red/" + } +] diff --git a/src/_data/navigation.js b/src/_data/navigation.js index 8690f60..d517577 100644 --- a/src/_data/navigation.js +++ b/src/_data/navigation.js @@ -4,6 +4,14 @@ module.exports = { text: 'About', url: '/about/' }, + { + text: 'Get started', + url: '/get-started/' + }, + { + text: 'Built with', + url: '/built-with/' + }, { text: 'Blog', url: '/blog/' diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index debf61f..c54d74a 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -3,7 +3,7 @@