-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
122 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<####################################################################### | ||
# Body with TOC | ||
######################################################################>& | ||
<main class="#body"> | ||
<%include blocks/toc/markup.html> | ||
<%include blocks/content/markup.html> | ||
</main> | ||
<# | ||
vim:ts=2:sw=2:ai:et:fileencoding=utf8:syntax=html | ||
#>& |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<# Page with toc markup #>& | ||
<# | ||
# Main page block for content | ||
#>& | ||
<%define BODY_BLOCK | ||
<%include blocks/body/_toc/markup.html> | ||
>& | ||
<# | ||
# Inherit default layout | ||
#>& | ||
<%include blocks/page.html>& | ||
<# | ||
vim:ts=2:sw=2:ai:et:fileencoding=utf8:syntax=perl | ||
#>& |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,39 @@ | ||
<# Layout for documentation pages #>& | ||
<# Top-level page markup #>& | ||
<!DOCTYPE html> | ||
<!-- this document uses polyglot markup (well formed XHTML5) --> | ||
<html id="{{.page._id}}" xmlns="http://www.w3.org/1999/xhtml" lang="{{.page.lang//.site.lang}}" xml:lang="{{.page.lang//.site.lang}}"> | ||
<head> | ||
<# | ||
# Main page block for content | ||
#>& | ||
<%define BODY_BLOCK | ||
<%include blocks/toc/markup.html> | ||
<%include blocks/content/markup.html> | ||
>& | ||
# Meta elements | ||
#> | ||
<meta charset="utf-8" /> | ||
<# Document title and related metadata #> | ||
<title>jqt · {{.page.title}}</title> | ||
<meta name='description' content='{{.page.description//empty}}' /> | ||
<meta name='keywords' content='{{.page.keywords//empty}}' /> | ||
<meta name='author' content='{{[(.page.author//.site.author)[].name] | sort[]}}' /> | ||
<# More metadata #> | ||
<meta name="generator" content="jqt v<%include ../VERSION>" /> | ||
<meta name='dcterms.date' content='{{.page.updated//empty}}' /> | ||
<# Presentation #> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" type="text/css" href="styles.css"/> | ||
{{.page._highlight}} | ||
</head> | ||
<# | ||
# Inherit default layout | ||
#>& | ||
<%include blocks/main.html>& | ||
# Document body | ||
#> | ||
<body class="#container"> | ||
<%include blocks/header/markup.html>& | ||
<%ifndef BODY_BLOCK>& | ||
<%include blocks/body/markup.html>& | ||
<%else>& | ||
<%call BODY_BLOCK> | ||
<%endif>& | ||
<%include blocks/footer/markup.html>& | ||
<%partial analytics 'UA-82432866-1'>& | ||
</body> | ||
</html> | ||
<# | ||
vim:ts=2:sw=2:ai:et:fileencoding=utf8:syntax=html | ||
#>& | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// CSS named colors | ||
&define{Black}{ #000000} | ||
&define{Navy}{ #000080} | ||
&define{DarkBlue}{ #00008B} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.