Skip to content

Commit

Permalink
Update README.md to enhance content and add HUGO installation instruc…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
fskelly committed Dec 4, 2024
1 parent 4b33774 commit 347d0e7
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Website Build and Deploy](https://github.com/fskelly/me.fskelly.com/actions/workflows/hugo.yaml/badge.svg)

# Welcome to Fletcher Kelly's Blog

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

Hello and welcome to my blog! I'm Fletcher Kelly, a passionate tech enthusiast and lifelong learner. Here, I share my journey through the fascinating world of technology, home automation, and 3D printing. Whether you're a seasoned professional or just starting out, I hope you'll find something valuable and inspiring in my posts.

## What You'll Find Here
Expand All @@ -19,13 +19,29 @@ Happy reading!!

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

## HUGO installation

I use [chocolatey](https://chocolatey.org/install) as my package manager or installation engine.

Installing HUGO is easy, I choose the extended version to allow for more capabilities.

```powershell
choco install hugo-extended -y
```

My build command

```bash
C:\ProgramData\chocolatey\lib\hugo-extended\tools\hugo.exe
```

## Create a new post

I like to create my content based upon year
My folder structure looks like this
My folder structure looks like this

```bash
content
content
|---posts
|---year
|---postTitle
Expand Down

0 comments on commit 347d0e7

Please sign in to comment.