fix authors

This commit is contained in:
Peter 2023-08-09 20:46:48 +08:00
parent 51ab9c3a35
commit cc2450d156
5 changed files with 15 additions and 4 deletions

11
_data/authors.yml Normal file
View File

@ -0,0 +1,11 @@
## Template https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/advanced-usage.md#setting-author-url
# -------------------------------------
# {author_id}:
# name: {full name}
# twitter: {twitter_of_author}
# url: {homepage_of_author}
# -------------------------------------
peter:
name: Peter Tanner
url: https://github.com/peter-tanner/

View File

@ -1,6 +1,6 @@
---
title: Automatically push Altium to GitHub
author: Peter Tanner
author: peter
date: 2023-08-05 22:43:22 +0800
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
tags: [getting started, altium, github, git] # systems | embedded | rf | microwave | electronics | solidworks | automation

View File

@ -1,6 +1,6 @@
---
title: HP 8560A spectrum analyzer as a frequency generator
author: Peter Tanner
author: peter
date: 2023-08-06 21:45:13 +0800
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
tags: [electronics, rf, oscilloscope, spectrum analyzer, hack] # systems | embedded | rf | microwave | electronics | solidworks | automation

View File

@ -1,6 +1,6 @@
---
title: Aliexpress DC block characterization
author: Peter Tanner
author: peter
date: 2023-08-09 19:41:27 +0800
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
tags: [rf, microwave, electronics] # systems | embedded | rf | microwave | electronics | solidworks | automation

View File

@ -12,7 +12,7 @@ generate_front_matter() {
current_date=$(date +'%Y-%m-%d %H:%M:%S %z')
echo "---"
echo "title: $1"
echo "author: Peter Tanner"
echo "author: peter"
echo "date: $current_date"
echo "categories: [Blogging] # Blogging | Electronics | Programming | Mechanical"
echo "tags: [getting started] # systems | embedded | rf | microwave | electronics | solidworks | automation"