This is the repository for websites containing EditionCrafter editions. It contains the stub markdown pages and navigation for the websites.
- Hugo website template
- This can now be customized for content
- Under “Folios,” there is the rendered TEI file of the manuscript
- Took output of editioncrafter-cli and dropped into the dedicated directory of editioncrafter-project
- Fork this repository (you only need to copy the
main
branch) - In your fork, update the
baseURL
inconfig/production/config.toml
to reflect your organization and new repository name - In your fork, update the markdown files in the
content
folder with your content. In particular make sure to update the information infolios.md
- If you only copied the main branch, at this point you should create a new branch called
dev
. This will have the effect of triggering a workflow that creates the files you'll need to deploy your site to GitHub Pages; those files live in agh-pages
branch, which will be created by the workflow - Once the workflow is run and the
gh-pages
branch exists, go to the settings tab for your repo and select "Pages" from the menu on the left. Enable GitHub pages and set your site to deploy from a branch, and then select thegh-pages
branch (and/root
) folder.