Blogging Platform Instructions banner
cloudartisan cloudartisan

Blogging Platform Instructions

Git community intermediate

Description

[](https://github.com/cloudartisan/cloudartisan.github.io/actions/workflows/hugo.yml) [](https://github.com/hesreallyhim/awesome-claude-code)

Installation

Terminal
claude install-skill https://github.com/cloudartisan/cloudartisan.github.io

README

[Cloud Artisan Blog](https://cloudartisan.com/)

[](https://github.com/cloudartisan/cloudartisan.github.io/actions/workflows/hugo.yml) [](https://github.com/hesreallyhim/awesome-claude-code)

Personal [blog](https://cloudartisan.com/) and project showcase for David Taylor (Cloud Artisan).

Technology

This site is built with:

    undefined

Local Development

    undefined

Creating Content

New Posts

hugo new content posts/YYYY-MM-DD-post-name.md

A new post will be created with the following template:

---
title: "Post Name"
date: YYYY-MM-DDT00:00:00+00:00
draft: true
description: ""
tags: []
categories: []
series: []
---

# Post Name

## Introduction

## Main Content

## Conclusion

Draft Post Guidelines

    undefined

...