willis7 / sionwilliams_com

A hugo website hosted on Netlify

Home Page:https://sionwilliams.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sion Williams Blog

Welcome to Sion's (My) personal blog.

Build Status

Netlify Status

Usage

❗ Prerequisites

  • Git (for submodules)
  • Hugo

👷 Development

Create a new branch. Thanks to this article the project now has a preview mode that will run against a PR.

Pull the submodules

git submodule update --init

To update the submodules.

git submodule update --remote --merge

Make sure my fork is up to date!

Add some content:

hugo new "posts/$(date +"%Y-%m-%d")-my-first-post.md"

Preview with live reloading:

hugo server -D -F

📦 Static build

To build a static version of the website inside the /public folder, run:

hugo -D

🙌 Credits

About

A hugo website hosted on Netlify

https://sionwilliams.com


Languages

Language:Dockerfile 100.0%