summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2021-11-18 09:21:28 -0600
committerDanny Holman <dholman@gymli.org>2021-11-18 09:26:14 -0600
commite5610c16378f8863eddafa9ab05f7b8067bb7567 (patch)
treec1169062f5b05f41ced8eba0613c8dc8918217b2
parentf629678a9412ae6c59f8818096c211410841aada (diff)
Update Box homepage
Update the Box project homepage to use proper HTML5 syntax.
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock47
-rw-r--r--_data/pagelist.yml2
-rw-r--r--oss/box/index.html6
4 files changed, 34 insertions, 23 deletions
diff --git a/Gemfile b/Gemfile
index f01a4f8..61c48a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,3 +16,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
+
+gem "kramdown-parser-gfm", "~> 1.1"
diff --git a/Gemfile.lock b/Gemfile.lock
index c056999..0c8712d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,66 +1,70 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.7.0)
+ addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
- concurrent-ruby (1.1.5)
- em-websocket (0.5.1)
+ concurrent-ruby (1.1.9)
+ em-websocket (0.5.3)
eventmachine (>= 0.12.9)
- http_parser.rb (~> 0.6.0)
+ http_parser.rb (~> 0)
eventmachine (1.2.7)
- ffi (1.11.3)
+ ffi (1.15.4)
forwardable-extended (2.6.0)
- http_parser.rb (0.6.0)
+ http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
- jekyll (3.8.6)
+ jekyll (3.9.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
- kramdown (~> 1.14)
+ kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
- jekyll-feed (0.13.0)
+ jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
- jekyll-seo-tag (2.6.1)
- jekyll (>= 3.3, < 5.0)
+ jekyll-seo-tag (2.7.1)
+ jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
- kramdown (1.17.0)
+ kramdown (2.3.1)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
liquid (4.0.3)
- listen (3.2.1)
+ listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (4.0.3)
- rb-fsevent (0.10.3)
+ public_suffix (4.0.6)
+ rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
- rouge (3.14.0)
+ rexml (3.2.5)
+ rouge (3.26.1)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- texture (0.3)
- jekyll (~> 3.7)
- jekyll-seo-tag (~> 2.1)
+ texture (0.5)
+ jekyll (>= 3.7)
+ jekyll-seo-tag (>= 2.1)
thread_safe (0.3.6)
- tzinfo (1.2.6)
+ tzinfo (1.2.9)
thread_safe (~> 0.1)
- tzinfo-data (1.2019.3)
+ tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
wdm (0.1.1)
@@ -70,6 +74,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.7)
jekyll-feed (~> 0.12)
+ kramdown-parser-gfm (~> 1.1)
texture
tzinfo (~> 1.2)
tzinfo-data
diff --git a/_data/pagelist.yml b/_data/pagelist.yml
index 18ec108..824f81e 100644
--- a/_data/pagelist.yml
+++ b/_data/pagelist.yml
@@ -9,7 +9,7 @@ page_list:
url: "/about.html"
- title: Repos
- url: "https://git.gymli.xyz"
+ url: "https://git.gymli.org"
- title: RSS
url: "/feed.xml"
diff --git a/oss/box/index.html b/oss/box/index.html
index e267498..d0641b3 100644
--- a/oss/box/index.html
+++ b/oss/box/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>Box Kernel</title>
@@ -9,9 +10,12 @@
bootstrap code written in x86 assembly.</p>
<h4>Useful links</h4>
<ul>
- <li><a href="https://git.gymli.xyz/pub/dholman/box.git/">Git repository</a></li>
+ <li><a href="https://git.gymli.org/pub/dholman/box.git/">Git repository</a></li>
</ul>
<h4>Relevant standards documents</h4>
<ul>
<li><a href=http://www.opengroup.org/onlinepubs/9699919799/>Single Unix Specification</a></li>
<li><a href=http://www.open-std.org/jtc1/sc22/wg14/www/standards>C99 Standard</a></li>
+ </ul>
+ </body>
+</html>