Skip to content

Commit

Permalink
fix: Place code fence within list item
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylee-kiako committed Feb 7, 2025
1 parent a0b482b commit 298d4e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Here are some things to do to get started:
1. Update `_config.yml` by replacing `/officer-template` with your repository's name, e.g., `/Webmastor`.
2. **Optionally,** if you anticipate using your own CSS, create your `style.css` file and insert the following line where indicated in `_layouts/default.html` (replacing `YOUR-REPOSITORY-NAME` with same name you used in step 1.)

```html
<link rel="stylesheet" href="https://agoranomic.org/YOUR-REPOSITORY-NAME/style.css">
```
```html
<link rel="stylesheet" href="https://agoranomic.org/YOUR-REPOSITORY-NAME/style.css">
```

3. Update the title in the prelude of this file (`Officer Template`) and change the contents to what you want people to see when they first open your microsite.
4. Add additional pages for more content. Be sure to link to them!
Expand Down

0 comments on commit 298d4e0

Please sign in to comment.