Create Publican content

Create a src/content/ directory in your project:

terminal

mkdir src
cd src
mkdir content

Create home page content in an index.md file using markdown code such as:

src/content/index.md

---
title: My first Publican site
---

Welcome to my new static site built using [Publican](https://publican.dev/)!

*Under construction!*