Skip to content

Commit

Permalink
Update meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyyleung committed Sep 11, 2021
1 parent 5347590 commit e29665b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file added public/images/screenshot/light-theme-twitter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>11ty x Bragdoc by Emily Y Leung</title>
<title>11ty x Bragdoc</title>
<link rel="stylesheet" href="/eleventy-bragdoc/css/styles.css">

<link rel="apple-touch-icon" sizes="180x180" href="/eleventy-bragdoc/images/favicon_io/apple-touch-icon.png">
Expand All @@ -23,29 +23,29 @@
</script> -->

<meta name="author" content="Emily Y Leung">
<meta name="description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and Neil Cameron.">
<meta name="description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and the team at Progression.app.">
<meta property="og:site_name" content="Emily Y Leung / 11ty x Bragdoc">

<!-- HTML Meta Tags -->
<meta name="description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and Neil Cameron.">
<meta name="description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and the team at Progression.app.">

<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Emily Y Leung / 11ty x Bragdoc">
<meta itemprop="description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and Neil Cameron.">
<meta itemprop="image" content="https://emilyyleung.github.io/eleventy-bragdoc/images/screenshot/android-chrome-512x512.png">
<meta itemprop="description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and the team at Progression.app.">
<meta itemprop="image" content="https://i.imgur.com/ewfT3Xg.jpg">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://emilyyleung.github.io/eleventy-bragdoc/">
<meta property="og:type" content=>
<meta property="og:title" content="Emily Y Leung / 11ty x Bragdoc">
<meta property="og:description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and Neil Cameron.">
<meta property="og:image" content="https://emilyyleung.github.io/eleventy-bragdoc/images/screenshot/android-chrome-512x512.png">
<meta property="og:description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and the team at Progression.app.">
<meta property="og:image" content="https://i.imgur.com/ewfT3Xg.jpg">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Emily Y Leung / 11ty x Bragdoc">
<meta name="twitter:description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and Neil Cameron.">
<meta name="twitter:image" content="https://emilyyleung.github.io/eleventy-bragdoc/images/screenshot/android-chrome-512x512.png">
<meta name="twitter:description" content="Eleventy theme inspired by Julia Evan&#39;s Brag Document. Original Bragdocs design by Jonny Burch and the team at Progression.app.">
<meta name="twitter:image" content="https://i.imgur.com/ewfT3Xg.jpg">
<meta name="twitter:image:alt" content="Emily Y Leung">
<meta name="twitter:site" content="@emily_y_leung">

Expand Down Expand Up @@ -269,7 +269,7 @@ <h2 class="bragdoc__entry-title"><span class="bragdoc__icon">✏</span> Bachelor

</div>

<footer>Made with ♥ by <a target="_blank" href="https://emilyyleung.github.io/">Emily Y Leung</a></footer>
<footer>Built with <a target="_blank" href="https://www.11ty.dev/">11ty</a> and made with ♥ by <a target="_blank" href="https://emilyyleung.github.io/">Emily Y Leung</a></footer>

</div>

Expand Down
4 changes: 2 additions & 2 deletions src/_data/site.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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": {
"handle": "@emily_y_leung",
"name": "Emily Y Leung"
},
"images": {
"twitter": "android-chrome-512x512.png"
"twitter": "https://i.imgur.com/ewfT3Xg.jpg"
}
}
6 changes: 3 additions & 3 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>{{ title }} by Emily Y Leung</title>
<title>{{ title }}</title>
<link rel="stylesheet" href="{{ '/css/styles.css' | url }}">

<link rel="apple-touch-icon" sizes="180x180" href="{{ '/images/favicon_io/apple-touch-icon.png' | url }}">
Expand All @@ -13,14 +13,14 @@
<link rel="manifest" href="{{ '/images/favicon_io/site.webmanifest' | url }}">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QHTYKWLREY"></script>
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-QHTYKWLREY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QHTYKWLREY');
</script>
</script> -->

{% include "partials/site-meta-head.njk" %}
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/site-foot.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<footer>Made with ♥ by <a target="_blank" href="https://emilyyleung.github.io/">Emily Y Leung</a></footer>
<footer>Built with <a target="_blank" href="https://www.11ty.dev/">11ty</a> and made with ♥ by <a target="_blank" href="https://emilyyleung.github.io/">Emily Y Leung</a></footer>
6 changes: 3 additions & 3 deletions src/_includes/partials/site-meta-head.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="{{ site.author.name }} / {{ site.name }}">
<meta itemprop="description" content="{{ site.description }}">
<meta itemprop="image" content="{{ site.url }}{{ site.baseUrl }}images/screenshot/{{ site.images.twitter }}">
<meta itemprop="image" content="{{ site.images.twitter }}">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="{{ site.url }}{{ site.baseUrl }}">
<meta property="og:type" content={{ pagetype }}>
<meta property="og:title" content="{{ site.author.name }} / {{ site.name }}">
<meta property="og:description" content="{{ site.description }}">
<meta property="og:image" content="{{ site.url }}{{ site.baseUrl }}images/screenshot/{{ site.images.twitter }}">
<meta property="og:image" content="{{ site.images.twitter }}">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{{ site.author.name }} / {{ site.name }}">
<meta name="twitter:description" content="{{ site.description }}">
<meta name="twitter:image" content="{{ site.url }}{{ site.baseUrl }}images/screenshot/{{ site.images.twitter }}">
<meta name="twitter:image" content="{{ site.images.twitter }}">
<meta name="twitter:image:alt" content="{{ site.author.name }}">
<meta name="twitter:site" content="{{ site.author.handle }}">

Expand Down
Binary file added src/images/screenshot/light-theme-twitter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e29665b

Please sign in to comment.