Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan Schneider 306735ad2e Corrected Bicorder URL 2026-04-21 21:36:41 -06:00
Nathan Schneider d340cafecf Removed extraneous stuff from README 2026-04-21 21:36:26 -06:00
2 changed files with 2 additions and 16 deletions
-14
View File
@@ -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
+2 -2
View File
@@ -18,6 +18,6 @@ logo = "protocol-logo.jpg"
[[project]]
title = "Protocol Bicorder"
description = "A web app for the study of protocols."
url = "https://medlab.host/bicorder"
description = "A web app and dataset for the study of protocols."
url = "https://bicorder.ecologies.info"
logo = "bicorder.svg"