Check the Demo!
Leewardslope is a Gatsby project for blogging.
Out-of-the-box:
- Fully responsive
- Highly optimized (Lighthouse score ~400)
- SEO optimized (with open graph, Twitter Card, JSON-LD, RSS and sitemap)
- Syntax highlighting
- Search functionality
- Multi navigations
- Static pages
- Fully typed with TypeScript
- Tagging
- Theming
- Customizable
See here for details!
In case you want to work with this mono repo (for local development, pull requests, etc.):
-
Clone / fork the repository and
cd
into the directory -
Run
yarn
to install dependencies -
Run
yarn workspace demo develop
to start the demo locally.
The entire documentation can be found on the Demo. Alternatively check the GitHub repository.