Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.04 KB

mozzy.dev

A dotnet developer working with Umbraco, an open source CMS.

Setup

This website is using Hylia, an Eleventy starter kit with Netlify CMS. Shout out to Andy Bell for doing all the hard work.

Terminal commands

Serve the site locally

npm start

Build a production version of the site

npm run production

Compile Sass

npm run sass:process

Re-generate design tokens for Sass

npm run sass:tokens

Styleguide

Hylia ships with a Styleguide by default. Here's mine: https://mozzy.dev/styleguide/.

Sass

Hylia is based on the WIP v2 version of Stalfos

CMS

Hylia has Netlify CMS pre-configured as standard.

Get involved

Hylia is looking for feedback and contributions, check out the Github repo for more info.