Last active
September 21, 2025 07:00
-
-
Save appleneko2001/e1e7eca1c8921b9d914d4b80a4948a15 to your computer and use it in GitHub Desktop.
my website project listing data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "header": "Hello world! my works page!", | |
| "date": "2025-09-21T09:00", | |
| "status": "ongoing", | |
| "desc": "I'll put some data to here later :P", | |
| "cover": { | |
| "isIcon": true, | |
| "icon": "material:emoji_objects" | |
| }, | |
| "links": [ | |
| { | |
| "name": "My \"Gists\"", | |
| "url": "https://gist.github.com/appleneko2001" | |
| } | |
| ] | |
| }, | |
| { | |
| "header": "OMG It's SvelteKit!", | |
| "date": "2025-08-22T09:00", | |
| "status": "ongoing", | |
| "desc": "Time to learn some Svelte coding and SvelteKit by reseting my github.io repository. I know its stupid, but my old and retard posts will keep in history, unless GitHub gonna delete them. This website will be portfolio basically.", | |
| "cover": { | |
| "isIcon": true, | |
| "icon": "svelte" | |
| }, | |
| "links": [ | |
| { | |
| "name": "Portfolio app source-code", | |
| "url": "https://github.com/appleneko2001/appleneko2001.github.io/tree/sveltekit-ng" | |
| }, | |
| { | |
| "name": "alt github.io branches (cringe content warning)", | |
| "url": "https://github.com/appleneko2001/appleneko2001.github.io/branches" | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment