|
1 |
| -# nemanjam.github.io |
| 1 | +# Astro blog - nemanjamitic.com |
2 | 2 |
|
3 | 3 | ## Mirrors
|
4 | 4 |
|
5 |
| -- https://nemanjamitic.com/ |
6 |
| -- https://nmc-docker.arm1.nemanjamitic.com/ |
7 |
| -- https://nemanjam.github.io/ |
| 5 | +- https://nemanjamitic.com |
| 6 | +- https://nemanjam.github.io |
| 7 | +- https://nmc-docker.arm1.nemanjamitic.com |
8 | 8 |
|
9 |
| -## References |
| 9 | +## Features |
10 | 10 |
|
11 |
| -- Starter project [paularmstrong/paularmstrong.dev](https://github.com/paularmstrong/paularmstrong.dev) , https://paularmstrong.dev/blog/ |
12 |
| -- Astro collections schemas, some design decisions [billy-le/billyle.dev](https://github.com/billy-le/billyle.dev) , https://billyle.dev/ |
13 |
| -- Navbar responsive menu Javascript [chrismwilliams/astro-theme-cactus](https://github.com/chrismwilliams/astro-theme-cactus) , https://astro-cactus.chriswilliams.dev/posts/ |
14 |
| -- Giscuss comments [thomasledoux1/website-thomas-astro](https://github.com/thomasledoux1/website-thomas-astro) , https://website-thomas-astro.vercel.app/ , [TkDodo/blog](https://github.com/TkDodo/blog) , https://tkdodo.eu/blog/ |
15 |
| -- Astro Docker Nginx docs [https://docs.astro.build/en/recipes/docker/](https://docs.astro.build/en/recipes/docker/) |
| 11 | +## Roadmap |
16 | 12 |
|
17 |
| -### Other Astro examples: |
| 13 | +## Credits |
18 | 14 |
|
19 |
| -- [surjithctly/astroship](https://github.com/surjithctly/astroship) , https://astroship.web3templates.com/ |
20 |
| -- [satnaing/astro-paper](https://github.com/satnaing/astro-paper) , https://astro-paper.pages.dev/posts/ |
21 |
| -- [onwidget/astrowind](https://github.com/onwidget/astrowind) , https://astrowind.vercel.app/ |
22 |
| -- [JustGoodUI/ovidius-astro-theme](https://github.com/JustGoodUI/ovidius-astro-theme) , https://ovidius-astro-theme.netlify.app/ |
| 15 | +The most important projects, examples, demos, resources that I reused and reviewed: |
| 16 | + |
| 17 | + |
| 18 | +- Starter project, initial structure, some components, some plugins, integrations, libs choices - repo: [paularmstrong/paularmstrong.dev](https://github.com/paularmstrong/paularmstrong.dev), blog: https://paularmstrong.dev/blog |
| 19 | +- Navbar responsive menu, theme toggling - repo: [chrismwilliams/astro-theme-cactus](https://github.com/chrismwilliams/astro-theme-cactus), demo: https://astro-cactus.chriswilliams.dev/posts |
| 20 | +- Astro collections schemas, some visual design decisions - repo: [billy-le/billyle.dev](https://github.com/billy-le/billyle.dev), blog: https://billyle.dev |
| 21 | +- Giscuss comments, satori og-image - repo: [thomasledoux1/website-thomas-astro](https://github.com/thomasledoux1/website-thomas-astro) , blog: https://website-thomas-astro.vercel.app/, repo: [TkDodo/blog](https://github.com/TkDodo/blog), blog: https://tkdodo.eu/blog |
| 22 | +- Deployment with Docker and Nginx - docs: https://docs.astro.build/en/recipes/docker |
| 23 | +- PostCard component design - site: https://flowbite.com/blocks, demo: https://mistral.bloggrify.com |
| 24 | +- PostCardSmall component design - demo: https://epoxia.bloggrify.com/archives |
| 25 | +- Design inspiration and reference - https://hashnode.com, https://medium.com, https://dev.to, https://www.developerway.com |
| 26 | +- Tailwind themes, dark mode, CSS structure, semantic colors - site: https://daisyui.com, repo: https://github.com/saadeghi/daisyui |
| 27 | + |
| 28 | +### Other credits |
| 29 | + |
| 30 | +Other projects, examples, demos, resources that I reused and reviewed: |
| 31 | + |
| 32 | + |
| 33 | +- Repo: [surjithctly/astroship](https://github.com/surjithctly/astroship), demo: https://astroship.web3templates.com |
| 34 | +- Repo: [satnaing/astro-paper](https://github.com/satnaing/astro-paper), demo: https://astro-paper.pages.dev/posts |
| 35 | +- Repo: [onwidget/astrowind](https://github.com/onwidget/astrowind), demo: https://astrowind.vercel.app |
| 36 | +- Repo: [JustGoodUI/ovidius-astro-theme](https://github.com/JustGoodUI/ovidius-astro-theme), demo: https://ovidius-astro-theme.netlify.app |
23 | 37 | - [one-aalam/astro-ink](https://github.com/one-aalam/astro-ink)
|
24 |
| -- [withastro/astro/tree/main/examples/blog](https://github.com/withastro/astro/tree/main/examples/blog) |
25 |
| -- [treefarmstudio/odyssey-theme](https://github.com/treefarmstudio/odyssey-theme) , https://odyssey-theme.sapling.supply/ |
26 |
| -- Gatsby [alxshelepenok/gatsby-starter-lumen](https://github.com/alxshelepenok/gatsby-starter-lumen) , https://lumen.alxshelepenok.com/ |
27 |
| -- shadcn Astro [mickasmt/astro-nomy](https://github.com/mickasmt/astro-nomy) |
28 |
| -- without Tailwind [rezahedi/rezahedi.dev](https://github.com/rezahedi/rezahedi.dev) , https://rezahedi.dev/ |
| 38 | +- Repo: [treefarmstudio/odyssey-theme](https://github.com/treefarmstudio/odyssey-theme), demo: https://odyssey-theme.sapling.supply |
| 39 | +- Official blog example project - repo: [withastro/astro/tree/main/examples/blog](https://github.com/withastro/astro/tree/main/examples/blog) |
| 40 | +- Gatsby example - repo: [alxshelepenok/gatsby-starter-lumen](https://github.com/alxshelepenok/gatsby-starter-lumen), demo: https://lumen.alxshelepenok.com |
| 41 | +- Shadcn Astro - repo: [mickasmt/astro-nomy](https://github.com/mickasmt/astro-nomy) |
| 42 | +- Without Tailwind - repo: [rezahedi/rezahedi.dev](https://github.com/rezahedi/rezahedi.dev) , blog: https://rezahedi.dev |
| 43 | +- Vue - demos: https://bloggrify.com/templates |
| 44 | +- Keystatic CMS - repo: [simonswiss/simonswiss.com](https://github.com/simonswiss/simonswiss.com), blog: https://simonswiss.com |
| 45 | +- Tailwind designs and gradients - site: https://tailwindui.com/templates |
| 46 | +- Next.js - repo: [SSTPIERRE2/stephenstpierredotcom](https://github.com/SSTPIERRE2/stephenstpierredotcom) |
| 47 | +, blog: https://stephenstpierre.com/blog |
0 commit comments