Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 740 Bytes

charmCityJS

The CCJS website.

Development

This site is built with Eleventy.

  • Start a development server with npm start.
  • Update the GitHub pages with npm run build and pushing the updated /docs/ directory.

Content is organized in two directories: public and src.

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.

public

Stylesheets, JavaScript, images, and any other static assets go here and will passthrough to the root of the site following the same directory structure.