Tiny Congress
A simple landing page built with 11ty.
Getting Started
- Clone this repository
- Install dependencies:
yarn
- Start development server:
yarn start
- Build for production:
yarn build
Project Structure
src/: Source files
_includes/: Template layouts and partials
css/: Stylesheets
index.njk: Home page
Technologies Used
- 11ty - Static site generator
- Nunjucks - Templating language