Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fskelly/flkelly-cloudblog
https://github.com/fskelly/flkelly-cloudblog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fskelly/flkelly-cloudblog
- Owner: fskelly
- Created: 2021-01-07T09:43:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-21T10:49:00.000Z (about 1 year ago)
- Last Synced: 2023-11-21T11:50:29.852Z (about 1 year ago)
- Language: HTML
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
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)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
```![blog](https://img.shields.io/website-up-down-green-red/https/cloud.fskelly.com.svg)
[![Azure Static Web Apps CI/CD](https://github.com/fskelly/flkelly-cloudblog/actions/workflows/azure-static-web-apps-lively-field-0f34d4403.yml/badge.svg)](https://github.com/fskelly/flkelly-cloudblog/actions/workflows/azure-static-web-apps-lively-field-0f34d4403.yml)
![Website maintained](https://img.shields.io/maintenance/yes/2022?style=plastic)