Skip to content

coherentforge/coherentforge.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coherentforge.com

Source for coherentforge.com (root landing) and coherentforge.com/cambios (CambiOS project site).

Structure

landing/          Hand-written HTML served at the root domain.
cambios-site/     Hugo project for CambiOS pages. Output is served at /cambios.
ops/              Reference copies of nginx config + deferred web-ops items.
.github/          CI workflows.

Local preview

brew install hugo
cd cambios-site && hugo server
# open http://localhost:1313/cambios

The landing page is static HTML — open landing/index.html directly in a browser.

Deploy

Pushing to main triggers the GitHub Actions workflow, which builds Hugo and rsyncs both targets to the production droplet.

To deploy manually from your laptop:

./deploy.sh                   # defaults to builder@147.182.242.59
./deploy.sh user@host         # override remote

The script runs hugo --minify then rsyncs cambios-site/public/ to /var/www/coherentforge.com/cambios/ and landing/ to /var/www/coherentforge.com/ (the landing rsync excludes cambios/ so it can't clobber the Hugo output).

Legal

© 2026 Coherent Forge. All rights reserved. CambiOS™ is a pending trademark of Coherent Forge. OSS license: TBD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors