Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fskelly/cloud.fskelly.com
https://github.com/fskelly/cloud.fskelly.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fskelly/cloud.fskelly.com
- Owner: fskelly
- Created: 2024-12-02T14:24:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-02T14:35:05.000Z (about 1 month ago)
- Last Synced: 2024-12-02T15:35:17.577Z (about 1 month ago)
- Language: HTML
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)## 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```bash
content
|---posts
|---year
|---postTitle
|---index.md
``````bash
hugo new posts/{{year}}/{{postTitle}}/index.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)[![Deploy To GitHub Pages](https://github.com/fskelly/cloud.fskelly.com/actions/workflows/hugo.yaml/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)