-rw-r--r-- | .env.example | 8L |
-rw-r--r-- | .eslintrc.json | 6L |
-rw-r--r-- | .github/dependabot.yml | 14L |
-rw-r--r-- | .github/workflows/pr-open.yml | 23L |
-rw-r--r-- | .github/workflows/update-dependabot-pr.yml | 32L |
-rw-r--r-- | .gitignore | 28L |
-rw-r--r-- | .prettierrc | 1L |
-rw-r--r-- | .vscode/extensions.json | 5L |
-rw-r--r-- | @/lib/utils.ts | 6L |
-rw-r--r-- | LICENSE | 201L |
-rw-r--r-- | NOTICE | 4L |
-rw-r--r-- | README.md | 75L |
-rw-r--r-- | assets/img/scores/lighthouse.svg | 1L |
-rw-r--r-- | assets/img/scores/lighthouse_accessibility.svg | 1L |
-rw-r--r-- | assets/img/scores/lighthouse_best-practices.svg | 1L |
-rw-r--r-- | assets/img/scores/lighthouse_performance.svg | 1L |
-rw-r--r-- | assets/img/scores/lighthouse_pwa.svg | 1L |
-rw-r--r-- | assets/img/scores/lighthouse_seo.svg | 1L |
-rw-r--r-- | components.json | 17L |
-rw-r--r-- | components/blocks-renderer.tsx | 37L |
-rw-r--r-- | components/blocks/content.tsx | 52L |
-rw-r--r-- | components/blocks/features.tsx | 130L |
-rw-r--r-- | components/blocks/hero.tsx | 214L |
-rw-r--r-- | components/blocks/testimonial.tsx | 101L |
-rw-r--r-- | components/layout/footer/footer.tsx | 135L |
-rw-r--r-- | components/layout/footer/index.tsx | 1L |
-rw-r--r-- | components/layout/footer/rawRenderer.tsx | 94L |
-rw-r--r-- | components/layout/header.tsx | 160L |
-rw-r--r-- | components/layout/index.tsx | 1L |
-rw-r--r-- | components/layout/layout.tsx | 67L |
-rw-r--r-- | components/layout/theme.tsx | 73L |
-rw-r--r-- | components/posts/index.tsx | 1L |
-rw-r--r-- | components/posts/post.tsx | 222L |
-rw-r--r-- | components/posts/posts.tsx | 80L |
-rw-r--r-- | components/util/actions.tsx | 115L |
-rw-r--r-- | components/util/container.tsx | 32L |
-rw-r--r-- | components/util/icon.tsx | 170L |
-rw-r--r-- | components/util/section.tsx | 39L |
-rw-r--r-- | content/authors/napolean.md | 7L |
-rw-r--r-- | content/authors/pedro.md | 5L |
-rw-r--r-- | content/global/index.json | 38L |
-rw-r--r-- | content/pages/about.md | 7L |
-rw-r--r-- | content/pages/home.md | 76L |
-rw-r--r-- | content/posts/anotherPost.mdx | 62L |
-rw-r--r-- | content/posts/voteForPedro.mdx | 13L |
-rw-r--r-- | graphql.config.js | 14L |
-rw-r--r-- | next-env.d.ts | 5L |
-rw-r--r-- | next.config.js | 32L |
-rw-r--r-- | package.json | 39L |
-rw-r--r-- | pages/404.tsx | 24L |
-rw-r--r-- | pages/[filename].tsx | 41L |
-rw-r--r-- | pages/_app.tsx | 7L |
-rw-r--r-- | pages/posts.tsx | 35L |
-rw-r--r-- | pages/posts/[...filename].tsx | 66L |
-rw-r--r-- | postcss.config.js | 8L |
-rw-r--r-- | public/admin/.gitignore | 2L |
-rw-r--r-- | public/blocks/content.png | 20223B |
-rw-r--r-- | public/blocks/features.png | 22216B |
-rw-r--r-- | public/blocks/hero.png | 36611B |
-rw-r--r-- | public/blocks/testimonial.png | 21616B |
-rw-r--r-- | public/favicon.ico | 1150B |
-rw-r--r-- | public/styles/global.css | 76L |
-rw-r--r-- | public/tina.svg | 6L |
-rw-r--r-- | public/uploads/Diagram.png | 95030B |
-rw-r--r-- | public/uploads/llama-2.avif | 108817B |
-rw-r--r-- | public/uploads/llama-3.avif | 153786B |
-rw-r--r-- | public/uploads/llama-4.avif | 162105B |
-rw-r--r-- | public/uploads/llama-5.avif | 544871B |
-rw-r--r-- | public/uploads/llama-6.avif | 107378B |
-rw-r--r-- | public/uploads/netlify-advanced-build-settings.png | 39103B |
-rw-r--r-- | public/uploads/netlify-build-settings.png | 9630B |
-rw-r--r-- | public/uploads/tina-cloud-authorization.png | 45410B |
-rw-r--r-- | public/uploads/tina-cloud-starter-preview.png | 248752B |
-rw-r--r-- | public/uploads/unsplash-75EFpyXu3Wg.jpg | 127514B |
-rw-r--r-- | public/uploads/unsplash-lylCw4zcA7I.jpg | 132403B |
-rw-r--r-- | public/uploads/vercel-congratulations.png | 39679B |
-rw-r--r-- | public/zeit.svg | 10L |
-rw-r--r-- | styles.css | 3L |
-rw-r--r-- | tailwind.config.js | 77L |
-rw-r--r-- | tina/.gitignore | 1L |
-rw-r--r-- | tina/collection/author.ts | 23L |
-rw-r--r-- | tina/collection/global.ts | 164L |
-rw-r--r-- | tina/collection/page.ts | 52L |
-rw-r--r-- | tina/collection/post.ts | 118L |
-rw-r--r-- | tina/config.tsx | 36L |
-rw-r--r-- | tina/fields/color.tsx | 52L |
-rw-r--r-- | tina/fields/icon.tsx | 134L |
-rw-r--r-- | tina/queries/frags.gql | 5L |
-rw-r--r-- | tina/queries/queries.gql | 41L |
-rw-r--r-- | tina/tina-lock.json | 1L |
-rw-r--r-- | tsconfig.json | 26L |
-rw-r--r-- | yarn.lock | 10486L |