mobile-michel / color-design-system

Color Design System with Oklch

Home Page:https://mobile-michel.github.io/color-design-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic template with Eleventy, LiquidJS & Sass processing

Folder structure

  • pages in /src
  • Sass files in /sass
  • layouts in /_layouts
  • includes in /_components
  • Json files in /_data
  • images & JavaScripts in /assets

Page layout

  • _layouts/base.liquid
  • _components/header.liquid
  • _components/nav.liquid
  • _components/footer.liquid

Responsive navbar

  • responsive mobile menu with CSS without JavaScript from LogRocket, without classes
  • add tags: primary in frontmatter

Package.json scripts

  • "watch:eleventy": "npx @11ty/eleventy --serve",
  • "watch:sass": "npx sass src/sass:_site/assets/css --watch",
  • "start": "npm run watch:eleventy & npm run watch:sass",
  • "build": "sass src/sass:_site/assets/css --style=compressed && eleventy",
  • "debug": "DEBUG=* eleventy"

Dependencies

  • "@11ty/eleventy": "^2.0.1",
  • "sass": "^1.69.0"
  • ready for Decap CMS integration.

About

Color Design System with Oklch

https://mobile-michel.github.io/color-design-system/


Languages

Language:SCSS 74.9%Language:Liquid 23.9%Language:JavaScript 1.2%