Commit Graph

69 Commits

Author SHA1 Message Date
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
Tuan Cao
2bb96504c9 Finished constructing backlink from internal links
TODO: performance improvement, and code reability.
2022-04-07 16:52:41 +07:00
Tuan Cao
b47d1053d8 WIP: Render backlink in MarkDown content component. 2022-04-07 10:44:02 +07:00
Tuan Cao
930d7bf48d Refactor to prepare to convert to react component 2022-04-05 11:47:41 +07:00
Tuan Cao
36dcfbb2bc Wrapping MD Content inside MD Container
Boiler plate code for adding multiple MD Content
2022-03-31 16:59:10 +07:00
Tuan Cao
bc844bc0fa More refactoring:
- Move markdown rendering to its own component.
2022-03-31 15:46:10 +07:00
Tuan Cao
08bf40fc35 Clean up unused codes 2022-03-31 15:12:00 +07:00
Tuan Cao
f1fb9e26e2 Add Follow me alert to content. 2022-03-25 15:18:36 +07:00
Tuan Cao
c56bacc34b Put Side bar to both Index and post pages
Make nav bar appear on the left side.
2022-03-24 14:43:18 +07:00