mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 20:39:57 +00:00
update and fix meta descriptions
This commit is contained in:
parent
e9c438bc66
commit
091f630af2
@ -1,6 +1,7 @@
|
|||||||
+++
|
+++
|
||||||
template = "about.html"
|
template = "about.html"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
|
description = "Hi! I'm James, a fellow earthling living in Australia."
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Hi! I'm James, a fellow earthling living in Australia.
|
Hi! I'm James, a fellow earthling living in Australia.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Social"
|
title = "Social"
|
||||||
|
description = "Links to my accounts on various social services for identity, code, media, gaming and discussion."
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Identity
|
## Identity
|
||||||
|
@ -2,4 +2,6 @@
|
|||||||
paginate_by = 10
|
paginate_by = 10
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
template = "blog.html"
|
template = "blog.html"
|
||||||
|
description = "The barren desert... uh... personal blog of avitex."
|
||||||
|
page_template = "blog/post.html"
|
||||||
+++
|
+++
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
title = "Hello World"
|
title = "Hello World"
|
||||||
date = 2018-08-22
|
date = 2018-08-22
|
||||||
|
|
||||||
template = "blog/post.html"
|
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
"blog/tags" = ["new"]
|
"blog/tags" = ["new"]
|
||||||
"blog/categories" = ["meta"]
|
"blog/categories" = ["meta"]
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
+++
|
+++
|
||||||
template = "projects.html"
|
template = "projects.html"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
|
description = "Project repositories, along with their associated state. PRs are always welcome, see my about page to contact me."
|
||||||
+++
|
+++
|
||||||
|
|
||||||
Project repositories, along with their associated state.
|
Project repositories, along with their associated state.
|
||||||
PRs are always welcome, see my [about](@/about/_index.md) to contact me.
|
PRs are always welcome, see my [about page](@/about/_index.md) to contact me.
|
||||||
|
|
||||||
## Rust
|
## Rust
|
||||||
- `arae` - [git](https://github.com/avitex/rust-arae) - `todo`, `v0.1`
|
- `arae` - [git](https://github.com/avitex/rust-arae) - `todo`, `v0.1`
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
{% endmacro is_active_nav %}
|
{% endmacro is_active_nav %}
|
||||||
|
|
||||||
{% macro meta_desc(ctx) %}
|
{% macro meta_desc(ctx) %}
|
||||||
{%- if ctx.description == "" -%}
|
{%- if ctx.description -%}
|
||||||
{{ ctx.description }}
|
{{ ctx.description }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
{%- if ctx.summary -%}
|
{%- if ctx.summary -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user