Build your own JAMStack site!
The world is waiting for you to share your knowledge!
Fundamenty, the fundamental Eleventy starter project
Just clone the repo, and run
$yarn serve
The project includes following features:
- Multi-language support (based on folder structure)
- Syntax highlighting with Prism
- Integration with Algolia (autocomplete search box)
- Google Analytics
- Edit on GitLab / GitHub
- Generation of
robots.txt
and sitemap.xml
files for SEO
- Auto deploy in Github using GitHub Actions script to deploy on GitHub Pages
- Auto deploy in GitLab using GitLab-CI
- CLI tool to initialize site and generate skeleton content file
Themes
A theme is a collection of templates (under the _includes
folder) that generates a specific type of content. An example is the Technology Radar, which renders a page for the radar and a page for each of the blips.
The project uses
Credits