From 59478a35819b1e5aac8303c0a3f7525646decfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Wed, 19 Jul 2023 03:57:37 +0100 Subject: [PATCH] init repo --- .gitignore | 12 ++++++++++++ README.md | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88731af --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +sitehome +config +target +Cargo.lock +.DS_Store +workspace.code-workspace +shunit2 +._.DS_Store +.VSCodeCounter +wrks +tmp +local_bin diff --git a/README.md b/README.md new file mode 100644 index 0000000..48cf1f9 --- /dev/null +++ b/README.md @@ -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). + +