aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2020-10-31 15:24:26 +0100
committerJoris2020-10-31 15:24:26 +0100
commit1e167679f6827c7119d616633b21fffef269cd75 (patch)
tree9c846c03913366936a093976a329e7a774002283 /README.md
parentc9c0a6e8651da823b41e4186a736f2dbb48919db (diff)
Use only HTML and CSS
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 4 insertions, 26 deletions
diff --git a/README.md b/README.md
index cc6d0d2..1bdb0fa 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,13 @@
# Personal Page
-Live [here](https://guyonvarch.gitlab.io/personalPage).
+Live [here](https://guyonvarch.me).
-[![build status](https://gitlab.com/guyonvarch/personalPage/badges/deploy/build.svg)](https://gitlab.com/guyonvarch/personalPage/commits/master)
+## Getting started
-## Required dependency
-
-- `pdflatex`
-
-## Gettings started
-
-Install nix and follow the instructions:
-
-```bash
-curl https://nixos.org/nix/install | sh
-```
-
-Then, start the environment with:
-
-```bash
-make start
-```
-
-Later, stop the environment with:
-
-```bash
-make stop
-```
+Open `public/index.html`.
## Deploy
```bash
-./make deploy
+./deploy
```