https://github.com/coryrylan/clarity-hugo
Example demo of using the Clarity Design System with Hugo
https://github.com/coryrylan/clarity-hugo
clarity-design design-system hugo
Last synced: 3 months ago
JSON representation
Example demo of using the Clarity Design System with Hugo
- Host: GitHub
- URL: https://github.com/coryrylan/clarity-hugo
- Owner: coryrylan
- License: mit
- Created: 2022-03-03T06:09:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T04:36:56.000Z (over 3 years ago)
- Last Synced: 2025-02-02T00:45:51.270Z (5 months ago)
- Topics: clarity-design, design-system, hugo
- Language: HTML
- Homepage: https://cds-hugo.web.app/
- Size: 32.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clarity Design System + Hugo
This is a simple demo repo of how to use the [Clarity Design System](https://clarity.design/storybook/core)
with the [Hugo](https://gohugo.io/) static site generator.[Live Demo](https://cds-hugo.web.app/)
## Getting Started
To run this example clone the repo and have NodeJS installed.
1. run `npm install` in root of project
2. run `npm start` or `hugo server -D` to run the project locally
3. run `npm run build` or `hugo -D` to build the project for production