Skip to content

nhardt/natehardt.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

natehardt.dev

A minimal Hugo blog using Tailwind CSS.

Colors

  • Dark slate: #455a64
  • Medium slate: #5f7681
  • Light slate: #7f9aa4

Local Development

hugo server -D

Create New Post

hugo new content/posts/my-post.md

Build for Production

hugo --minify

Deploy to Cloudflare Pages

  1. Push this repo to GitHub
  2. Connect to Cloudflare Pages
  3. Build command: hugo --minify
  4. Build output directory: public
  5. Environment variable: HUGO_VERSION = 0.121.0 (or latest)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages