Skip to content

Commit 25d989b

Browse files
committed
added back index to fix site on GH pages, though hiding from the nav
1 parent afa7353 commit 25d989b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Ocre Docs
22
description: Documentation for the Ocre runtime
33
baseurl: "" # the subpath of your site, e.g. /blog
4-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
4+
url: "https://docs.project-ocre.org" # the base hostname & protocol for your site, e.g. http://example.com
55
repository: project-ocre/project-ocre.github.io
66
theme: just-the-docs
77

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Home
3+
layout: home
4+
nav_exclude: true
5+
---

0 commit comments

Comments
 (0)