Xin
Xin
yes, it's pretty neat. with that new function, the interface of the card component could be further simplified.
Can you paste the example above in a code block?
For site with under 1000 pages, the build speed is tolerable. With ~1000 pages, the nested sidebar traversal and mobile navigation bar would consume tremendous time during build process. Here's...
Can you try add new lines before and after the image markdown?
> bump. same issue. > > also affects SEO with a lot of internal links spamming each page. i did notice the `sidebar-data-source` and #376 any chance it will be...
> Whilst this can be done by manually creating folders and copying and altering documentation, the management would become burdensome. what's the reason behind `copying and altering`? I think a...
@Lachlan-White thanks. I also agree that it's something good to have, especially for software documentation site. We do have an open incomplete PR #221 that implements the sub-menu support in...
you may use the relative path ``, which should always work ``` content/ ├── docs │ ├── my-page │ │ ├── content1.md │ │ ├── content2.md │ │ ├──...
I understand that's unintuitive but that's how Hugo handles the assets files under a folder. What we see in the file system is `content1.md`. It will eventually produce: ``` image1.png...
Thanks! this would be a nice enhancement