diff --git a/website/posts/2017/05/29/testing.markdown b/website/posts/2017/05/29/testing.markdown new file mode 100644 index 000000000..c8aed6b04 --- /dev/null +++ b/website/posts/2017/05/29/testing.markdown @@ -0,0 +1,4 @@ +@title Testing +@pubDate Mon May 29 10:36:02 -0700 2017 +@modDate Mon May 29 10:36:02 -0700 2017 +This thing on? \ No newline at end of file diff --git a/website/snippets/footer.html b/website/snippets/footer.html new file mode 100644 index 000000000..75b2573a6 --- /dev/null +++ b/website/snippets/footer.html @@ -0,0 +1,9 @@ + + + + + + diff --git a/website/snippets/header.html b/website/snippets/header.html new file mode 100644 index 000000000..509048044 --- /dev/null +++ b/website/snippets/header.html @@ -0,0 +1,15 @@ + + + + Ranchero Software: [[@title]] + + + + [[styleSheetLink()]] + + + + + +
diff --git a/website/styles/styleSheet.css b/website/styles/styleSheet.css new file mode 100644 index 000000000..0cee73840 --- /dev/null +++ b/website/styles/styleSheet.css @@ -0,0 +1,90 @@ +body { + margin-top: 0px; + margin-bottom: 0px; + margin-left: 0px; + margin-right: 0px; + line-height: 1.55em; + font-family: "Helvetica Neue", Helvetica, sans-serif; + font-size: 18px; + color: #333; + background-color: white; +} + +a { + text-decoration: none; + } +#banner { + line-height: 2em; + padding-top: 34px; + padding-bottom: 1px; + background-color: #445088; + text-align: center; + } +#innerbanner { + max-width: 30em; + margin-left: auto; + margin-right: auto; + text-align: left; +} +#content { + padding-bottom: 2em; + max-width: 30em; + margin-left: auto; + margin-right: auto; + margin-top: 3.5em; +} +h1 a:link, h1 a:visited { + color: white; + text-decoration: none; + font-size: 48px; + font-weight: normal; +} +h1 { + margin-bottom: 15px; +} +h2 { + color: #666; + margin-top: 2em; + font-weight: normal; +} +a:link { + color: #437C95; + } +a:visited { + color: #614395; + } +#footer { + margin-top: 3em; + padding-top: 32px; + padding-bottom: 29px; + color: #999; + font-size: 0.9em; + text-align: center; + border-toxp: 1px solid #ddd; + backgrxound-color: #6A7DD4; + } +code, pre { + font-family: Menlo, monospace; + font-size: 14px; + color: maroon; + } + + +@media (max-width: 700px) { + #innerbanner { + text-align: center; + } + #content { + max-width 600px; + } +} + +@media (max-width: 590px) { + #banner { + line-height: 2.25em; + } + #content { + padding-left: 15px; + padding-right: 15px; + } +} diff --git a/website/templates/page.html b/website/templates/page.html new file mode 100644 index 000000000..d89f9c7ca --- /dev/null +++ b/website/templates/page.html @@ -0,0 +1,5 @@ +[[=header.html]] +[[@bodytext]] +[[=footer.html]] + + diff --git a/website/templates/page_weblog.html b/website/templates/page_weblog.html new file mode 100644 index 000000000..5a3377d42 --- /dev/null +++ b/website/templates/page_weblog.html @@ -0,0 +1,3 @@ +[[=header.html]] +[[@bodytext]] +[[=footer.html]] \ No newline at end of file diff --git a/website/templates/page_weblogOnePostArchive.html b/website/templates/page_weblogOnePostArchive.html new file mode 100644 index 000000000..5a3377d42 --- /dev/null +++ b/website/templates/page_weblogOnePostArchive.html @@ -0,0 +1,3 @@ +[[=header.html]] +[[@bodytext]] +[[=footer.html]] \ No newline at end of file diff --git a/website/templates/post_weblog.html b/website/templates/post_weblog.html new file mode 100644 index 000000000..feb5f755a --- /dev/null +++ b/website/templates/post_weblog.html @@ -0,0 +1,5 @@ +
+

[[@title]]

+
[[@bodytext]]
+ +
\ No newline at end of file diff --git a/website/templates/post_weblogOnePostArchive.html b/website/templates/post_weblogOnePostArchive.html new file mode 100644 index 000000000..38b2202a7 --- /dev/null +++ b/website/templates/post_weblogOnePostArchive.html @@ -0,0 +1,5 @@ +
+

[[onePostArchiveExternalLink(@title)]]

+
[[@bodytext]]
+
[[displayDate()]]
+
\ No newline at end of file diff --git a/website/templates/weblogDayGroup.html b/website/templates/weblogDayGroup.html new file mode 100644 index 000000000..331652d7d --- /dev/null +++ b/website/templates/weblogDayGroup.html @@ -0,0 +1 @@ +[[@bodytext]]