Commit Graph

200 Commits

Author SHA1 Message Date
58b03b3b96 fix backlinks type and imports 2023-12-31 15:15:25 -06:00
72289219eb update some styling to be more fluid 2023-12-31 14:29:30 -06:00
25889669f2 make router nav to correct directory 2023-12-31 11:56:14 -06:00
d0424a70f2 fixing react props issues 2023-12-31 11:13:10 -06:00
4e26072046 fix bug preventing home notes from rendering 2023-12-31 10:57:12 -06:00
7fc90d80b5 update tsconfig 2023-12-31 09:35:37 -06:00
78f98d4f1b debugging making app work again 2023-12-31 09:35:22 -06:00
250081b32a move styles around and add logo theme 2023-12-31 09:34:59 -06:00
abf8b40591 make next config js file 2023-12-30 10:49:39 -06:00
eeee169975 add eslint to project 2023-12-30 10:42:21 -06:00
41f445c7a0 update a few more components to typescript 2023-12-29 20:02:17 -06:00
0b620a344f convert some more components to typescript 2023-12-29 19:17:02 -06:00
36236ceead add typescript support to app 2023-12-29 17:29:50 -06:00
416544c384 do the same for social link (forgot to uncomment and fix) 2023-12-29 17:22:20 -06:00
dfac676f38 move list components to components dir 2023-12-29 17:20:43 -06:00
4ce7d3fcf0 Portfolio improvements 2023-12-29 00:03:35 -06:00
a3441a5f91 add some tweets 2023-12-27 23:45:31 -06:00
a562335972 add some useful links and socails icons 2023-12-27 23:06:32 -06:00
3a3fda85ca make all skills same color 2023-12-27 23:06:20 -06:00
723cf54237 redo some of the styles 2023-12-27 20:34:50 -06:00
a1826fdcba convert all new class usages to use this. 2023-12-26 23:36:36 -06:00
cf93ff3231 export instantiation of util class 2023-12-25 22:42:33 -06:00
08f828b955 create util class 2023-12-25 22:39:48 -06:00
0eb54fb638 add default theme spread 2023-12-25 22:39:11 -06:00
0af046b5ea comment out matter stuff 2023-12-25 22:38:56 -06:00
52969bebfa update next config 2023-12-25 22:04:13 -06:00
060815395a move construct graph function call to getStaticProps 2023-12-25 22:04:02 -06:00
fd45def1bf convert node to static class 2023-12-25 22:03:37 -06:00
84c657cffa make transformer methods static 2023-12-25 21:40:06 -06:00
f56e07b94e convert transformer to a class
NOTE - all of these methods can be static i believe. no need to use this and instantiate new instances every time.. i dont think atm anyway
2023-12-25 20:48:51 -06:00
1adbbe2f54 revert ol,ul,menu styles 2023-12-25 20:25:55 -06:00
13acd7416a remove font-mono class from body 2023-12-25 19:50:44 -06:00
d59620e25c rename note dir to notes dir 2023-12-25 19:50:31 -06:00
31c5635f8a remove throw and replace with warning 2023-12-25 19:50:08 -06:00
74e960f14e add job, project, and skill components 2023-12-25 19:28:08 -06:00
90bddfde70 add a back to porfolio link to folder tree component 2023-12-25 19:27:55 -06:00
ba483eb27d comment out unneeded code from lib files 2023-12-25 19:27:32 -06:00
67f7658907 update imports, classname and remove graphdata from note index 2023-12-25 19:27:15 -06:00
4292c53fde update classname in note id file 2023-12-25 19:26:45 -06:00
f572287de3 remove nasty google links 2023-12-25 19:26:17 -06:00
712d09e96c replace index.html with index.js file 2023-12-25 19:25:55 -06:00
14e051515a remove a bunch of public bloat and scripts files
scripts files are no longer needed
2023-12-25 19:25:35 -06:00
a2486be6ff remove style css file and add water.css file to global tailwind overrides
TODO - make this a submodule
2023-12-25 19:25:08 -06:00
9ef5d06097 add some tailwind ui packages 2023-12-25 19:24:13 -06:00
8e31dcb268 update configuration files 2023-12-25 19:23:52 -06:00
78e329b1b1 no idea whats done in this commit 2023-12-24 08:16:52 -06:00
5fd149397b remove PlausibleProvider 2023-12-24 00:13:41 -06:00
e85b4488b3 work on getting things to look right 2023-12-24 00:13:29 -06:00
107580db20 make root serve static html 2023-12-24 00:12:31 -06:00
c92c9e0657 install tailwind 2023-12-24 00:12:05 -06:00