Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fskelly authored Dec 3, 2024
1 parent a559d83 commit 4b33774
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ I'm excited to share my knowledge and experiences with you. Feel free to explore

Happy reading!!

[Website Build and Deploy](https://github.com/fskelly/fskelly.me/actions/workflows/hugo.yaml/badge.svg)

Backend for my [blog](https://me.fskelly.com/)

## Create a new post
Expand All @@ -28,18 +26,12 @@ My folder structure looks like this

```bash
content
|---post
|---posts
|---year
|---postTitle
|---index.md
```

```bash
hugo new post/{{year}}/{{postTitle}}/index.md
hugo new posts/{{year}}/{{postTitle}}/index.md
```

Logo Attribution
Logo found [here](https://pixabay.com/illustrations/smart-home-house-technology-2769210/)

Image by <a href="https://pixabay.com/users/geralt-9301/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2769210">Gerd Altmann</a> from <a href="https://pixabay.com/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2769210">Pixabay</a>

0 comments on commit 4b33774

Please sign in to comment.