The CCJS website.
This site is built with Eleventy.
- Start a development server with
npm start. - Update the GitHub pages with
npm run buildand pushing the updated/docs/directory.
Content is organized in two directories: public and src.
Pages, layouts, and data are here. New pages can be written in Markdown, HTML, or Nunjucks. This site uses Nunjucks for HTML templating. Eleventy will build .md, .html, and .njk. Pages named page-name.html will output as /page-name/index.html.
Stylesheets, JavaScript, images, and any other static assets go here and will passthrough to the root of the site following the same directory structure.