Releases: chrissy-dev/eleventy-web-starter
Releases · chrissy-dev/eleventy-web-starter
JAMStack Web Starter v1.4.0
JAMStack Web Starter v1.4.0
- Remove temporary build files from repo (#2)
- Bump dependencies
- Compile fresh CSS on build 🐛
- Move
layouts
into it's own folder outside of_includes
- Use YAML as main data file for readability
- Fix Twitter card not showing image 🐛
Web Starter v1.3.0
- Updated README to be more informative
- Run security audit on dependencies
- Bumped dependency versions
Web Starter v1.2.1
- Removed a file
./src/_includes/stylesheets/app.css
left over from old version of project. - Run security audit on dependencies
Web Starter v1.2.0
- Use Nunjucks
Web Starter v1.1.2
- Add sample
tailwind.config.js
- Add sample
console.log
to scripts
Web Starter v1.1.1
- Remove
Content-Security-Policy
until I understand it better - Remove redundant comment
Web Starter v1.1.0
Release notes
- Remove
clean-css
forhtml-minifier
with CSS option enabled - Add optimized
<head>
from htmlhead.dev - Restructure
_data/site.js
slightly - Add humans.txt file
- Update README to be more visually appealing
Web Starter v1.0.0
Release notes
- Uses Eleventy as a static site generator
- Default templating is Liquid (can be changed if you want)
- PostCSS set up to handle:
- TailwindCSS
- Autoprefixer
- PurgeCSS to remove unused CSS (Set up for TailwindCSS by default) in production
- HTML minified in production
- CSS inlined and minified in production
- Webpack used to bundle scripts
- Scripts optimised for production
- A good handful of SEO meta tags set up