[blog/*][xs]: add authors and dates
This commit is contained in:
parent
845b98cca3
commit
eb987e139e
@ -1,5 +1,8 @@
|
||||
---
|
||||
title: How to quickly add a simple Markdown-based page
|
||||
date: 2023-07-27
|
||||
authors: ['Lauren Wigmore', 'Ola Rubaj']
|
||||
filetype: 'blog'
|
||||
---
|
||||
|
||||
Welcome to this howto on how to quickly add a simple Markdown-based page to your website. The steps here are designed for non-technical contributors. There's no need to know how to code!
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
---
|
||||
title: "How to edit a page with a code editor or Obsidian"
|
||||
title: 'How to edit a page with a code editor or Obsidian'
|
||||
date: 2023-07-27
|
||||
authors: ['Jake Hirsch', 'Ola Rubaj']
|
||||
filetype: 'blog'
|
||||
isDraft: true
|
||||
---
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: How to edit or add Markdown-based pages locally on your computer
|
||||
date: 2023-07-27
|
||||
authors: ['Ola Rubaj']
|
||||
authors: ['Jake Hirsch', 'Ola Rubaj']
|
||||
filetype: 'blog'
|
||||
---
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: How to push an Obsidian vault to a GitHub repository
|
||||
date: 2023-07-27
|
||||
authors: ['Ola Rubaj']
|
||||
authors: ['Jake Hirsch', 'Ola Rubaj']
|
||||
filetype: 'blog'
|
||||
---
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: How to quickly create a sandbox website
|
||||
date: 2023-07-27
|
||||
authors: ['Ola Rubaj']
|
||||
authors: ['Lauren Wigmore', 'Ola Rubaj']
|
||||
filetype: 'blog'
|
||||
---
|
||||
|
||||
@ -29,4 +29,4 @@ For instructions on how to add and edit pages, we recommend these howtos:
|
||||
|
||||
- [[howtos/add-a-simple-md-page|add-a-simple-md-page|How to add a simple markdown page]]
|
||||
- [[blog/edit-text-on-a-single-md-page|edit-text-on-a-single-md-page|How to edit text on a single markdown-based page]]
|
||||
- [[blog/edit-or-add-md-pages-locally|edit-or-add-md-pages-locally|How to edit or add a markdown page locally on your computer]]
|
||||
- [[blog/edit-or-add-md-pages-locally|edit-or-add-md-pages-locally|How to edit or add a markdown page locally on your computer]]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user