Skip to content

Marketing site for Fished.io, built with 11ty & tailwind. Optimised for SEO with 4x 100% on Lighthouse.

Notifications You must be signed in to change notification settings

jmcmullen/fished-11ty

Repository files navigation

Fished.io Marketing Site

Fished.io

Goals

The main application for Fished.io is built using Redwood.js. Since it doesn't support server-side rendering, this serves as a seperate marketing site that is SEO friendly.

Web Vitals

100% Lighthouse Scores

Requirements

Installation

# install dependencies
yarn install

# Run local development server with hmr
yarn dev

# Build the app for production
yarn build

Project structure

.
├── public             # Static files
│   └── assets
│       └── images     # Images not needed by Webpack
└── src
    ├── _data          # Eleventy data folder
    ├── _includes
    │   └── layouts    # HTML layout files
    ├── assets         # Assets folder processed by Webpack
    │   ├── images
    │   │   └── posts  # Blog images
    │   └── styles     # Blog CSS files
    └── posts          # Blog posts

About

Marketing site for Fished.io, built with 11ty & tailwind. Optimised for SEO with 4x 100% on Lighthouse.

Resources

Stars

Watchers

Forks