My own website https://www.jovian-hersemeule.eu/projets/pandoc_site/content.html

DricomDragon 6a74886366 :wrench: Ignore aggregated metadata 1 năm trước cách đây
src c8717faac7 :revolving_hearts: Add others contributors of Quoridor 1 năm trước cách đây
undeployed 402222a86f :truck: Rename source folder 1 năm trước cách đây
.gitignore 6a74886366 :wrench: Ignore aggregated metadata 1 năm trước cách đây
.lvimrc 06ba8e9afe Set up project vimrc to keep code consistent 4 năm trước cách đây
README.md ecc7395f17 :wrench: Make the dist dir customizable 1 năm trước cách đây
makefile 5735854719 :sparkle: Improve aggregated metadata filename 1 năm trước cách đây

README.md

Jovian Static Website

Jovian portfolio and resume

Test locally

Before committing

Start a standalone PHP server on port 8080.

Run undeployed/scripts/serve-home.sh

Check your work on standalone PHP server.

Deploy on local apache

Can be used to test the deployement script like updating the version number.

You may need to manually start apache first with service apache2 start.

DIST_DIR=/var/www/html make -e dist

Check your work on local apache server.

Deploy to prod

Branching

Merge your branch into the master branch and deploy from master.

Tag

Retrieve the last version with git describe.

Increment the version number vX.Y.Z :

  • Increment X for breaking change (like new tech) ;
  • Increment Y when new content is added (sections, pages) ;
  • Increment Z when you patched something (misprint, correction, minor updates).

Use a annotated tag with git tag -a vX.Y.Z.

You can deploy on local apache before pushing your code to production.

Put into production

Run undeployed/scripts/deploy-to-ovh.sh