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: 2 months ago
JSON representation

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
```

![blog](https://img.shields.io/website-up-down-green-red/https/cloud.fskelly.com.svg)
[![Deploy To Azure](https://github.com/fskelly/flkelly-cloudblog/actions/workflows/deploy-hugo-storage-account-copy.yml/badge.svg)](https://github.com/fskelly/flkelly-cloudblog/actions/workflows/deploy-hugo-storage-account-copy.yml)
![Website maintained](https://img.shields.io/maintenance/yes/2024?style=plastic)