Better descriptions, SEO
This commit is contained in:
parent
7049b4b4d9
commit
0913aec231
7 changed files with 22 additions and 17 deletions
|
@ -1,15 +1,20 @@
|
|||
<!doctype html>
|
||||
|
||||
{% if title %}
|
||||
{% set pagetitle = title %}
|
||||
{% else %}
|
||||
{% set pagetitle = page.fileSlug %}
|
||||
{% endif %}
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Portfolio -
|
||||
{% if title %}
|
||||
{{title}}
|
||||
{% else %}
|
||||
{{ page.fileSlug | capitalize }}
|
||||
{% endif %}
|
||||
</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Portfolio - {{ pagetitle | capitalize }}</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta property="og:title" content="Portfolio - {{ pagetitle | capitalize }}" />
|
||||
<meta property="og:description" content="{{ description }}" />
|
||||
|
||||
<link href="/styles.css" rel="stylesheet">
|
||||
<link href="https://unpkg.com/prismjs@1.20.0/themes/prism-okaidia.css" rel="stylesheet">
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{{ page.fileSlug | capitalize }}
|
||||
</h2>
|
||||
<div class="mt-3 text-xl text-gray-500 sm:mt-4">
|
||||
{{ content | safe }}
|
||||
{{ description }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
1
index.md
1
index.md
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: pinned.njk
|
||||
title: Ava Gaiety Wroten
|
||||
description: Portfolio containing work experience, code, volunteering and more!
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: category.njk
|
||||
description: 📦 Code and things
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
Code and things
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: content.njk
|
||||
tags: uses
|
||||
title: About | Uses
|
||||
description: Web Engineer by day who pretends to be a dog. Dog by night who pretends to be a programmer.
|
||||
description: 🐕 Canine pretending to be a web engineer 💻 (_She/Her_)
|
||||
date: 2020-01-14
|
||||
---
|
||||
|
||||
|
@ -32,6 +32,7 @@ I'm proudly working at [SkillsEngine](https://skillsengine.com/) as a Lead Full-
|
|||
* [Notion](https://www.notion.so/), for its kanban todo lists, calendar and trip planner
|
||||
* [Peek](https://www.omgubuntu.co.uk/2019/09/peek-gif-screen-recorder-update) screen recorder, hands down the quickest way to gif and share on linux
|
||||
* [ProtonMail](https://protonmail.com/), for powerful and secure email
|
||||
* [ProtonCalendar](https://calendar.protonmail.com/), for knowing what and when things are happening
|
||||
|
||||
### Gear
|
||||
|
||||
|
@ -60,3 +61,4 @@ _Hoping to get back into photography as I save up for a new camera..._
|
|||
---
|
||||
|
||||
Curious what other developers use? Check out [wesbos/awesome-uses](https://github.com/wesbos/awesome-uses)
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: category.njk
|
||||
description: 🤝 Trying to do a little good in the world
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
Good things
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: category.njk
|
||||
description: ✔️ Experience gained through the years
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
Experience
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue