From 22c7d2cfa31d83eb81c5ab397e287c2212691e71 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 22 Jan 2023 18:59:38 -0500 Subject: WIP on Wind Fields, and updated resume --- _posts/plato_2.html | 4 +++ _posts/postList.js | 16 ++++++++++ _posts/processPosts.js | 14 +-------- download/build.js | 13 +++++++-- download/cv.pdf | Bin 1161713 -> 1218523 bytes download/resume_dl.css | 9 +++++- download/resume_dl.html | 74 +++++++++++++++++++++++++++++++++++------------ generator/main.go | 24 +++++++++++++++ resume.css | 4 +++ resume.html | 49 ++++++++++++++++++++----------- themes/dist/output.wasm | Bin 139379 -> 139473 bytes themes/src/Snowflake.cpp | 26 +++++++++++------ themes/src/Snowflake.h | 4 ++- themes/src/Windfield.cpp | 28 ++++++++++++++++++ themes/src/Windfield.hpp | 38 ++++++++++++++++++++++++ 15 files changed, 241 insertions(+), 62 deletions(-) create mode 100644 _posts/plato_2.html create mode 100644 _posts/postList.js create mode 100644 generator/main.go create mode 100644 themes/src/Windfield.cpp create mode 100644 themes/src/Windfield.hpp diff --git a/_posts/plato_2.html b/_posts/plato_2.html new file mode 100644 index 0000000..25ceec6 --- /dev/null +++ b/_posts/plato_2.html @@ -0,0 +1,4 @@ +

Introduction

+

+ Continuing in my reading of A Plato Reader: Eight Essential Dialogues, I recently came across Phaedo. +

\ No newline at end of file diff --git a/_posts/postList.js b/_posts/postList.js new file mode 100644 index 0000000..bc0f919 --- /dev/null +++ b/_posts/postList.js @@ -0,0 +1,16 @@ +module.exports = [ + { + url: "_posts/hello_world.html", + title: "Hello, World!", + tags: [ "personal" ] + }, + { + url: "_posts/plato_1.html", + title: "Euthyphro: the Pious and the God-loved", + tags: [ "books" ] + }, + { + url: "_posts/plato2.html", + title: "Phaedo: Death and the Soul" + } +]; diff --git a/_posts/processPosts.js b/_posts/processPosts.js index 47b757c..2bd6ff1 100644 --- a/_posts/processPosts.js +++ b/_posts/processPosts.js @@ -2,6 +2,7 @@ const fs = require('fs'); const path = require('path'); +const posts = require('./postList'); const tags = [ { @@ -22,19 +23,6 @@ const tags = [ } ] -const posts = [ - { - url: "_posts/hello_world.html", - title: "Hello, World!", - tags: [ "personal" ] - }, - { - url: "_posts/plato_1.html", - title: "Euthyphro: the pious and the god-loved", - tags: [ "books" ] - } -]; - function createTagFile(tag) { const dir = path.resolve(path.join(__dirname, '..', 'posts')); diff --git a/download/build.js b/download/build.js index 39c79cc..6c58162 100644 --- a/download/build.js +++ b/download/build.js @@ -18,8 +18,17 @@ const newHeader = ` - - + + + + + + + @@ -320,11 +341,11 @@ img.emoji { C# - 2.5 yrs + 2½ yrs Python - 2.5 yrs + 2½ yrs C/C++ @@ -349,15 +370,15 @@ img.emoji { node.js - 2.5 yrs + 2½ yrs Unity - 2.5 yrs + 2½ yrs ASP.NET - 2.5 yrs + 2½ yrs OpenGL @@ -382,15 +403,15 @@ img.emoji { VSCode - 2.5 yrs + 2½ yrs Visual Studio - 2.5 yr + 2½ yr Webpack - 2 yrs + 2½ yrs @@ -473,22 +494,25 @@ img.emoji { @@ -513,6 +537,9 @@ img.emoji {