Enable EnforceHTML5 option for htmltest

Re-add a user example link.
master
Kaushal Modi 8 years ago
parent 61bf2fe0e6
commit 65b9ba2e99
  1. 5
      doc/.htmltest.yml
  2. 12
      doc/data/users.toml

@ -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": "*/*"} |

@ -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"

Loading…
Cancel
Save