Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 850 Bytes

Unique Sites That Works!

List of sites maybe you need to explore.

Commands

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:3000
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying

Usage

Adding content

Add a md file in src/notes.

Fronmatter reference

---
title: GitHub
site: https://github.com
description: Where the world builds software.
tags: [design]
---

Open the code and start customizing!

Add new tag style in custom.css.

License

Licensed under the MIT license.