-
How can I use typescript in docute?
-
**large viewport version**
![Table of Content](https://user-images.githubusercontent.com/2096101/56357686-ac202d00-61dc-11e9-8556-40df82284895.png)
**small viewport version**
![Table of Conte…
-
The current behavior is to open externel links (path with full url) at new tabs, but sometimes I don't want this (e.g. a navbar item which links to a page relevant to the current page, and the user ma…
stdrc updated
5 years ago
-
Using [`presite`](https://github.com/egoist/presite) to create static html of a Docute site is great, except I have found that each route has
```html
new Docute({
target: "#do…
-
I'm not familiar with the 'stack'. The gist of it is you build spa, and then convert it back to html for the purposes of the faster first load. https://gridsome.org/docs/jamstack
-
I often print the docs in docute by printer. But it also print the burger icon and the sidebar. I need to hide them when I print the docs. Could you please add this feature? Thanks. Love you, egoist. …
-
有几个问题
1. 有一些生成文件混进来了
2. 不同语言的目录层级不同,英语在根目录下,汉语却在 `zh` `cn` 两个文件夹
3. 单个文件太长,编辑困难,能否分成多个文件,在生成 html 时再进行合并
-
[](https://issuehunt.io/r/egoist/docute/issues/216)
Currently user can only expand the nav items but cannot collapse it. It should be able to collapse the item simply by clicking on it again.
…
-
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
- [ ] You have read and followed closely the [Wiki](htt…
-
我想用下面的代码加载assets目录下的资源
```go
web := twig.TODO()
web.AddServer(twig.NewServer(":4321"))
web.Config().
Static("/static/*", "/Users/xxx/go/src/xxx/assets/*").
```
结果报错:
```
Refused to appl…