feature: html with SSI
This commit is contained in:
parent
d917b69753
commit
0f65e57539
10 changed files with 210 additions and 27 deletions
|
@ -1,9 +1,11 @@
|
|||
import * as html from './html.ts';
|
||||
import * as markdown from './markdown.ts';
|
||||
import * as static_files from './static.ts';
|
||||
import * as typescript from './typescript.ts';
|
||||
|
||||
export default {
|
||||
html,
|
||||
markdown,
|
||||
static: static_files,
|
||||
typescript
|
||||
typescript,
|
||||
static: static_files
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue