Commit Graph

177 Commits

Author SHA1 Message Date
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
c245e92fde clean up some code 2023-12-24 00:11:22 -06:00
f8298e7930 fix file path characters bug 2023-12-23 23:02:08 -06:00
68f3643a5f remove graph visualization 2023-12-23 22:26:19 -06:00
3e692b65fe throw error if notes dir has not been created yet 2023-12-23 21:33:28 -06:00
324f120312 remove trailaing comma in package file 2023-12-23 21:33:06 -06:00
44aa86d5cd delete posts 2023-12-23 21:27:28 -06:00
abfd0e74b3 add my notes as a submodule 2023-12-23 21:27:04 -06:00
cdc5d925dc delete advanced topics from posts 2023-12-23 21:15:03 -06:00
8c270717ce update gitignore to ignore posts dir 2023-12-23 21:14:44 -06:00
07f403d212 update package file 2023-12-23 20:44:11 -06:00
b11f9315f6 omit graph data from commits 2023-12-23 20:18:22 -06:00
c31428d8e4 fix a few utils bugs
- unified import no longer default import
- make index file a variable but also be my actual entry file for my notes
- create some variables to make reading easier
- cleanup the file/directory replacement characters (what like "++++" which is ridiculous)
- lots of formatting changes
2023-12-23 20:16:56 -06:00
44c5ca07b2 fix the unified import - no longer default import 2023-12-23 20:13:02 -06:00
0f845a3218 fix isFile bug
was previously using `fs.lstatSync().isFile()`. The `isFile()` method doesnt seem to exist so i went with `fs.existsSync()` instead.
2023-12-23 20:12:31 -06:00
2536c40517 improve mdcontent component
- added backlink group component that places all backlinks into a details element so the page is a little cleaner
- changes the "powered by" section to be more relevent to me
- show "no backlinks found" instead of details if no backlinks
- remove the alert at the top of every note
- formatting changes
2023-12-23 20:10:03 -06:00
ccab82f972 fix treeview imports 2023-12-23 20:06:57 -06:00
08b53b105e delete starter posts 2023-12-23 20:06:26 -06:00
28a1961913 upgrade all packages to latest and convert to using bun 2023-12-23 20:04:46 -06:00
Tuan Cao
b0ea169e37 Add missing package 2022-05-26 11:32:55 +07:00
Tuan Cao
0038c56598 Update tracking to mindstone.tuancao.me 2022-05-26 11:29:36 +07:00
Tuan Cao
2c55212bef Update Readme 2022-05-17 07:35:39 +07:00
Tuan Cao
561dc104a3 Rudimentary build cache remover. 2022-04-29 15:43:30 +07:00
Tuan Cao
233e5ba4ed Remove troublesome FrontMatter pluggin (temporarily)
Cached graph-data, which result in hugely improved build performance and probably browsing experience as well
2022-04-29 15:35:10 +07:00