Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flcdrg/eleventy-starter-typescript
Example using Eleventy with TypeScript for static blog site
https://github.com/flcdrg/eleventy-starter-typescript
blog eleventy typescript
Last synced: 4 months ago
JSON representation
Example using Eleventy with TypeScript for static blog site
- Host: GitHub
- URL: https://github.com/flcdrg/eleventy-starter-typescript
- Owner: flcdrg
- License: mit
- Created: 2024-05-04T05:20:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T15:30:01.000Z (4 months ago)
- Last Synced: 2024-10-01T09:04:14.129Z (4 months ago)
- Topics: blog, eleventy, typescript
- Language: TypeScript
- Homepage: http://david.gardiner.net.au/eleventy-starter-typescript/
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# eleventy-starter-typescript
Based on
## Updated Packages
This project uses updated packages including TypeScript (`^5.5.3`) and Eleventy (`^2.0.1`) as listed in the `package.json`. These updates enhance the development experience and performance of the project.
## Transition to TypeScript
The configuration for `.eleventy.js` has been transitioned to TypeScript, allowing for type-safe configuration and better development practices. The configuration can be found in `.eleventy.ts`, which outlines the setup and options used for generating the site.
## Site Output Structure
The site output structure is designed to closely mirror my existing Jekyll-based blog, generated layout like /yyyy/mm/post-title.html, etc.