mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
fix authors
This commit is contained in:
parent
51ab9c3a35
commit
cc2450d156
11
_data/authors.yml
Normal file
11
_data/authors.yml
Normal 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/
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Automatically push Altium to GitHub
|
title: Automatically push Altium to GitHub
|
||||||
author: Peter Tanner
|
author: peter
|
||||||
date: 2023-08-05 22:43:22 +0800
|
date: 2023-08-05 22:43:22 +0800
|
||||||
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
|
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
|
||||||
tags: [getting started, altium, github, git] # systems | embedded | rf | microwave | electronics | solidworks | automation
|
tags: [getting started, altium, github, git] # systems | embedded | rf | microwave | electronics | solidworks | automation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: HP 8560A spectrum analyzer as a frequency generator
|
title: HP 8560A spectrum analyzer as a frequency generator
|
||||||
author: Peter Tanner
|
author: peter
|
||||||
date: 2023-08-06 21:45:13 +0800
|
date: 2023-08-06 21:45:13 +0800
|
||||||
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
|
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
|
||||||
tags: [electronics, rf, oscilloscope, spectrum analyzer, hack] # systems | embedded | rf | microwave | electronics | solidworks | automation
|
tags: [electronics, rf, oscilloscope, spectrum analyzer, hack] # systems | embedded | rf | microwave | electronics | solidworks | automation
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Aliexpress DC block characterization
|
title: Aliexpress DC block characterization
|
||||||
author: Peter Tanner
|
author: peter
|
||||||
date: 2023-08-09 19:41:27 +0800
|
date: 2023-08-09 19:41:27 +0800
|
||||||
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
|
categories: [Electronics] # Blogging | Electronics | Programming | Mechanical
|
||||||
tags: [rf, microwave, electronics] # systems | embedded | rf | microwave | electronics | solidworks | automation
|
tags: [rf, microwave, electronics] # systems | embedded | rf | microwave | electronics | solidworks | automation
|
||||||
|
|
2
post.sh
2
post.sh
|
@ -12,7 +12,7 @@ generate_front_matter() {
|
||||||
current_date=$(date +'%Y-%m-%d %H:%M:%S %z')
|
current_date=$(date +'%Y-%m-%d %H:%M:%S %z')
|
||||||
echo "---"
|
echo "---"
|
||||||
echo "title: $1"
|
echo "title: $1"
|
||||||
echo "author: Peter Tanner"
|
echo "author: peter"
|
||||||
echo "date: $current_date"
|
echo "date: $current_date"
|
||||||
echo "categories: [Blogging] # Blogging | Electronics | Programming | Mechanical"
|
echo "categories: [Blogging] # Blogging | Electronics | Programming | Mechanical"
|
||||||
echo "tags: [getting started] # systems | embedded | rf | microwave | electronics | solidworks | automation"
|
echo "tags: [getting started] # systems | embedded | rf | microwave | electronics | solidworks | automation"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user