Chris Shabsin's personal page for tracking projects and such.
This is a summary of our session to be continued later.
Goal: Add a ‘designs’ collection to the Jekyll site and serve it locally for testing.
Progress:
_config.yml._designs directory was created with a sample example-design.md file._layouts/design.html layout was created.designs.markdown page was created to list all design documents.index.markdown.Next Steps:
Dockerfile and docker-compose.yml in the project root.docker-compose up to build the Docker image and serve the site at http://localhost:4000.Note: The changes made to the site for the ‘designs’ collection have not yet been committed to git.