# HG changeset patch # User Paper # Date 1731995749 18000 # Node ID caa6f0e136c83afdbc4d9f6745a8aaa88477ea6f # Parent 809b6a0ca2e9b1767877e6663b96f1fc2f56672f *: add cheese section that's really just a photo gallery diff -r 809b6a0ca2e9 -r caa6f0e136c8 _data/cheese.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_data/cheese.yml Tue Nov 19 00:55:49 2024 -0500 @@ -0,0 +1,6 @@ +- name: Schism on my powerbook g3 pismo running panther + link: /media/cheese/macosx-panther-schism.jpg +- name: weeaboo brainrot + link: /media/cheese/weeaboo-brainrot.jpg +- name: my performa 630CD + link: /media/cheese/performa-630cd.jpg \ No newline at end of file diff -r 809b6a0ca2e9 -r caa6f0e136c8 _data/navigation.yml --- a/_data/navigation.yml Sun Nov 03 06:28:32 2024 -0500 +++ b/_data/navigation.yml Tue Nov 19 00:55:49 2024 -0500 @@ -4,4 +4,6 @@ link: /code/ - name: blog link: /blog/ - prefix: /blog/ \ No newline at end of file + prefix: /blog/ +- name: cheese + link: /cheese/ \ No newline at end of file diff -r 809b6a0ca2e9 -r caa6f0e136c8 _posts/2024-11-03-long-live-powerpc.html --- a/_posts/2024-11-03-long-live-powerpc.html Sun Nov 03 06:28:32 2024 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ ---- -layout: post -author: Paper -title: 'Long live PowerPC!' -nowplaying: 'Sko - One of us' ---- - diff -r 809b6a0ca2e9 -r caa6f0e136c8 cheese/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cheese/index.html Tue Nov 19 00:55:49 2024 -0500 @@ -0,0 +1,9 @@ +--- +layout: default +title: cheese +--- +
+{% for item in site.data.cheese %} + {{ item.name }} +{% endfor %} +
diff -r 809b6a0ca2e9 -r caa6f0e136c8 css/style.css --- a/css/style.css Sun Nov 03 06:28:32 2024 -0500 +++ b/css/style.css Tue Nov 19 00:55:49 2024 -0500 @@ -169,6 +169,23 @@ height: auto; } +.cheese-list { + display: flex; + + flex-wrap: wrap; + justify-content: center; + + row-gap: 0.5em; + column-gap: 0.5em; +} + +.cheese-image { + display: block; + + height: 35vh; + width: auto; +} + .plugs-list { display: flex; width: 100%; diff -r 809b6a0ca2e9 -r caa6f0e136c8 media/blog/macosx-panther-schism.png Binary file media/blog/macosx-panther-schism.png has changed diff -r 809b6a0ca2e9 -r caa6f0e136c8 media/cheese/macosx-panther-schism.jpg Binary file media/cheese/macosx-panther-schism.jpg has changed diff -r 809b6a0ca2e9 -r caa6f0e136c8 media/cheese/performa-630cd.jpg Binary file media/cheese/performa-630cd.jpg has changed diff -r 809b6a0ca2e9 -r caa6f0e136c8 media/cheese/weeaboo-brainrot.jpg Binary file media/cheese/weeaboo-brainrot.jpg has changed