From d340cafecf7d1b9755fc6919be4f27518f6971aa Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Tue, 21 Apr 2026 21:36:26 -0600 Subject: [PATCH] Removed extraneous stuff from README --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 98a8df1..eccb405 100644 --- a/README.md +++ b/README.md @@ -133,20 +133,6 @@ This generates the site in the `public/` directory. Upload the contents of the `public/` directory to your web server. -#### Option 2: GitHub Pages - -1. Push your repository to GitHub -2. Set up GitHub Actions with a workflow file (`.github/workflows/hugo.yml`) -3. Configure GitHub Pages to deploy from the Actions workflow - -#### Option 3: Netlify - -1. Push your repository to GitHub -2. Connect Netlify to your GitHub repository -3. Configure build settings: - - Build command: `hugo --minify` - - Publish directory: `public` - ## Customization ### Theme Customization