6cb1ad6279
mask some build errors and make some config changes
2024-01-07 01:50:56 -06:00
7da78c973d
fix issue with margins in notes pages
2024-01-06 22:12:23 -06:00
32c0cd7a23
Adds bg gradient, cute gif, and removes some unused code
2024-01-06 22:00:19 -06:00
0517e2b6de
update playground link
2024-01-06 21:05:53 -06:00
fd51f273f4
Change a lot of things (see description)
...
- removes tailwind (was cool but dont need it)
- reworks a lot of the html
- utilize a no css... library? css file? idk
- add a few details
- rework the navigation on the built notes pages
- write a bunch of tailwind like css classes
- ... maybe some more, too lazy
2024-01-06 21:04:57 -06:00
78be0209ae
update styles
2024-01-01 01:13:10 -06:00
d882af592b
mess around with a playground
2024-01-01 00:30:19 -06:00
c81ebede3a
change a bunch of styles
2023-12-31 21:10:16 -06:00
fc1c4a3224
add types to app file
2023-12-31 15:25:34 -06:00
3ab06bbc66
add link type to homeprops
2023-12-31 15:25:23 -06:00
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
4e26072046
fix bug preventing home notes from rendering
2023-12-31 10:57:12 -06:00
78f98d4f1b
debugging making app work again
2023-12-31 09:35:22 -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
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
060815395a
move construct graph function call to getStaticProps
2023-12-25 22:04:02 -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
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
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
68f3643a5f
remove graph visualization
2023-12-23 22:26:19 -06:00
Tuan Cao
0038c56598
Update tracking to mindstone.tuancao.me
2022-05-26 11:29:36 +07:00
Tuan Cao
936855a136
Some more styling
2022-04-19 15:15:54 +07:00
Tuan Cao
0e929ffdb9
Add basic code highlighting using prism
2022-04-19 13:17:47 +07:00
Tuan Cao
d8806d6771
Fixed layout on home page.
2022-04-18 23:18:26 +07:00
Tuan Cao
e331a9c7c9
Filter out non-existent target edge
2022-04-18 16:47:02 +07:00
Tuan Cao
0efef3cebf
...
2022-04-18 16:37:59 +07:00
Tuan Cao
758a8c90b4
- Add title back to Backlink
...
- Remove duplicated backlink and self-reference.
2022-04-18 12:02:05 +07:00
Tuan Cao
ce8de2da9f
- fix bug: missing nodes in global graph
...
- fix bug: mismatch mapping node in index page (/)
- local graph now include both backlink and forward link
2022-04-18 11:48:36 +07:00
Tuan Cao
13e6cca5a4
Rename layout.js to Capitalize file name (Layout)
...
Removed unused _post.js
2022-04-18 09:09:58 +07:00
Tuan Cao
bfea43bb3e
Refactor: replace reference to 'posts' folder single function call
2022-04-18 08:58:37 +07:00
Tuan Cao
40a947e2ea
Improve mapping slug to filepath, to reduce error when build up graph
...
(WIP 2)
2022-04-17 20:04:58 +07:00
Tuan Cao
5195f9bdcc
Add support for Local Nodes
...
Render Graph in [id] posts
2022-04-15 11:00:45 +07:00
Tuan Cao
b43dfd77b0
Add CytoGraph component to re-present the graph
2022-04-15 09:04:28 +07:00