| Age | Commit message (Collapse) | Author |
|
The "install-tools" task install the ciigo binary using Go tools
into user's ${GOBIN}.
The "serve" task serve the HTML files for local development and
automatically convert ".md" files to HTML for previewing.
|
|
In this changes we introduce eslint as our linter for TypeScript and
update our tsconfig to be more strict.
The ".eslintrc.yaml" and "tsconfig.json" is taken from golang/website
repository [1].
[1]: https://cs.opensource.google/go/x/website
|
|
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
The vfs.js implement the web user interface for virtual file system
explorer.
|