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

Florian (Jan 22, 2024, 5:28 AM +0100) 6cd9c4c8 f88f2ba3

+8 -2
+1 -1
package-lock.json
··· 1 1 { 2 - "name": "portfolio", 2 + "name": "flobitportfolio", 3 3 "version": "0.0.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true,
+1 -1
package.json
··· 1 1 { 2 - "name": "portfolio", 2 + "name": "flobitportfolio", 3 3 "version": "0.0.1", 4 4 "private": true, 5 5 "scripts": {
+6
src/lib/components/Posts.svelte
··· 8 8 9 9 const articles: Article[] = [ 10 10 { 11 + title: 'How I recreated this awesome text fluid effect', 12 + description: 'A step-by-step approach', 13 + date: '2024-01-22', 14 + href: 'https://flobit.substack.com/p/how-i-recreated-this-awesome-text' 15 + }, 16 + { 11 17 title: 'Four free startup ideas for you', 12 18 description: 13 19 'Because there\'s not enough startups in this world',