https://github.com/ninadingole/iamninad.com
my personal blog using 11ty
https://github.com/ninadingole/iamninad.com
Last synced: 8 months ago
JSON representation
my personal blog using 11ty
- Host: GitHub
- URL: https://github.com/ninadingole/iamninad.com
- Owner: ninadingole
- Created: 2021-05-12T10:48:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T19:43:23.000Z (over 1 year ago)
- Last Synced: 2025-02-01T15:11:16.491Z (over 1 year ago)
- Language: Nunjucks
- Homepage: https://iamninad.com
- Size: 11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Blog using 11ty
---
[](https://app.netlify.com/sites/iamninad/deploys)
My peronal blog migrated to 11ty.
to run on local
```
npm start
```
to run on prod
```
npm run build
```
generated site is created in `www` folder in the root
### Generate a new blog post
Run following command
```
npm run generate
```
provide the blog title and it will generate a markdown file in `src/posts/` and a folder for storing blog post images in `src/images/`