diff --git a/.gitignore b/.gitignore index 353b1de..a0a43b6 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ typings/ .DS_Store +# Static build directory +Evie diff --git a/README.md b/README.md index 55f4ef6..c0af7e2 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,23 @@ An MIT licensed template bundled with a minimal style guide to build websites fa  + +Setup +----- + +System dependencies are: + +* npm (v6.0.0+) +* gulp (v4.0.0+) + +To install them, e.g. on Debian use: `# apt-get install npm gulp`. Check your npm and gulp versions using `$ npm -v` and `$ gulp -v`, respectively. If your version is lower than the required versions listed above, install the up to date versions with `# npm install -g npm@latest gulp@latest`. Restart your shell for the changes to take effect. + +Next, install the Javascript dependencies for Evie by running `$ npm install` in the Evie directory. Since Evie is a statically deployed website, security warnings from npm can be safely ignored. + + Usage ----- _This is still under development. For better instructions, head over to the [project website](https://evie.undraw.co)._ -This version contains the development setup, with the source files (SASS,EJS) and a Gulp/Express.js setup. To use it, run `gulp`. This will start the server with live reloading. If you just want to compile a customized production version, the path is "src/theme/" and there you can change the SASS files, customize colors, make any change you want and run `gulp build`. This will generate a "theme" folder which contains your static website. - -### Real documentation coming soon +This version contains the development setup, with the source files (SASS,EJS) and a Gulp/Express.js setup. To use it, run `gulp`. This will start the server with live reloading. If you just want to compile a customized production version, the path is "src/theme/" and there you can change the SASS files, customize colors, make any change you want and run `gulp build`. This will generate a "Evie" folder which contains your static website. diff --git a/package-lock.json b/package-lock.json index a809473..ef1a173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2713,7 +2713,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -2734,12 +2735,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -2754,17 +2757,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -2881,7 +2887,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -2893,6 +2900,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -2907,6 +2915,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -2914,12 +2923,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -2938,6 +2949,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -3018,7 +3030,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -3030,6 +3043,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -3115,7 +3129,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -3151,6 +3166,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -3170,6 +3186,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -3213,12 +3230,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, diff --git a/src/theme/auth.ejs b/src/theme/auth.ejs index 402f98e..5304f35 100644 --- a/src/theme/auth.ejs +++ b/src/theme/auth.ejs @@ -1,8 +1,7 @@
- - +Fill in your email and password to proceed
-