Skip to content

Commit 71512d4

Browse files
committed
readme update credits
1 parent 010b35e commit 71512d4

File tree

4 files changed

+82
-26
lines changed

4 files changed

+82
-26
lines changed

README.md

Lines changed: 39 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,47 @@
1-
# nemanjam.github.io
1+
# Astro blog - nemanjamitic.com
22

33
## Mirrors
44

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
88

9-
## References
9+
## Features
1010

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
1612

17-
### Other Astro examples:
13+
## Credits
1814

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
2337
- [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

docs/readme-notes/README.old.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# nemanjam.github.io
2+
3+
## Mirrors
4+
5+
- https://nemanjamitic.com/
6+
- https://nmc-docker.arm1.nemanjamitic.com/
7+
- https://nemanjam.github.io/
8+
9+
## References
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/)
16+
17+
### Other Astro examples:
18+
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/
23+
- [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/

docs/working-notes/todo3.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,16 +446,17 @@ ask about optimal max-width image width
446446
fix .mdx live reload
447447
firefox has white flash bug on theme change after transitions, https://youtu.be/9MChTVlXbf8?t=363
448448
home -> about pages image transition maybe, markdown content
449-
449+
mermaid plugin
450+
loading skeletons
450451
----
451452
// 4.10
452453
in BaseHead.astro
453454

454-
<style>
455-
@view-transition {
456-
navigation: auto; /* enabled! */
457-
}
458-
</style>
455+
<style>
456+
@view-transition {
457+
navigation: auto; /* enabled! */
458+
}
459+
</style>
459460

460461
astro env vars sa schema
461462
astro component container, render component to string for rss

src/components/BaseHead.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,12 @@ const ogImageUrl = new URL(image, baseUrl);
107107
-->
108108

109109
<ViewTransitions fallback="animate" />
110+
111+
<!--
112+
<style>
113+
@view-transition {
114+
navigation: auto; /* enabled! */
115+
}
116+
</style>
117+
-->
110118
</head>

0 commit comments

Comments
 (0)