Commit Graph

142 Commits

Author SHA1 Message Date
Sergio Martínez Portela
d81db05633 Show results on notes's search-box. 2022-10-17 00:10:06 +02:00
Sergio Martínez Portela
a616d903fb Implement basic popup creation for note search. 2022-10-04 23:55:57 +02:00
Sergio Martínez Portela
d7905f5b0a Add base for search UI. 2022-10-03 23:40:57 +02:00
Sergio Martínez Portela
7fdf378cee Add script to demo search-server's docker usage. 2022-10-03 00:52:11 +02:00
Sergio Martínez Portela
14d7d0f85e Initial search-server version. 2022-10-03 00:52:11 +02:00
Sergio Martínez Portela
bc3bf30669 Full-text-search with a Quick&Dirty SQLite DB. 2022-09-30 00:13:22 +02:00
Sergio Martínez Portela
8d136312b7 Add body max width. 2022-09-29 23:49:10 +02:00
Sergio Martínez Portela
2d6a994476 Add language as class on code block. 2022-09-29 23:48:56 +02:00
Sergio Martínez Portela
cc8d7d0bc5 Render note tables. 2022-09-28 00:04:06 +02:00
Sergio Martínez Portela
f6254a6c53 Add selectable port on autoserve script. 2022-09-26 23:44:22 +02:00
Sergio Martínez Portela
8ef3c5a636 Use Atkinson-Hyperlegible font. 2022-09-26 23:44:07 +02:00
Sergio Martínez Portela
9990c77964 Add new post to homepage. 2022-09-17 21:14:49 +02:00
Sergio Martínez Portela
e73a7b7062 Avoid line-breaks inside list items. 2022-09-02 00:33:42 +02:00
Sergio Martínez Portela
856ae09b16 feat: Show note tags. 2022-09-02 00:31:16 +02:00
Sergio Martínez Portela
2a90ea8a26 Test font-selection taken from Hackliza.org blog. 2022-08-30 00:44:33 +02:00
Sergio Martínez Portela
4a64a9c732 chore(org-rw): Update headline title handling. 2022-08-28 19:37:53 +02:00
Sergio Martínez Portela
b610d356e8 Render headlines expanded by default. 2022-08-28 14:10:08 +02:00
Sergio Martínez Portela
cf7cc38bd8 Render titles with markup. 2022-08-28 14:09:57 +02:00
Sergio Martínez Portela
89bf34ed46 Remove common indentation of code blocks. 2022-08-27 13:33:47 +02:00
Sergio Martínez Portela
74493fa79d Render tokens of item-list tags. 2022-08-27 13:32:40 +02:00
Sergio Martínez Portela
08a4dc295e [style] Color TODO states. 2022-08-23 21:30:46 +02:00
Sergio Martínez Portela
0bd897d62e [style] Center note top title. 2022-08-23 21:30:26 +02:00
Sergio Martínez Portela
2cbb4f60ad [style] Make note sections more integrated. 2022-08-23 21:30:04 +02:00
Sergio Martínez Portela
246d585213 Fix headline title selection when taking ID from document. 2022-08-23 00:05:03 +02:00
Sergio Martínez Portela
a4981632e5 Fix evaluation of git paths. 2022-08-20 19:17:08 +02:00
Sergio Martínez Portela
d40b49a027 Add title to rendered notes. 2022-08-20 18:21:26 +02:00
Sergio Martínez Portela
f1b84f5615 Add simple styling to root node. 2022-08-20 17:54:41 +02:00
Sergio Martínez Portela
2b18c6a9b3 Fix text paragraph separation. 2022-08-20 17:51:24 +02:00
Sergio Martínez Portela
18ceb6bca5 Make debug print_tree more comprehensive. 2022-08-20 17:51:24 +02:00
Sergio Martínez Portela
9231013ea9 Add simplistic reloading to notes rendering script. 2022-08-20 14:27:45 +02:00
Sergio Martínez Portela
399f00a54f Add index.html generation. 2022-08-20 13:59:15 +02:00
Sergio Martínez Portela
ef1d71dc2f Merge branch 'experiment/graph-explorer-generation' into develop 2022-08-19 19:39:42 +02:00
Sergio Martínez Portela
1280de0ff9 Merge branch 'experiment/blog-generation' into develop 2022-08-19 19:39:19 +02:00
Sergio Martínez Portela
768065165f Reduce link arrow sizes. 2022-08-19 19:37:53 +02:00
Sergio Martínez Portela
f5e8fb25f7 Fill page with chart. 2022-08-19 19:36:42 +02:00
Sergio Martínez Portela
cf524ecee4 Add styling to link titles. 2022-08-19 19:36:32 +02:00
Sergio Martínez Portela
5a9fbfb253 Don't fail on unknown link types. 2022-08-19 19:30:55 +02:00
Sergio Martínez Portela
3bf1a86c31 Fix path to graph-explorer. 2022-08-19 19:30:24 +02:00
Sergio Martínez Portela
f3096eb5d9 Draft post-index. 2022-08-03 21:11:09 +02:00
Sergio Martínez Portela
9483fc1ba4 Add minor style changes on homepage. 2022-07-27 23:52:01 +02:00
Sergio Martínez Portela
189a94c930 Add simple date, tags to posts. 2022-07-25 17:58:58 +02:00
Sergio Martínez Portela
feefd1f4d5 Improve autoserve logic, reduce repeated reloads. 2022-07-25 12:19:32 +02:00
Sergio Martínez Portela
8d831af216 Add blog/post header. 2022-07-25 12:19:21 +02:00
Sergio Martínez Portela
031305f5de Add style for inline code. 2022-07-24 23:56:29 +02:00
Sergio Martínez Portela
ba9eba887b Move dark-mode to monokai. 2022-07-24 23:12:43 +02:00
Sergio Martínez Portela
830c26e333 Add light syntax, using Pygments sas style. 2022-07-24 23:12:43 +02:00
Sergio Martínez Portela
29a9d25381 Add auto-wrapping media queries for CSS static resources. 2022-07-24 23:08:38 +02:00
Sergio Martínez Portela
31a303ab55 Cleaner code blocks in dark mode. 2022-07-22 18:16:48 +02:00
Sergio Martínez Portela
4ebbd47a61 Improve link contrast against background. 2022-07-22 17:58:28 +02:00
Sergio Martínez Portela
ef6072fd27 [minor] Fast styling touches to posts's dark mode. 2022-07-22 00:23:07 +02:00