Skip to content

Releases: 11ta/11ta-template

v2.1

18 Oct 20:12
Compare
Choose a tag to compare

Refactored and greatly simplified the packages and requirements, leaving only what was necessary to fully function.

v2.0.2 - Fix 404 functionality

10 Jan 00:12
Compare
Choose a tag to compare
fix 404 functionality

v2.0.1 - Nav flex fix

17 Dec 16:38
Compare
Choose a tag to compare

Fixed flex box issue in Nav causing problems in FF.

v2.0.0 - Breaking Changes to Frontmatter structure

27 Sep 17:24
Compare
Choose a tag to compare

UPDATE v2.0.0 - Breaking Changes
In order to provide scalability and cleaner frontmatter controls in current Posts (and upcoming Products) collections, the Frontmatter keys were updated which required updates to /src/_includes/components/*.njk, tailwind.config.js, and other templates.
I apologize for the inconvenience.

v1.1.1 - Recaptcha

22 Sep 17:27
Compare
Choose a tag to compare

Added Netlify's default spam recaptcha and honeypot to the /contact form to stem the blank/spam submissions. Making it as simple as possible for new users to have a working contact form without needing add'l JS validation.

v1.1.0 - Drafts

20 Sep 00:43
7be0cc7
Compare
Choose a tag to compare

Draft Posts

Added the ability to have DRAFT Posts that always process and display in DEV env but will not process in PRODUCTION.

Usage

Add draft: true to frontmatter of any /src/posts/*.md file. The file will be visible during local DEV but will not be processed by 11ty in PRODUCTION environments.

NOTE: draft: frontmatter key is NOT required at all. If omitted the Post will display in BOTH DEV and PRODUCTION.

Also, if your repo is Public, Posts marked draft: true will still be available to anyone viewing your repo.

v1.0.0

19 Sep 16:21
373a482
Compare
Choose a tag to compare

Initial launch.