Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Initial release

Compare
Choose a tag to compare
@paulshryock paulshryock released this 09 Feb 17:21
· 13 commits to master since this release

Added

  • Initialize and configure npm
    • npm init -y
    • Update /package.json
  • Install and configure Eleventy
    • npm install --save-dev @11ty/eleventy
    • Add /.eleventy.js
    • Add /.eleventyignore
  • Initialize and configure Git
    • git init
    • Add /.gitattributes
    • Add /.gitignore
    • Add /CHANGELOG.md
    • Add /CODE_OF_CONDUCT.md
    • Add /LICENSE
    • Add /README.md
  • Add pages
    • Page default settings: /src/pages/pages.json
    • Home page: /src/pages/home/home.md
    • About page: /src/pages/about/about.liquid
      • About page data: /src/pages/about/about.json
  • Add a page layout
    • /src/_includes/_layouts/page.liquid
  • Style pages
    • /src/css/normalize.css
    • /src/css/app.css