init repo
This commit is contained in:
commit
59478a3581
2 changed files with 16 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
sitehome
|
||||
config
|
||||
target
|
||||
Cargo.lock
|
||||
.DS_Store
|
||||
workspace.code-workspace
|
||||
shunit2
|
||||
._.DS_Store
|
||||
.VSCodeCounter
|
||||
wrks
|
||||
tmp
|
||||
local_bin
|
||||
4
README.md
Normal file
4
README.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[Doc Server](./) is a **Web Server** in [Rust](https://www.rust-lang.org) for [static content](./static_content.md)
|
||||
with **Control access** via [authorizations](./auths.md), fully customizable with [settings](./settings.md).
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue