Skip to content

phil-base/philwallach-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

philwallach.com

Personal site built with Hugo. Deployed to GitHub Pages.

Local Development

# Install Hugo (macOS)
brew install hugo

# Run dev server (includes draft content)
hugo server -D

# Production build
hugo

Site will be available at http://localhost:1313.

Adding Content

New page: Create a markdown file in content/:

content/my-page.md

Use draft: true in front matter to keep content hidden from production.

Deployment

Push to main — GitHub Actions builds and deploys automatically.

About

Personal site — philwallach.com. Built with Hugo, deployed to GitHub Pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors