11tyby

Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!

MIT License

Stars
57
Committers
1

Bot releases are visible (Hide)

11tyby - 1.3.4 Latest Release

Published by jahilldev over 1 year ago

  • Updated preactement to v1.8.4
  • Updated all dev dependencies and adjusted config
11tyby - 1.3.3

Published by jahilldev over 2 years ago

  • Updated preactement to 1.7.0
11tyby - 1.3.2

Published by jahilldev almost 3 years ago

  • Updated all dependencies to latest supported versions
11tyby - 1.3.1

Published by jahilldev almost 3 years ago

  • Adjusted development build script to output pages ahead of 11ty
  • Updated preactement to v1.6.0, enabling component "slots" in markdown and other files
11tyby - 1.3.0

Published by jahilldev over 3 years ago

  • Moved <Html /> component and styles into default.11ty.tsx layout file
  • Changed this.getAssetContents() to accept an array of paths
  • Updated README with new page structure
11tyby - 1.2.1

Published by jahilldev over 3 years ago

  • Added preactement package to handle partial hydration
  • Updated README file
  • Updated preact dependencies
11tyby - 1.2.0

Published by jahilldev over 3 years ago

  • Updated webpack to v5, substantially improving build speed
  • Improved accessibility of markdown anchors
  • Added explicit license file for free useage
11tyby - 1.1.0

Published by jahilldev over 3 years ago

  • Fixed entry file chunks created via import()
  • Updated dev dependencies
  • Converted example global data file to module for inferred typing
  • General updates to README file
11tyby - 1.0.9

Published by jahilldev over 3 years ago

  • Added support for .ts, .js and .json data files, both global and module based.
  • Updated README with simple instructions on how to use.
11tyby - 1.0.8

Published by jahilldev almost 4 years ago

  • Updated README with better project overview and guide
  • Renamed project to 11tyby
11tyby - 1.0.7

Published by jahilldev almost 4 years ago

  • Added meta description
  • Changed font @import to markup link (async)
  • Various style tweaks and adjustments
11tyby - 1.0.6

Published by jahilldev almost 4 years ago

  • Added getAssetContents() function to provide critical path (inline) CSS
  • Extended markdown with plugins, including anchor titles
  • A few tweaks to styles and content
11tyby - 1.0.5

Published by jahilldev almost 4 years ago

  • Re-factored folder structure to use modules
  • Updated webpack.config.js
  • Updated all dependencies to latest supported version
11tyby - 1.0.4

Published by jahilldev almost 4 years ago

  • Fixed transformFileHash() regex missing assets if output HTML has no line breaks
11tyby - 11tyboo 1.0.3

Published by jahilldev almost 4 years ago

  • Added support for vendor splitting
  • Improved asset hashing regex to be smarter
  • Moved default fonts to template.scss file
  • Added automatic resource hints for javascript files
  • Added missing <!doctype html>
  • Improved webpack optimisation config
11tyby - 11ty-setup v1.0.2

Published by jahilldev almost 4 years ago

  • Converted page level components to functional
11tyby - 11ty-setup v1.0.1

Published by jahilldev almost 4 years ago

  • Changed Webpack libraryTarget to UMD to align better with 11ty docs
11tyby - 11ty-setup v1.0.0

Published by jahilldev about 4 years ago

Initial release for this 11ty setup.

  • TypeScript @ v4.0.3
  • SASS and CSS modules
  • Hydration utility with example
  • /articles folder with example image
  • Hashed filenames with manifest
Related Projects