chore(readme): update instructions

This commit is contained in:
enscribe 2024-09-13 18:44:22 -07:00 committed by GitHub
parent b629642e99
commit 0efd0d992d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ This is a list of the various technologies used to build this website:
## Getting Started ## Getting Started
1. Hit “Use this template” to create a new repository in your own GitHub account with this template. 1. Hit “Use this template”, the big green button on the top right, to create a new repository in your own GitHub account with this template.
2. Clone the repository: 2. Clone the repository:
@ -66,7 +66,7 @@ This is a list of the various technologies used to build this website:
npm run dev npm run dev
``` ```
5. Open your browser and visit `http://localhost:1234` to see your blog in action. The following commands are also available: 5. Open your browser and visit `http://localhost:1234` to get started. The following commands are also available:
| Command | Description | | Command | Description |
| ------------------ | --------------------------------------------------------------- | | ------------------ | --------------------------------------------------------------- |
@ -171,7 +171,7 @@ The blog post schema is defined as follows:
### Authors ### Authors
Add author information in `src/content/authors/` as Markdown files: Add author information in `src/content/authors/` as Markdown files. A file named `[author-name].md` can be associated with a blog post if `"author-name"` (the slug) is added to the `authors` field:
```yml ```yml
--- ---