From 719d63c60e2381c84313d27a93914ea6ef22b7ec Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 17 Dec 2015 16:22:56 -0800 Subject: [PATCH] Blog post fix --- Gemfile | 1 + _config.yml | 6 ++++-- _posts/2015-02-22-compaq-deskpro-386.md | 7 ++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 053c27dc3..8cc092e96 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' gem 'github-pages' +gem 'jekyll-sitemap' diff --git a/_config.yml b/_config.yml index 08f9b9f62..f968fe196 100644 --- a/_config.yml +++ b/_config.yml @@ -12,11 +12,13 @@ url: "http://www.pcjs.org" # "http://jeffpar.github.io" or "http://www.pcjs.org twitter_username: jeffpar github_username: jeffpar +gems: + - jekyll-sitemap + # Build settings -exclude: ["index.html", "logs", "node_modules", "**/static", "src", "tmp", "videos", "web"] +exclude: ["index.html", "logs", "node_modules", "**/c64", "**/static", "src", "tmp", "videos", "web"] markdown: kramdown - kramdown: input: GFM hard_wrap: false diff --git a/_posts/2015-02-22-compaq-deskpro-386.md b/_posts/2015-02-22-compaq-deskpro-386.md index 12e35d52d..63d2a7a47 100644 --- a/_posts/2015-02-22-compaq-deskpro-386.md +++ b/_posts/2015-02-22-compaq-deskpro-386.md @@ -19,14 +19,11 @@ to find Compaq Maintenance and Service guides online, but their Technical Refere they were expensive ($149) and not many were sold. Anyway, I'm hoping to either borrow or buy a copy, and then scan and post it. -A Compaq DeskPro 386 test configuration is displayed below. It's located at: - -> [/devices/pc/machine/compaq/deskpro386/ega/2048kb/](/devices/pc/machine/compaq/deskpro386/ega/2048kb/) - +A [Compaq DeskPro 386](/devices/pc/machine/compaq/deskpro386/ega/2048kb/) test configuration is displayed below. The configuration doesn't run, and the debugger can't disassemble 80386-specific code yet, but this is what I will be using to test and debug my changes over the next few months. -{% include machine.html id="deskpro386" %}) +{% include machine.html id="deskpro386" %} *[@jeffpar](http://twitter.com/jeffpar)* *February 22, 2015*