Skip to content

Releases: chrissy-dev/eleventy-web-starter

JAMStack Web Starter v1.4.0

15 Jan 11:31
Compare
Choose a tag to compare

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

19 Nov 09:51
Compare
Choose a tag to compare
  • Updated README to be more informative
  • Run security audit on dependencies
  • Bumped dependency versions

Web Starter v1.2.1

23 Oct 09:50
Compare
Choose a tag to compare
  • 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

07 Oct 19:58
Compare
Choose a tag to compare
  • Use Nunjucks

Web Starter v1.1.2

03 Oct 09:13
Compare
Choose a tag to compare
  • Add sample tailwind.config.js
  • Add sample console.log to scripts

Web Starter v1.1.1

02 Oct 15:38
Compare
Choose a tag to compare
  • Remove Content-Security-Policy until I understand it better
  • Remove redundant comment

Web Starter v1.1.0

02 Oct 15:20
Compare
Choose a tag to compare

Release notes

  • Remove clean-css for html-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

02 Jul 11:11
Compare
Choose a tag to compare

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