Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A minimal theme for a landing page. Built with 11ty and Tailwind CSS.

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
```