[READ-ONLY] Mirror of https://github.com/flo-bit/blog-template. minimalistic astro blog template flo-bit.dev/blog-template/
astro blog template
0

Configure Feed

Select the types of activity you want to include in your feed.

blog-template / .gitignore
281 B 26 lines
1# build output 2dist/ 3# generated types 4.astro/ 5 6# dependencies 7node_modules/ 8 9# logs 10npm-debug.log* 11yarn-debug.log* 12yarn-error.log* 13pnpm-debug.log* 14 15 16# environment variables 17.env 18.env.production 19 20# macOS-specific files 21.DS_Store 22 23# jetbrains setting folder 24.idea/ 25 26public/pagefind/