[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

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

add blog template, bluesky visualizers projects

+81 -7
src/assets/projects/astro-blog-template/bluesky-likes-comments.png

This is a binary file and will not be displayed.

src/assets/projects/astro-blog-template/post.png

This is a binary file and will not be displayed.

src/assets/projects/astro-blog-template/search.png

This is a binary file and will not be displayed.

src/assets/projects/astro-blog-template/start.png

This is a binary file and will not be displayed.

src/assets/projects/astro-blog-template/thumbnail.png

This is a binary file and will not be displayed.

src/assets/projects/astro-blog-template/video-thumbnail.mp4

This is a binary file and will not be displayed.

src/assets/projects/bluesky-visualizers/connections.png

This is a binary file and will not be displayed.

src/assets/projects/bluesky-visualizers/emotion.png

This is a binary file and will not be displayed.

src/assets/projects/bluesky-visualizers/particles.png

This is a binary file and will not be displayed.

src/assets/projects/bluesky-visualizers/thumbnail.png

This is a binary file and will not be displayed.

src/assets/projects/bluesky-visualizers/video-thumbnail.mp4

This is a binary file and will not be displayed.

src/assets/projects/bluesky-visualizers/word-cloud.png

This is a binary file and will not be displayed.

+35
src/content/projects/astro-blog-template.mdx
··· 1 + --- 2 + name: 'astro blog template w/ bluesky' 3 + date: '2024-10-26' 4 + featured: true 5 + 6 + thumbnail: '/src/assets/projects/astro-blog-template/thumbnail.png' 7 + video: '/src/assets/projects/astro-blog-template/video-thumbnail.mp4' 8 + 9 + aspect: 'aspect-[8/5]' 10 + projectUrl: 'https://flo-bit.dev/blog-template/' 11 + codeUrl: 'https://github.com/flo-bit/blog-template' 12 + 13 + tags: 14 + - 'astro' 15 + - 'blog' 16 + - 'template' 17 + 18 + mainTags: 19 + - 'astro' 20 + - 'blog' 21 + - 'template' 22 + 23 + images: 24 + - '/src/assets/projects/astro-blog-template/search.png' 25 + - '/src/assets/projects/astro-blog-template/start.png' 26 + - '/src/assets/projects/astro-blog-template/post.png' 27 + - '/src/assets/projects/astro-blog-template/bluesky-likes-comments.png' 28 + --- 29 + import ProjectGrid from "$components/ProjectPages/ProjectGrid.astro"; 30 + 31 + <ProjectGrid project={frontmatter}> 32 + 33 + a minimalistic blog template for astro, with bluesky integration for likes and comments. 34 + 35 + </ProjectGrid>
+33
src/content/projects/bluesky-visualizers.mdx
··· 1 + --- 2 + name: 'bluesky visualizers' 3 + date: '2024-11-19' 4 + featured: true 5 + 6 + thumbnail: '/src/assets/projects/bluesky-visualizers/thumbnail.png' 7 + video: '/src/assets/projects/bluesky-visualizers/video-thumbnail.mp4' 8 + 9 + aspect: 'aspect-[1]' 10 + projectUrl: 'https://flo-bit.dev/bluesky-visualizers/' 11 + codeUrl: 'https://github.com/flo-bit/bluesky-visualizers' 12 + 13 + tags: 14 + - 'bluesky' 15 + - 'visualizers' 16 + - 'svelte' 17 + 18 + mainTags: 19 + - 'bluesky' 20 + 21 + images: 22 + - '/src/assets/projects/bluesky-visualizers/emotion.png' 23 + - '/src/assets/projects/bluesky-visualizers/connections.png' 24 + - '/src/assets/projects/bluesky-visualizers/particles.png' 25 + - '/src/assets/projects/bluesky-visualizers/word-cloud.png' 26 + --- 27 + import ProjectGrid from "$components/ProjectPages/ProjectGrid.astro"; 28 + 29 + <ProjectGrid project={frontmatter}> 30 + 31 + made some visualizers for bluesky. really fun to play around with the bluesky api and jetstream, highly recommend. 32 + 33 + </ProjectGrid>
+1 -1
src/content/projects/threlte-vr-code-editor.mdx
··· 1 1 --- 2 2 name: 'vr code editor' 3 3 date: '2024-06-26' 4 - featured: true 4 + featured: false 5 5 6 6 thumbnail: '/src/assets/projects/threlte-vr-code-editor/thumbnail.png' 7 7 video: '/src/assets/projects/threlte-vr-code-editor/video-thumbnail.mp4'
+12 -6
todo.md
··· 2 2 ## todo 3 3 4 4 - add projects 5 + - skywatched 5 6 - youtube party djay 6 7 - instalingua 7 8 - atlas 8 9 - chess puzzles 9 10 - meditation 10 11 - silly engine 11 - - bluesky visualizers 12 + - bluesky trending 13 + - astro custom embeds 14 + - svelte github corner 15 + - svelte github contribution graphs 16 + - uber noise 12 17 - openai realtime wrapper 13 - - astro blog template 14 18 - 3d models 19 + 20 + - [x] astro blog template 21 + - [x] bluesky visualizers 15 22 - [x] planet generator 16 23 - [x] life 17 - - improve planet stuff 24 + - improve planet stuff (don't render when not in view) 18 25 - add favourite stack? 19 - - update favicon (dark mode) 20 26 - featured project? 21 - - autumn planet 22 - - halloween planet 27 + - more planets (autumn, halloween, spring, christmas, summer) 23 28 - accessibility (keyboard navigation, focus styles, check audio version) 24 29 - automatic rebuild every day 30 + - show bluesky posts 25 31 - check all bluesky post types