Compare commits
3 Commits
0fe06d9390
...
62efb76fae
Author | SHA1 | Date | |
---|---|---|---|
|
62efb76fae | ||
|
f5add0b908 | ||
|
bce890ea5f |
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user