https://github.com/fskelly/flkelly-cloudblog
https://github.com/fskelly/flkelly-cloudblog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fskelly/flkelly-cloudblog
- Owner: fskelly
- Created: 2021-01-07T09:43:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T12:14:08.000Z (6 months ago)
- Last Synced: 2025-03-20T08:44:34.374Z (2 months ago)
- Language: HTML
- Homepage: https://cloud.fskelly.com
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purpose
This is the backend for my Cloud based blog
[Fletcher's Cloud Blog](https://cloud.fskelly.com)
https://swacloudblogflkelly.z1.web.core.windows.net/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```bash
content
|---post
|---year
|---postTitle
|---index.md
``````bash
hugo new post/{{year}}/{{postTitle}}/index.md
``````bash
hugo new post/{{year}}/{{postTitle}}.md
```
[](https://github.com/fskelly/flkelly-cloudblog/actions/workflows/deploy-hugo-storage-account-copy.yml)
