diff --git a/lib/metalsmith-moremeta.js b/lib/metalsmith-moremeta.js index d9ecbec..fd55f01 100644 --- a/lib/metalsmith-moremeta.js +++ b/lib/metalsmith-moremeta.js @@ -49,6 +49,7 @@ module.exports = function() { file.navmain.push({ title: page.title || 'Home', description: page.description || '', + image: file.root + page.image || '', path: file.root + page.path + (page.path ? '/' : ''), dateFormat: page.dateFormat, active: page.path == file.path || page.collection.indexOf(file.mainCollection) >= 0 @@ -75,6 +76,7 @@ module.exports = function() { file.navsub.push({ title: page.title || 'Home', description: page.description || '', + image: file.root + page.image || '', path: file.root + page.path + (page.path ? '/' : ''), dateFormat: page.dateFormat, active: page.path == file.path diff --git a/src/assets/images/docs/dashbox-docs-orange-white.png b/src/assets/images/docs/backup/dashbox-docs-orange-white.png similarity index 100% rename from src/assets/images/docs/dashbox-docs-orange-white.png rename to src/assets/images/docs/backup/dashbox-docs-orange-white.png diff --git a/src/assets/images/docs/backup/dashbox-docs-orange.png b/src/assets/images/docs/backup/dashbox-docs-orange.png new file mode 100644 index 0000000..87d892d Binary files /dev/null and b/src/assets/images/docs/backup/dashbox-docs-orange.png differ diff --git a/src/assets/images/docs/dashbox-docs-orange.png b/src/assets/images/docs/dashbox-docs-orange.png index 87d892d..77280d6 100644 Binary files a/src/assets/images/docs/dashbox-docs-orange.png and b/src/assets/images/docs/dashbox-docs-orange.png differ diff --git a/src/html/docs/blockman.md b/src/html/docs/blockman.md index 07f38a9..c2c4cec 100644 --- a/src/html/docs/blockman.md +++ b/src/html/docs/blockman.md @@ -1,6 +1,7 @@ --- title: blockman description: WIP from the cloud on wheels +image: images/docs/blockman-docs-pinkish.png priority: 0.7 --- diff --git a/src/html/docs/dashbox.md b/src/html/docs/dashbox.md index e072b32..8ee57eb 100644 --- a/src/html/docs/dashbox.md +++ b/src/html/docs/dashbox.md @@ -1,6 +1,7 @@ --- title: dashbox description: Simple development framework for Dash Platform +image: images/docs/dashbox-docs-orange.png priority: 0.8 --- diff --git a/src/partials/meta.html b/src/partials/meta.html index c036574..0fde19a 100644 --- a/src/partials/meta.html +++ b/src/partials/meta.html @@ -1,6 +1,7 @@ {{#if title}}{{ title }} - {{/if}}{{ name }} -{{#if description}}{{/if}} +{{#if description}} +{{/if}} @@ -9,4 +10,4 @@ - + \ No newline at end of file diff --git a/src/partials/pagelist-docs.html b/src/partials/pagelist-docs.html index 7c39691..c6407ab 100644 --- a/src/partials/pagelist-docs.html +++ b/src/partials/pagelist-docs.html @@ -4,7 +4,8 @@ {{#each navsub}}
  • - + +

    {{ title }}

    {{#if description}}