From 2e9916d8b5d9880419f79b4886bff8e9d22c000d Mon Sep 17 00:00:00 2001 From: rlacko <rlacko@sch.bme.hu> Date: Wed, 10 Mar 2021 22:13:57 +0100 Subject: [PATCH] redirect from readme.md --- README.md | 4 ++++ index.html | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d6479f..098e382 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ 2021-es Python dokumentáció KSZK előadáshoz [Bevezető](guide/01_introduction) + +<script> + window.location.href += "guide/01_introduction"; +</script> diff --git a/index.html b/index.html index 6b8cbb2..ffc838f 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ title: 'Python3', layout: 'wide', darkThemeToggler: true, + detectSystemDarkTheme: true, highlight: ['python', 'cpp'], nav: [ -- GitLab