-
Notifications
You must be signed in to change notification settings - Fork 8
Editing main arks.org site
John A. Kunze edited this page Nov 11, 2024
·
2 revisions
DRAFT -- Recipe for changing arks.org website
login to your GH account one-time:
- fork arks.github.io to your own local GH repo
- set up github pages for your local repo (for reviewing), eg, https://jkunze.github.io/arks.github.io
When editing:
- Pull latest from upstream
- Make changes to branch main
- Merge changes back to arks.github.io main branch
Changes are checked for about once an hour and pulled into arks.org
To add new file, add an entry into either content/_pages or content/_posts
Drafts go in content/_drafts (blog posts?)