Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CLCK0622/11ty-Serene
A minimal theme for a landing page. Built with 11ty and Tailwind CSS.
https://github.com/CLCK0622/11ty-Serene
Last synced: 3 months ago
JSON representation
A minimal theme for a landing page. Built with 11ty and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/CLCK0622/11ty-Serene
- Owner: CLCK0622
- License: mit
- Created: 2024-08-07T06:54:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T10:01:14.000Z (3 months ago)
- Last Synced: 2024-08-10T10:28:29.987Z (3 months ago)
- Language: HTML
- Homepage: https://11ty-serene.vercel.app
- Size: 42 KB
- Stars: 30
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty-Serene
A minimal theme for a landing page, featuring a simple structure, smooth scrolling, and scroll-revealing effects.
Built with [11ty](https://www.11ty.dev/) and [Tailwind CSS](https://tailwindcss.com/).
Made by [CLCK](https://github.com/CLCK0622).
![image](https://github.com/user-attachments/assets/be07029e-ae7a-43b7-a66a-7cd3550afa24)
## Install (all scripts are using `pnpm` by default)
```
pnpm install
```## Build
```
pnpm build:css && eleventy
```## Start
```
pnpm build && eleventy --serve
```