diff --git a/doc/.htmltest.yml b/doc/.htmltest.yml
index a9a2150..fde1a0e 100644
--- a/doc/.htmltest.yml
+++ b/doc/.htmltest.yml
@@ -19,7 +19,7 @@
# DirectoryIndex: "index.html"
DirectoryPath: "public"
# DocumentConcurrencyLimit: 128
-# EnforceHTML5: false
+EnforceHTML5: false
EnforceHTTPS: true
# ExternalTimeout: 15
# FileExtension: ".html"
@@ -44,6 +44,7 @@ IgnoreInternalEmptyHash: true
# StripQueryString: true
# TestFilesConcurrently: false
+
# |-------------------------------------+----------------------------------------------------------------------------------------------------------+-----------------------------------------|
# | OPTION | DESCRIPTION | DEFAULT |
# |-------------------------------------+----------------------------------------------------------------------------------------------------------+-----------------------------------------|
@@ -70,7 +71,7 @@ IgnoreInternalEmptyHash: true
# | EnforceHTTPS | Fails when encountering an http:// link. Useful to prevent mixed content errors when serving over HTTPS. | false |
# | ExternalTimeout | Number of seconds to wait on an HTTP connection before failing. | 15 |
# | FileExtension | Extension of your HTML documents, includes the dot. If FilePath is set we use the extension from that. | .html |
-# | FilePath | Single file to test within DirectoryPath, omit to test all. | filee |
+# | FilePath | Single file to test within DirectoryPath, omit to test all. | |
# | HTTPConcurrencyLimit | Maximum number of open HTTP connections. If you raise this number ensure the ExternalTimeout | 16 |
# | | is suitably raised. | |
# | HTTPHeaders | Dictionary of headers to include in external requests | {"Range": "bytes=0-0", "Accept": "*/*"} |
diff --git a/doc/data/users.toml b/doc/data/users.toml
index c871367..53c6ed3 100644
--- a/doc/data/users.toml
+++ b/doc/data/users.toml
@@ -260,12 +260,12 @@
org_dir = "entries"
site = "https://pxaka.tokyo/blog/"
-# [ryancummings]
-# author = "Ryan Cummings"
-# source = "https://github.com/ryancummings/blog"
-# branch = "master"
-# org_dir = ""
-# site = "https://ryancummings.github.io/"
+[ryancummings]
+ author = "Ryan Cummings"
+ source = "https://github.com/ryancummings/blog"
+ branch = "master"
+ org_dir = "org-content"
+ site = "https://ryancummings.github.io/"
[taipapamotohus]
author = "taipapamotohus"