Skip to content

Commit

Permalink
Update test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnCurtis02 committed Nov 24, 2023
1 parent 9066ce5 commit 9097f03
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/content/docs/blog/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@ authors:
picture: https://avatars.githubusercontent.com/u/139825230
---

Welcome to our brand new blog! On this page, you will be able to find all the latest in Thoth Tech news and updates!
Welcome to our brand new blog! On this page, you will be able to find all the latest in Thoth Tech
news and updates!

#### How do we use it?

To create a post on the blog, just create a markdown file and add it to the blog folder under `/src/content/docs/blog/` and add the following items to the header:
To create a post on the blog, just create a markdown file and add it to the blog folder under
`/src/content/docs/blog/` and add the following items to the header:

- Title (just a basic overview of the post)
- Date (the date of your post. It needs to be formatted YYYY-MM-DD)
- Author / Authors (some basic information about you)

##### Here is an example header, taken straight from this post!
##### Here is an example header, taken straight from this post

```
```markdown
---
title: Introducing the Thoth Tech Blog!
date: 2023-11-21
Expand All @@ -30,6 +32,9 @@ authors:
---
```

As you can see, under authors there are a few subheadings. Name is the only mandatory field, but to keep things clear and easy for everyone, please at least add your title, but feel free to add in a picture as well. Your GitHub profile picture is probably the easiest option. Just drag it from your profile to another tab and copy the URL.
As you can see, under authors there are a few subheadings. Name is the only mandatory field, but to
keep things clear and easy for everyone, please at least add your title, but feel free to add in a
picture as well. Your GitHub profile picture is probably the easiest option. Just drag it from your
profile to another tab and copy the URL.

Still having issues? Check out this handy video tutorial I've made to get you started:

0 comments on commit 9097f03

Please sign in to comment.