Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.64 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.64 KB

README

This is the site holding the contents and configuration for generating.

Currently the website is based on mkdocs.

The site is generated from the perl-workflow.github.io repo like so:

cd ../perl-workflow.github.io/
mkdocs gh-deploy --config-file ../website/mkdocs.yml --remote-branch main

When deployed, the site is available at:

The perl-workflow.github.io repository is a mirror of the website repository and it auto-generated by the mkdocs command above.

Content changes are made in the website repository. Do note the CNAME specification is also in the website repository togehter with the MkDocs configuration file, which outlines the website structure and content.

If the CNAME record is not set, the site will be available at the GitHub Pages URL.

If it is set, the site will be available at the CNAME URL.

  • Workflow.pm and the GitHub Pages URL is not used and the website is just presented under the CNAME.

MkDocs documentation available at: