Skip to content

Commit

Permalink
Converted json files to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Feb 20, 2024
1 parent 5fd6c43 commit 3f3bb2b
Show file tree
Hide file tree
Showing 10 changed files with 236 additions and 162 deletions.
70 changes: 70 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"deploy": "gh-pages -d build -t true"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^1.0.0-next.50",
"@sveltejs/kit": "^1.20.4",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/timeline/Timeline.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts">
import { pxStringToFloat } from "$lib/util";
import data from "$lib/json/projects.json";
import data from "$lib/yaml/projects.yml";
import TimeNode from "./TimeNode.svelte";
import TimelineFill from "./TimelineFill.svelte";
import { onMount } from "svelte";
Expand Down
99 changes: 0 additions & 99 deletions src/lib/json/playground.json

This file was deleted.

53 changes: 0 additions & 53 deletions src/lib/json/projects.json

This file was deleted.

95 changes: 95 additions & 0 deletions src/lib/yaml/playground.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# next_id: 14
images:
- id: 1
title: Beneath the Fireflies
desc:
Jellal and Erza from Fairy Tail, one of my favorite anime ships to this day.
A redraw of a 2020 illutration that I thought was my best work yet (at the time).
date: 2023
link: https://www.instagram.com/p/Cvfk8EoIIOy/?img_index=2
link_text: See the original piece!
- id: 2
title: Coronation
desc:
Kieran and Lauren from Purple Hyacinth, a webtoon I really enjoy! Winner of
the 2022 Purple Hyacinth fanart contest. This won me the drawing tablet I use
today :)
date: 2022
link: https://www.instagram.com/p/CaxpNBmPXvu/?img_index=1
link_text: See closeups and progress shots
- id: 3
title: Innocent
desc:
Another Purple Hyacinth painting, this time playing around with textures and
trippy effects :)
date: 2022
- id: 4
title: The Act
desc:
Adam Bahri from The Guy Upstairs! Totally sane, handsome, green flag boyfriend
material. Tried a more comic-like sketching style where all the shading is done
before you add any colors.
date: 2023
link: https://www.instagram.com/p/CpLqVVfPoGf/?img_index=1
link_text: Meme redraw \U0001F61B
- id: 5
title: Thalael
desc:
Fanart of Thalia and Arael, characters from The Pendant of Hyacinth. Love
how the lighting turned out :)) Won 4th place in @rileyquinnart's 100k DTIYS.
date: 2022
- id: 6
title: Toy Dragon
desc:
A complete redraw of an older piece! Although I draw a lot of people these
days, I used to love drawing backgrounds and especially clouds. I wanted to try
my hand at Studio Ghibli vibes in this piece.
date: 2022
link: https://www.instagram.com/p/Cl9cAfIP5SA/?img_index=1
link_text: See the original piece!
- id: 7
title: Iris
desc:
An original character of mine. Hopefully you'll see her in a story or comic
someday \U0001F609
date: 2023
- id: 8
title: Portrait of a Time Reaper
desc:
Another original character of mine! The Time Reaper, a cynical lender who
deals in time—he loans and collects time from mortals.
date: 2022
- id: 9
title: By the Windowsill
desc:
Two characters I really love to draw. No set story for them yet, but here's
a universe where they attend a magic academy together.
date: 2022
- id: 10
title: The Grand Duckess
desc: All hail the superior duck.
date: 2021
- id: 11
title: Cafe
desc:
Warm and glowy vibes with my character Rain. Every single part of the background
was hand-drawn and took insanely long \U0001F62D
date: 2022
link: https://www.instagram.com/p/Ce9FIUEltTt/?img_index=2
link_text: See closeups
- id: 12
title: Preparation
desc: A world exploration where Rain is priestess of the moon.
date: 2022
- id: 13
title: Bonfire
desc:
Painted two of my good friends from one of the prettiest sunsets I've ever
seen.
date: 2023
- id: 14
title: Heights
desc:
An experiment where Rain is from fantasy world that combines western and eastern
visuals.
date: 2022
Loading

0 comments on commit 3f3bb2b

Please sign in to comment.