Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan Schneider
62efb76fae README adjusted with new publishing process 2025-07-22 12:12:22 -06:00
Nathan Schneider
f5add0b908 Switched to auto-publish on main branch 2025-07-22 12:11:27 -06:00
Nathan Schneider
bce890ea5f Adjusted name of grid section on About 2025-07-22 12:09:12 -06:00
3 changed files with 5 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ build_site:
# Define when this job runs (e.g., only on the main branch) # Define when this job runs (e.g., only on the main branch)
# Adjust 'only' or 'rules' as needed for your workflow # Adjust 'only' or 'rules' as needed for your workflow
only: only:
- publish # Example: Run only on the main branch - main # publishes on main branch
# Job to deploy the built site using cloudron-surfer # Job to deploy the built site using cloudron-surfer
deploy_site: deploy_site:

View File

@@ -22,14 +22,13 @@ hugo server
## Deployment ## Deployment
Thanks to the [MEDLab Hugo template](https://git.medlab.host/dhorn/medlab-hugo-template), the site is set up to deploy automatically to the MEDLab server via GitLab CI. To do so, when developing locally, use these git commands: Thanks to the [MEDLab Hugo template](https://git.medlab.host/dhorn/medlab-hugo-template), the site is set up to deploy automatically to the MEDLab server via GitLab CI. To do so, when developing locally, use this git command:
``` ```
git push origin git push origin main
git push origin main:publish
``` ```
A push to `publish` should trigger a pipeline in GitLab to deploy the site. If it doesn't, check for errors in Gitea and GitLab. A push to `main` should trigger a pipeline in GitLab to deploy the site. If it doesn't, check for errors in Gitea and GitLab.
## Interviews ## Interviews

View File

@@ -1,5 +1,5 @@
<div class="wompum-demo max-w-2xl mx-auto"> <div class="wompum-demo max-w-2xl mx-auto">
<h2 class="text-2xl font-bold mb-4">Wampum Grid Protocol</h2> <h2 class="text-2xl font-bold mb-4">What are the color grids?</h2>
<p>The color scheme on this website is inspired by <em><a href="http://n2t.net/ark:/65665/ws63912f5dd-e703-4759-8c31-33ac98b3c190">Constitutional Wampum</a></em> by Robert Houle. The site uses the following protocol to generate the colorful wampum style grid.</p> <p>The color scheme on this website is inspired by <em><a href="http://n2t.net/ark:/65665/ws63912f5dd-e703-4759-8c31-33ac98b3c190">Constitutional Wampum</a></em> by Robert Houle. The site uses the following protocol to generate the colorful wampum style grid.</p>