Skip to content

Felipenavs/poem-site-cynthiateeters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDMX 11ty Sass Starter

The set of development scripts in this starter is configured to watch and compile a simple Sass structure using 11ty.

The code is located in the src folder and the page is created in the public folder.

The settings.json in the .vscode folder sets the LiveServer configuration to serve from the public folder and can be used to serve the built page.

The build process includes minifiying and autoprefixing of styles via the postbuild script, which runs automatically after a build.

Installation

npm install

Run this command once to install the needed node modules.

Development Scripts

npm start

This script runs 11ty with hot reload and served at the url localhost:8080. It will reload whenever there are HTML or Sass changes.

npm run build

This script does a production build and includes minified, autoprefixed CSS.

Use this as the "Publish command" if needed by hosting services such as Netlify.

Resources

The starter was inspired by 11ty Sass Skeleton by @5t3ph

Photo by Suzanne D. Williams on Unsplash

Favicon by Armadillo Vectors by Vecteezy using work from orangereebok

About

poem-site-cynthiateeters created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 56.0%
  • HTML 36.7%
  • JavaScript 7.3%