README.md: Add goals and how to build this web page. #22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before I forget how to build this, add some basic documentation on how to do it.
@ -0,0 +11,4 @@
If you want to pre-view your changes on your local machine before pushing commits, you might want to start a development server.
Issuing this command on a system with Docker runs a web server on http://localhost:4000/ that re-builds the page automatically on source file change:
Maybe we should notify that the pages will not reload, so a refresh is still needed.
I've been using
--livereload
elsewhere, but I've not yet implemented here...@ -0,0 +7,4 @@
## Building
This web page is built and deployed by CI.
To be complete, the CI is also providing a preview so contributor (w/ push/write permission in this repo) do not have to build locally.
🔨 Docker build
success
🔧 Jekyll build
success
🚀 Jekyll deploy
success
🔗 Preview site here
Pusher: @btlogy, Action:
pull_request
, Workflow:Jekyll
, Run: 171