From b24681829d69b1d524171720e5090cb851be981c Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 18 Sep 2017 17:46:58 -0700 Subject: [PATCH] The main repo is no longer used for the production website --- CNAME | 1 - _config.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 818f9a09a..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.pcjs.net diff --git a/_config.yml b/_config.yml index 303b3d6ad..77678a7b3 100644 --- a/_config.yml +++ b/_config.yml @@ -8,8 +8,8 @@ description: > (up through the 80386), C1Pjs for the 6502-based Ohio Scientific Challenger 1P, PC8080 for 8080-based machines such as Space Invaders and the DEC VT100 Terminal, and PDPjs with support for PDP-10 and PDP-11 machines. PCjs also provides an archive of selected historical PC software, publications, and reference materials. -baseurl: "" # "/pcjs" when using http://jeffpar.github.io or "" when using http://www.pcjs.org -url: "http://www.pcjs.org" # "http://jeffpar.github.io" or "http://www.pcjs.org" +baseurl: "/pcjs" # "/pcjs" when using http://jeffpar.github.io or "" when using http://www.pcjs.org +url: "http://jeffpar.github.io" # "http://jeffpar.github.io" or "http://www.pcjs.org" twitter_username: jeffpar github_username: jeffpar