~magentix/stapy-theme-dusk

629265f7da469f612229334c825dcad10d6f62a8 — magentix 3 years ago db45be1
Improved readability of json
M source/json/404.html.json => source/json/404.html.json +2 -1
@@ 1,6 1,7 @@
{
  "content": "page/404.html",

  "meta_title": "Page not found",
  "meta_description": "The requested URL was not found on this server",
  "content": "page/404.html",
  "robots": "noindex,nofollow"
}
\ No newline at end of file

M source/json/about.html.json => source/json/about.html.json +3 -1
@@ 1,6 1,8 @@
{
  "content": "page/about.html",

  "meta_title": "Dusk - About",
  "meta_description": "A simple and minimal theme for StaPy",
  "content": "page/about.html",

  "tags": ["sitemap"]
}
\ No newline at end of file

M source/json/articles.html.json => source/json/articles.html.json +4 -2
@@ 1,7 1,9 @@
{
  "meta_title": "Dusk - Articles",
  "meta_description": "A simple and minimal theme for StaPy",
  "content": "page/articles.html",
  "article": "template/block/article.html",

  "meta_title": "Dusk - Articles",
  "meta_description": "A simple and minimal theme for StaPy",

  "tags": ["sitemap"]
}
\ No newline at end of file

M source/json/blog/article-1.html.json => source/json/blog/article-1.html.json +3 -1
@@ 1,10 1,12 @@
{
  "content": "page/blog/article.html",

  "meta_title": "Arctic - Article",
  "meta_description": "A simple and minimal theme for StaPy",
  "title": "At asperiores dolores hic molestias",
  "date": "2021-04-06",
  "author": "Magentix",
  "intro": "Quo magnam mollitia ea odit amet. Eos iste itaque sed consequatur dolor ut saepe omnis sed maiores excepturi in voluptatem nihil.",
  "content": "page/blog/article.html",

  "tags": ["post", "sitemap"]
}
\ No newline at end of file

M source/json/blog/article-2.html.json => source/json/blog/article-2.html.json +3 -1
@@ 1,10 1,12 @@
{
  "content": "page/blog/article.html",

  "meta_title": "Arctic - Article",
  "meta_description": "A simple and minimal theme for StaPy",
  "title": "Qui voluptates consequatur eos reprehenderit",
  "date": "2021-04-02",
  "author": "Magentix",
  "intro": "Dolore qui aliquam eius aut voluptatem dolor. Eos molestias molestiae et quibusdam amet quo pariatur deleniti aut nostrum iure eos explicabo voluptate.",
  "content": "page/blog/article.html",

  "tags": ["post", "sitemap"]
}
\ No newline at end of file

M source/json/blog/article-3.html.json => source/json/blog/article-3.html.json +3 -1
@@ 1,10 1,12 @@
{
  "content": "page/blog/article.html",

  "meta_title": "Arctic - Article",
  "meta_description": "A simple and minimal theme for StaPy",
  "title": "Lorem ipsum dolor sit amet",
  "date": "2021-03-26",
  "author": "Magentix",
  "intro": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.",
  "content": "page/blog/article.html",

  "tags": ["post", "sitemap"]
}
\ No newline at end of file

M source/json/default/html.json => source/json/default/html.json +5 -2
@@ 1,7 1,10 @@
{
  "robots": "index,follow",
  "template": "template/default.html",

  "head": "template/block/head.html",
  "header": "template/block/header.html",
  "footer": "template/block/footer.html"
  "footer": "template/block/footer.html",

  "robots": "index,follow",
  "lang": "en"
}
\ No newline at end of file

M source/json/index.html.json => source/json/index.html.json +3 -1
@@ 1,6 1,8 @@
{
  "content": "page/index.html",

  "meta_title": "Dusk - Home",
  "meta_description": "A simple and minimal theme for StaPy",
  "content": "page/index.html",

  "tags": ["sitemap"]
}
\ No newline at end of file

M source/json/robots.txt.json => source/json/robots.txt.json +1 -0
@@ 1,4 1,5 @@
{
  "template": "template/robots.txt",

  "directive": "Allow: /"
}
\ No newline at end of file

M source/json/sitemap.xml.json => source/json/sitemap.xml.json +1 -0
@@ 1,4 1,5 @@
{
  "template": "template/sitemap.xml",
  
  "page_url": "template/sitemap/url.xml"
}
\ No newline at end of file

M source/template/default.html => source/template/default.html +1 -1
@@ 1,5 1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{ lang }}" xml:lang="{{ lang }}">
    <head>
        {% head %}
    </head>