diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example index a7bd050..66a977e 100644 --- a/.env.example +++ b/.env.example @@ -5,3 +5,6 @@ EMACS_EMAIL="user@example.org" # Angular configuration ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server" NODEJS_MODULE_DIR="/usr/local/lib/node_modules" + +REVEAL_JS_FILE="/path/to/reveal.js" +REVEAL_CSS_FILE="/path/to/highlight/night-owl.css" |
