From eec217ba4b25bdd2e7f03ac7a3a6cc5a5d06cef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Tue, 10 Jul 2018 12:48:51 +0200 Subject: [PATCH] Add github link --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index becb086..6ac2116 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,9 @@ title: "86Box" description: "Emulator of x86-based machines based on PCem" theme: jekyll-theme-cayman + +site.github.is_project_page: true +site.github.repository_name: 86Box +site.github.repository_url: https://github.com/86Box/86Box +site.github.owner_name: OBattler +site.github.owner_url: https://github.com/OBattler