Michael Tsai

Results 25 comments of Michael Tsai

可用資源: https://github.com/Arthurmcarthur/CjDict2356-iOS/blob/master/%E5%80%89%E9%A0%A1%E5%AD%97%E5%85%B82356/%E5%80%89%E9%A0%A1%E5%AD%97%E5%85%B82356/cjdictdb.db https://github.com/cheukyin699/cangjie-dictionary/blob/master/cangjie5.tsv https://github.com/ginoah/ch2en

Just FYI, here is a demo and how I implement this feature: https://huanlin.cc/blog/2023/08/24/docsy-image-zoom-in/

Hi @mlange-42 , How about modify the baseURL in your Hugo configuration file as below: ``` baseURL = "/" ``` This should fix the JS and CSS path errors when...

> @huanlin @fekete-robert Many thanks for advising this workaround. Will give it a try. However, as the non-serve version is also broken, I guess `hugo --baseURL https://mlange-42.github.io/knowledge/` won't help. >...

Hello, Has anyone succeeded setting custom width and height for a markmap? and how? The only way I found is to modify the [scripts.html file](https://github.com/google/docsy/blob/main/layouts/partials/scripts.html#L13-L18): ```html .markmap > svg {...