Skip to content

charmCityJs/charmcityjs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.