commit 3107c79fa92dd6fb3532b658804650c42880886c parent e5e4a225444b113bf6da1fe1d76c4fa5dff716f7 Author: Suzanne Soy <ligo@suzanne.soy> Date: Sat, 3 Apr 2021 23:12:17 +0100 First commit with new personal site Diffstat:
| A | .nojekyll | | | 0 | |
| D | _config.yml | | | 3 | --- |
| M | index.html | | | 14 | ++++++++++---- |
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/.nojekyll b/.nojekyll diff --git a/_config.yml b/_config.yml @@ -1,2 +0,0 @@ -plugins: - - jekyll-redirect-from -\ No newline at end of file diff --git a/index.html b/index.html @@ -1,3 +1,10 @@ ---- -redirect_to: "https://jsmaniac.github.io/phc-thesis/phc-thesis/" ---- -\ No newline at end of file +<!DOCTYPE html> +<html xmlns="http://wwww.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Suzanne Soy’s page</title> +</head> +<body> +<p>Latest version of my <a href="https://jsmaniac.github.io/phc-thesis/phc-thesis/">Ph.D draft</a></p> +</body> +</html>