This commit is contained in:
readme 2020-03-06 15:08:32 +01:00
parent b26cfc274e
commit 11885a3254
18 changed files with 56 additions and 75 deletions

View file

@ -102,11 +102,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -111,11 +111,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -128,11 +128,9 @@ gulp.task(&#39;html&#39;, function() {
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -130,11 +130,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -112,11 +112,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -66,11 +66,9 @@
<!-- <footer> <!-- <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, page template</p> -->
</footer> --> </footer> -->

View file

@ -166,7 +166,7 @@ a:active {
.pagelist a:hover, .pagelist a:hover,
.pagelist a:focus { .pagelist a:focus {
background-color: #5a14dd; /* background-color: #5a14dd; */
border-color: rgb(238, 9, 150); border-color: rgb(238, 9, 150);
} }
@ -198,6 +198,7 @@ main {
/* min-height: 100%; */ /* min-height: 100%; */
/* min-width: 100%; */ /* min-width: 100%; */
overflow: auto; overflow: auto;
min-height: 100%;
} }
.content { .content {
@ -256,6 +257,7 @@ footer {
} }
footer { footer {
/* font-family: 'Open Sans', sans-serif; */
font-size: 0.90em; font-size: 0.90em;
padding: 1em; padding: 1em;
text-align: center; text-align: center;
@ -303,7 +305,7 @@ footer a:hover {
.nav a, .nav a,
.nav strong { .nav strong {
display: block; display: block;
text-align: center; text-align: left;
white-space: nowrap; white-space: nowrap;
padding: 0.6em 0; padding: 0.6em 0;
} }
@ -313,6 +315,7 @@ footer a:hover {
/* font-size: 1.6em; */ /* font-size: 1.6em; */
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
font-family: 'Oswald', sans-serif;
} }
.nav a.active, .nav a.active,
@ -363,7 +366,9 @@ footer a:hover {
} }
main { main {
/* global template */ /* global template */
/* position: fixed; */ position: static;
/* margin-top: 60px; */
/* min-height: 100%; */
/* margin: 0px 0px 0px 0px; */ /* margin: 0px 0px 0px 0px; */
/* padding: 3em 0em 2em 0em; */ /* padding: 3em 0em 2em 0em; */
/* overflow: auto; */ /* overflow: auto; */
@ -372,32 +377,32 @@ footer a:hover {
.subpages .content { .subpages .content {
/* article template */ /* article template */
/* CHECK What does flex do?? */ /* CHECK What does flex do?? */
display: flex; /* display: flex; */
margin-left: 310px; margin-left: 310px;
} }
.subpages article { .subpages article {
/* article template */ /* article template */
/* flex: 1 1 70%; */ /* flex: 1 1 70%; */
/* min-width for text content, eg "next: xxx" */ /* min-width for text content, eg "next: xxx" */
min-width: 100%; /* min-width: 100%; */
} }
.subpages .nav.sub { .subpages .nav.sub {
/* article template */ /* article template */
height: 100%; height: 100%;
width: 310px; width: 310px;
position: fixed; position: fixed;
z-index: 1; /* z-index: 1; */
top: 0; top: 0;
left: 0; left: 0;
background-color: #111833; background-color: #111833;
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
padding-top: 20px; padding-top: 40px;
margin-top: 60px; margin-top: 60px;
color: #fff; color: #fff;
} }
.nav.sub ul { .nav.sub ul {
margin-top: 1em; /* margin-top: 1em; */
flex-direction: column; flex-direction: column;
/* border above first link */ /* border above first link */
/* border-top: 1px solid rgb(185, 27, 27); */ /* border-top: 1px solid rgb(185, 27, 27); */
@ -410,6 +415,8 @@ footer a:hover {
.nav.sub strong { .nav.sub strong {
text-align: left; text-align: left;
padding-left: 0.75em; padding-left: 0.75em;
font-family: 'Open Sans', sans-serif;
font-size: 1.05em;
} }
.nav.page a { .nav.page a {
text-align: left; text-align: left;

View file

@ -76,11 +76,9 @@
<!-- <footer> <!-- <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, page template</p> -->
</footer> --> </footer> -->

View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dashdevs-suite]]></title><description><![CDATA[dashdevs-suite metalsmith website]]></description><link>http://127.0.0.1</link><generator>metalsmith-feed</generator><lastBuildDate>Fri, 06 Mar 2020 12:23:38 GMT</lastBuildDate><atom:link href="http://127.0.0.1/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Articles]]></title><description><![CDATA[<!DOCTYPE html> <?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dashdevs-suite]]></title><description><![CDATA[dashdevs-suite metalsmith website]]></description><link>http://127.0.0.1</link><generator>metalsmith-feed</generator><lastBuildDate>Fri, 06 Mar 2020 14:08:14 GMT</lastBuildDate><atom:link href="http://127.0.0.1/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Articles]]></title><description><![CDATA[<!DOCTYPE html>
<html> <html>
<head> <head>
@ -130,11 +130,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>
@ -253,11 +251,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>
@ -375,11 +371,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>
@ -514,11 +508,9 @@ gulp.task(&#39;html&#39;, function() {
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>
@ -627,11 +619,9 @@ gulp.task(&#39;html&#39;, function() {
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url> <loc>http://127.0.0.1/</loc> <priority>1.0</priority> </url> <url> <loc>http://127.0.0.1/</loc> <priority>1.0</priority> </url>
<url> <loc>http://127.0.0.1/article/gotchas/</loc> </url>
<url> <loc>http://127.0.0.1/article/future/</loc> </url> <url> <loc>http://127.0.0.1/article/future/</loc> </url>
<url> <loc>http://127.0.0.1/article/gotchas/</loc> </url>
<url> <loc>http://127.0.0.1/article/gulp/</loc> </url> <url> <loc>http://127.0.0.1/article/gulp/</loc> </url>
<url> <loc>http://127.0.0.1/article/</loc> <priority>0.8</priority> </url> <url> <loc>http://127.0.0.1/article/</loc> <priority>0.8</priority> </url>
<url> <loc>http://127.0.0.1/article/usage/</loc> </url> <url> <loc>http://127.0.0.1/article/usage/</loc> </url>

View file

@ -111,11 +111,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -142,11 +142,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -111,11 +111,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -125,11 +125,9 @@ date: 2016-06-01
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -111,11 +111,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -113,11 +113,9 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">Development build, version 1.0.0, article template</p> -->
</footer> </footer>
</body> </body>

View file

@ -166,7 +166,7 @@ a:active {
.pagelist a:hover, .pagelist a:hover,
.pagelist a:focus { .pagelist a:focus {
background-color: #5a14dd; /* background-color: #5a14dd; */
border-color: rgb(238, 9, 150); border-color: rgb(238, 9, 150);
} }
@ -198,6 +198,7 @@ main {
/* min-height: 100%; */ /* min-height: 100%; */
/* min-width: 100%; */ /* min-width: 100%; */
overflow: auto; overflow: auto;
min-height: 100%;
} }
.content { .content {
@ -256,6 +257,7 @@ footer {
} }
footer { footer {
/* font-family: 'Open Sans', sans-serif; */
font-size: 0.90em; font-size: 0.90em;
padding: 1em; padding: 1em;
text-align: center; text-align: center;
@ -303,7 +305,7 @@ footer a:hover {
.nav a, .nav a,
.nav strong { .nav strong {
display: block; display: block;
text-align: center; text-align: left;
white-space: nowrap; white-space: nowrap;
padding: 0.6em 0; padding: 0.6em 0;
} }
@ -313,6 +315,7 @@ footer a:hover {
/* font-size: 1.6em; */ /* font-size: 1.6em; */
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
font-family: 'Oswald', sans-serif;
} }
.nav a.active, .nav a.active,
@ -363,7 +366,9 @@ footer a:hover {
} }
main { main {
/* global template */ /* global template */
/* position: fixed; */ position: static;
/* margin-top: 60px; */
/* min-height: 100%; */
/* margin: 0px 0px 0px 0px; */ /* margin: 0px 0px 0px 0px; */
/* padding: 3em 0em 2em 0em; */ /* padding: 3em 0em 2em 0em; */
/* overflow: auto; */ /* overflow: auto; */
@ -372,32 +377,32 @@ footer a:hover {
.subpages .content { .subpages .content {
/* article template */ /* article template */
/* CHECK What does flex do?? */ /* CHECK What does flex do?? */
display: flex; /* display: flex; */
margin-left: 310px; margin-left: 310px;
} }
.subpages article { .subpages article {
/* article template */ /* article template */
/* flex: 1 1 70%; */ /* flex: 1 1 70%; */
/* min-width for text content, eg "next: xxx" */ /* min-width for text content, eg "next: xxx" */
min-width: 100%; /* min-width: 100%; */
} }
.subpages .nav.sub { .subpages .nav.sub {
/* article template */ /* article template */
height: 100%; height: 100%;
width: 310px; width: 310px;
position: fixed; position: fixed;
z-index: 1; /* z-index: 1; */
top: 0; top: 0;
left: 0; left: 0;
background-color: #111833; background-color: #111833;
overflow-x: hidden; overflow-x: hidden;
overflow-y: scroll; overflow-y: scroll;
padding-top: 20px; padding-top: 40px;
margin-top: 60px; margin-top: 60px;
color: #fff; color: #fff;
} }
.nav.sub ul { .nav.sub ul {
margin-top: 1em; /* margin-top: 1em; */
flex-direction: column; flex-direction: column;
/* border above first link */ /* border above first link */
/* border-top: 1px solid rgb(185, 27, 27); */ /* border-top: 1px solid rgb(185, 27, 27); */
@ -410,6 +415,8 @@ footer a:hover {
.nav.sub strong { .nav.sub strong {
text-align: left; text-align: left;
padding-left: 0.75em; padding-left: 0.75em;
font-family: 'Open Sans', sans-serif;
font-size: 1.05em;
} }
.nav.page a { .nav.page a {
text-align: left; text-align: left;

View file

@ -1,9 +1,12 @@
<footer> <footer>
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p> {{! handlebars mustaches comment below }}
<!-- <p>By <a href="{{ contact }}">{{ author }}</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> --> <p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here >></a></p>
<!-- <p class="siteinfo">{{#if devBuild}}Development{{else}}Production{{/if}} build, version {{ version }}, {{ template }} template</p> --> {{!--
<p>By <a href="{{ contact }}">{{ author }}</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p>
<p class="siteinfo">{{#if devBuild}}Development{{else}}Production{{/if}} build, version {{ version }}, {{ template }} template</p>
}} --}}
</footer> </footer>