diff --git a/README.md b/README.md index 2a585f5..f8d30c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Check out the demo](https://emilyyleung.github.io/eleventy-bragdoc) -A starter site for building your own [brag document](https://jvns.ca/blog/brag-documents/), using [11ty](https://www.11ty.dev/) ([demo](https://emilyyleung.github.io/eleventy-bragdoc)). Inspired by [Julia Evans](https://jvns.ca/) . Bragdoc design by Jonny Burch and Neil Cameron at [bragdocs.com](bragdocs.com). +A starter site for building your own [brag document](https://jvns.ca/blog/brag-documents/), using [11ty](https://www.11ty.dev/) ([demo](https://emilyyleung.github.io/eleventy-bragdoc)). Inspired by [Julia Evans](https://jvns.ca/), and [Bragdoc](bragdocs.com) design by Jonny Burch and the team at [Progression.app](https://progressionapp.com/). Built using: - [11ty](https://www.11ty.dev/) diff --git a/package.json b/package.json index 8120b44..91a5e25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eleventy-bragdoc", "version": "1.0.0", - "description": "Eleventy theme based on Bragdoc by Jonny Burch and Neil Cameron", + "description": "Eleventy theme based on Bragdoc by Jonny Burch and the team at Progression.app", "main": "index.js", "dependencies": { "@11ty/eleventy": "^0.12.1" diff --git a/public/images/screenshot/light-theme-twitter.jpg b/public/images/screenshot/light-theme-twitter.jpg new file mode 100644 index 0000000..57ac399 Binary files /dev/null and b/public/images/screenshot/light-theme-twitter.jpg differ diff --git a/public/index.html b/public/index.html index 861d64b..87765fe 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - 11ty x Bragdoc by Emily Y Leung + 11ty x Bragdoc @@ -23,29 +23,29 @@ --> - + - + - - + + - - + + - - + + @@ -269,7 +269,7 @@

Bachelor - + diff --git a/src/_data/site.json b/src/_data/site.json index 953789f..a4c4b0f 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -1,6 +1,6 @@ { "name": "11ty x Bragdoc", - "description": "Eleventy theme inspired by Julia Evan's Brag Document. Original Bragdocs design by Jonny Burch and Neil Cameron.", + "description": "Eleventy theme inspired by Julia Evan's Brag Document. Original Bragdocs design by Jonny Burch and the team at Progression.app.", "url": "https://emilyyleung.github.io", "baseUrl": "/eleventy-bragdoc/", "author": { @@ -8,6 +8,6 @@ "name": "Emily Y Leung" }, "images": { - "twitter": "android-chrome-512x512.png" + "twitter": "https://i.imgur.com/ewfT3Xg.jpg" } } \ No newline at end of file diff --git a/src/_includes/layouts/base.njk b/src/_includes/layouts/base.njk index af4a723..90082c7 100644 --- a/src/_includes/layouts/base.njk +++ b/src/_includes/layouts/base.njk @@ -4,7 +4,7 @@ - {{ title }} by Emily Y Leung + {{ title }} @@ -13,14 +13,14 @@ - + {% include "partials/site-meta-head.njk" %} diff --git a/src/_includes/partials/site-foot.html b/src/_includes/partials/site-foot.html index 3fbf7e6..9326386 100644 --- a/src/_includes/partials/site-foot.html +++ b/src/_includes/partials/site-foot.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/_includes/partials/site-meta-head.njk b/src/_includes/partials/site-meta-head.njk index 95cefce..9605788 100644 --- a/src/_includes/partials/site-meta-head.njk +++ b/src/_includes/partials/site-meta-head.njk @@ -8,20 +8,20 @@ - + - + - + diff --git a/src/images/screenshot/light-theme-twitter.jpg b/src/images/screenshot/light-theme-twitter.jpg new file mode 100644 index 0000000..57ac399 Binary files /dev/null and b/src/images/screenshot/light-theme-twitter.jpg differ