Skip to content

Commit b9fd7f7

Browse files
committed
Serve docs at lokf.nolan-nichols.com
The apex/www domain (www.nolan-nichols.com) is served by the personal-site repo (nicholsn.github.io); a second repo can't share that custom domain, so point the docs at their own subdomain instead of the /lokf/ subpath. - mkdocs site_url -> https://lokf.nolan-nichols.com/ - docs/CNAME so `mkdocs build` emits CNAME for the Pages custom domain - README documentation link updated Manual follow-up: add a DNS CNAME record lokf.nolan-nichols.com -> nicholsn.github.io, and set this repo's Pages custom domain to lokf.nolan-nichols.com.
1 parent 8f131cb commit b9fd7f7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ontology are all generated from that single source.
99

1010
> One sentence: *write OKF markdown, get a queryable knowledge graph for free.*
1111
12-
**Documentation:** <https://www.nolan-nichols.com/lokf/>
12+
**Documentation:** <https://lokf.nolan-nichols.com/>
1313

1414
## Why
1515

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lokf.nolan-nichols.com

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: LOKF — Linked Open Knowledge Format
22
site_description: >-
33
A semantic profile of Google's Open Knowledge Format: write OKF markdown,
44
get a queryable knowledge graph for free.
5-
site_url: https://www.nolan-nichols.com/lokf/
5+
site_url: https://lokf.nolan-nichols.com/
66
repo_url: https://github.com/nicholsn/lokf
77
repo_name: nicholsn/lokf
88
edit_uri: edit/main/docs/

0 commit comments

Comments
 (0)