diff --git a/docs/METADATA.md b/READMES/METADATA.md similarity index 100% rename from docs/METADATA.md rename to READMES/METADATA.md diff --git a/docs/Patterns.md b/READMES/Patterns.md similarity index 100% rename from docs/Patterns.md rename to READMES/Patterns.md diff --git a/docs/TemplateFunctions.md b/READMES/TemplateFunctions.md similarity index 100% rename from docs/TemplateFunctions.md rename to READMES/TemplateFunctions.md diff --git a/docs/project-layout.md b/READMES/project-layout.md similarity index 100% rename from docs/project-layout.md rename to READMES/project-layout.md diff --git a/TODO.md b/TODO.md index ffb5dde..af6c80b 100644 --- a/TODO.md +++ b/TODO.md @@ -4,5 +4,3 @@ * Project global defines, parameters. * pre- and post-scripts that will be run from __main__, either some shipped with pixywerk or project-level. * Library of template modules? ATOM et al. -* Some off the shelf website templates and a template manager. -* Live refreshing server thing which maps a pixywerk tree into a web server's memory and updates on change. diff --git a/examples/pixywerk.com/publish/atom.xml b/examples/pixywerk.com/publish/atom.xml index c9170f9..ccb139c 100644 --- a/examples/pixywerk.com/publish/atom.xml +++ b/examples/pixywerk.com/publish/atom.xml @@ -7,7 +7,7 @@ urn:uuid:2cbb1961-b1ca-3b73-a6ce-d2e2feae9ab4 - 2021-02-05T04:45:24.766181+00:00 + 2019-05-20T06:32:27.357672+00:00 diff --git a/examples/pixywerk.com/publish/css/main.css b/examples/pixywerk.com/publish/css/main.css index 64a56d0..05b7f22 100644 --- a/examples/pixywerk.com/publish/css/main.css +++ b/examples/pixywerk.com/publish/css/main.css @@ -267,11 +267,6 @@ footer { font-variant: small-caps; } -pre { line-height: 125%; margin: 0; } -td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } -span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } -td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } -span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .hll { background-color: #ffffcc } .c { color: #008800; font-style: italic } /* Comment */ .err { border: 1px solid #FF0000 } /* Error */ diff --git a/examples/pixywerk.com/publish/posts/post-2019-04-15.html b/examples/pixywerk.com/publish/posts/post-2019-04-15.html index c70b00d..b4349d8 100644 --- a/examples/pixywerk.com/publish/posts/post-2019-04-15.html +++ b/examples/pixywerk.com/publish/posts/post-2019-04-15.html @@ -16,7 +16,7 @@

My first post

-
+

Author: Cas Rusnov
Published: 2019-05-20T01:56:41.720834+00:00 diff --git a/examples/pixywerk.com/publish/posts/post-2019-05-16.another-post.html b/examples/pixywerk.com/publish/posts/post-2019-05-16.another-post.html index a2448ba..0091fb1 100644 --- a/examples/pixywerk.com/publish/posts/post-2019-05-16.another-post.html +++ b/examples/pixywerk.com/publish/posts/post-2019-05-16.another-post.html @@ -16,7 +16,7 @@

Another example post!

-
+ - -