Skip to content

Commit

Permalink
Changed front matter fields name in order to reflect base web-starter…
Browse files Browse the repository at this point in the history
… ones.

Updated to latest zuix-dist.
  • Loading branch information
genemars committed Apr 11, 2022
1 parent 1eb3afa commit 42e7292
Show file tree
Hide file tree
Showing 442 changed files with 1,674 additions and 1,605 deletions.
2 changes: 1 addition & 1 deletion docs/about/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="description" content="a-news-blog-template-inspired-by-g-news"><meta name="keywords" content="bloglifestyle"><meta name="viewport" content="width=device-width,initial-scale=1"><title>About</title><link rel="author" href="humans.txt"><!-- Disable tap highlight on IE --><meta name="msapplication-tap-highlight" content="no"><!-- Progressive Web App --><meta name="theme-color" content="white"><link rel="manifest" href="/news-blog/manifest.json"><!-- Add to homescreen for Chrome on Android --><meta name="mobile-web-app-capable" content="yes"><link rel="icon" sizes="192x192" href="/news-blog/images/icons/desktop/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/news-blog/images/icons/desktop/android-chrome-512x512.png"><!-- Add to homescreen for Safari on iOS --><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="A zUIx website"><link rel="apple-touch-icon-precomposed" href="/news-blog/images/icons/desktop/apple-touch-icon.png"><link rel="mask-icon" href="/news-blog/images/icons/desktop/safari-pinned-tab.svg" color="#5bbad5"><!-- Tile color for Windows --><meta name="msapplication-TileImage" content="/news-blog/images/icons/desktop/mstile-150x150.png"><meta name="msapplication-TileColor" content="#ffc40d"><!-- Place favicon.ico in the root directory --><link rel="icon" type="image/png" sizes="32x32" href="/news-blog/images/icons/desktop/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/news-blog/images/icons/desktop/favicon-16x16.png"><!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones --><!--
<!DOCTYPE html><html lang="en"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="description" content="A news blog template inspired by G.News"><meta name="keywords" content="bloglifestyle"><meta name="viewport" content="width=device-width,initial-scale=1"><title>About</title><link rel="author" href="humans.txt"><!-- Disable tap highlight on IE --><meta name="msapplication-tap-highlight" content="no"><!-- Progressive Web App --><meta name="theme-color" content="white"><link rel="manifest" href="/news-blog/manifest.json"><!-- Add to homescreen for Chrome on Android --><meta name="mobile-web-app-capable" content="yes"><link rel="icon" sizes="192x192" href="/news-blog/images/icons/desktop/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/news-blog/images/icons/desktop/android-chrome-512x512.png"><!-- Add to homescreen for Safari on iOS --><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta name="apple-mobile-web-app-title" content="A zUIx website"><link rel="apple-touch-icon-precomposed" href="/news-blog/images/icons/desktop/apple-touch-icon.png"><link rel="mask-icon" href="/news-blog/images/icons/desktop/safari-pinned-tab.svg" color="#5bbad5"><!-- Tile color for Windows --><meta name="msapplication-TileImage" content="/news-blog/images/icons/desktop/mstile-150x150.png"><meta name="msapplication-TileColor" content="#ffc40d"><!-- Place favicon.ico in the root directory --><link rel="icon" type="image/png" sizes="32x32" href="/news-blog/images/icons/desktop/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/news-blog/images/icons/desktop/favicon-16x16.png"><!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones --><!--
<link rel="canonical" href="https://www.example.com/">
--><style z-ref="/news-blog/css/fla/flex-layout-attribute.min.css">/**
* Flex layout attribute
Expand Down
2 changes: 1 addition & 1 deletion docs/app/listview/items-list/item-mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function ListIteMini(cp) {
function onCreate() {
const item = cp.model();
cp.field('container')
.css('background-image', 'url(' + item.imagePreviewMini+')')
.css('background-image', 'url(' + item.coverPreview+')')
.on('click', function() {
cp.trigger('item:click', item);
});
Expand Down
2 changes: 1 addition & 1 deletion docs/app/listview/items-list/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function ListItem(cp) {

function onCreate() {
cp.field('container')
.css('background-image', 'url(' + cp.model().imagePreview + ')')
.css('background-image', 'url(' + cp.model().coverSmall + ')')
.on('click', function() {
cp.trigger('item:click', cp.model());
});
Expand Down
2 changes: 1 addition & 1 deletion docs/app/listview/results-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<div #description self="size-x1">Description</div>
<small #date></small>
</div>
<a><img #image="imagePreviewMini" width="108" height="80" alt="Cover image"></a>
<a><img #image="coverPreview" width="108" height="80" alt="Cover image"></a>
</div>
2 changes: 1 addition & 1 deletion docs/app/pages/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function SearchPage(cp) {
date: r.doc.date,
title: r.doc.title,
description: r.doc.description,
imagePreviewMini: r.doc.image,
coverPreview: r.doc.image,
link: '../' + r.ref.substring(1)
};
});
Expand Down
2 changes: 1 addition & 1 deletion docs/content/europe/aca-hi-mashalhuj/index.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42e7292

Please sign in to comment.