Skip to content

tsai-duck/racheltsai.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ start dev server

hugo server --buildDrafts
// or
hugo server -D

✏️ add content

  1. add a new page
hugo new content posts/hello-world.md
  1. set the front matter draft parameter to false
+++
title = 'My First Post'
date = 2024-01-14T07:07:07+01:00
draft = false
+++

🚀 publish site and deploy

simply push to github. Cloudflare will take care of the rest.

🔗 useful links

About

Hosting racheltsai.xyz hugo site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published