j1-template 2022.1.0 → 2022.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_article_navigator.html +4 -5
- data/_includes/themes/j1/layouts/content_generator_blog_archive.html +4 -5
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +35 -19
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.0.proc +129 -0
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.1.proc +113 -0
- data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +3 -3
- data/_includes/themes/j1/procedures/global/create_word_cloud.proc +1 -5
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +29 -7
- data/_includes/themes/j1/procedures/posts/pager.proc +2 -3
- data/assets/data/carousel.json +2 -2
- data/assets/data/galleries.json +17 -5
- data/assets/data/gallery_customizer.html +4 -5
- data/assets/data/j1_config.json +42 -0
- data/assets/data/panel.html +17 -0
- data/assets/data/quicklinks.html +4 -4
- data/assets/themes/j1/adapter/js/advertising.js +2 -2
- data/assets/themes/j1/adapter/js/algolia.js +5 -5
- data/assets/themes/j1/adapter/js/analytics.js +1 -1
- data/assets/themes/j1/adapter/js/asciidoctor.js +2 -2
- data/assets/themes/j1/adapter/js/attic.js +5 -5
- data/assets/themes/j1/adapter/js/bmd.js +12 -12
- data/assets/themes/j1/adapter/js/carousel.js +40 -30
- data/assets/themes/j1/adapter/js/clipboard.js +2 -2
- data/assets/themes/j1/adapter/js/comments.js +2 -2
- data/assets/themes/j1/adapter/js/cookieConsent.js +2 -2
- data/assets/themes/j1/adapter/js/customFunctions.js +2 -2
- data/assets/themes/j1/adapter/js/customModule.js +2 -2
- data/assets/themes/j1/adapter/js/dropdowns.js +2 -2
- data/assets/themes/j1/adapter/js/fab.js +4 -4
- data/assets/themes/j1/adapter/js/framer.js +2 -2
- data/assets/themes/j1/adapter/js/j1.js +9 -9
- data/assets/themes/j1/adapter/js/justifiedGallery.js +42 -30
- data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +126 -113
- data/assets/themes/j1/adapter/js/lightbox.js +34 -30
- data/assets/themes/j1/adapter/js/logger.js +2 -2
- data/assets/themes/j1/adapter/js/{quicksearch.js → lunr.js} +17 -19
- data/assets/themes/j1/adapter/js/mmenu.js +7 -7
- data/assets/themes/j1/adapter/js/navigator.js +5 -5
- data/assets/themes/j1/adapter/js/rangeSlider.js +96 -83
- data/assets/themes/j1/adapter/js/rouge.js +26 -22
- data/assets/themes/j1/adapter/js/rtable.js +2 -2
- data/assets/themes/j1/adapter/js/rtextResizer.js +6 -22
- data/assets/themes/j1/adapter/js/scroller.js +2 -2
- data/assets/themes/j1/adapter/js/themer.js +3 -3
- data/assets/themes/j1/adapter/js/toccer.js +5 -5
- data/assets/themes/j1/adapter/js/translator.js +2 -2
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +19 -6
- data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +2 -2
- data/assets/themes/j1/core/css/vendor.css +2 -3
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/js/template.js +1 -6
- data/assets/themes/j1/core/js/template.min.js +1 -6
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.js +28 -12
- data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +1 -1
- data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -2
- data/assets/themes/j1/modules/lightbox/css/theme/uno.min.css +1 -11
- data/assets/themes/j1/modules/{lunrSearch/css/quicksearch.css → lunr/css/j1.css} +2 -2
- data/assets/themes/j1/modules/lunr/css/j1.min.css +15 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/dateformat.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.js → lunr/js/j1.js} +11 -8
- data/assets/themes/j1/modules/{lunrSearch/js/quicksearch.min.js → lunr/js/j1.min.js} +1 -1
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.language.support.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/lunr.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/mustache.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/js/uri.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ar.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.da.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.de.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.du.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.es.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fi.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.fr.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.hu.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.it.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ja.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.jp.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.multi.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.nl.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.no.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.pt.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ro.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.ru.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.sv.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.th.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.tr.min.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.js +0 -0
- data/assets/themes/j1/modules/{lunrSearch → lunr}/languages/lunr.vi.min.js +0 -0
- data/assets/themes/j1/modules/mmenuLight/css/mmenu-light.min.css +2 -375
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.css +14 -5
- data/assets/themes/j1/modules/mmenuLight/css/theme/uno/mmenu.min.css +2 -179
- data/assets/themes/j1/modules/msDropdown/css/msDropdown.min.css +1 -12
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +3 -1
- data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +23 -0
- data/assets/themes/j1/modules/videojs/css/video-js.css +6 -2
- data/assets/themes/j1/modules/videojs/css/video-js.min.css +1 -1
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +68 -95
- data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +168 -0
- data/lib/starter_web/_data/blocks/panel.yml +2 -0
- data/lib/starter_web/_data/j1_config.yml +33 -1
- data/lib/starter_web/_data/layouts/app.yml +11 -6
- data/lib/starter_web/_data/layouts/article_navigator.yml +8 -3
- data/lib/starter_web/_data/layouts/blog_archive.yml +8 -3
- data/lib/starter_web/_data/layouts/collection.yml +14 -21
- data/lib/starter_web/_data/layouts/default.yml +11 -36
- data/lib/starter_web/_data/layouts/home.yml +14 -22
- data/lib/starter_web/_data/layouts/news_panel_posts.yml +8 -3
- data/lib/starter_web/_data/layouts/page.yml +8 -14
- data/lib/starter_web/_data/layouts/post.yml +8 -3
- data/lib/starter_web/_data/layouts/raw.yml +14 -9
- data/lib/starter_web/_data/{builder → modules}/blog_navigator.yml +4 -4
- data/lib/starter_web/_data/{apps → modules}/carousel.yml +2 -2
- data/lib/starter_web/_data/{builder → modules}/defaults/blog_navigator.yml +4 -5
- data/lib/starter_web/_data/{apps → modules}/defaults/carousel.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/defaults/justifiedGallery.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/defaults/lightGallery.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/defaults/lightbox.yml +2 -2
- data/lib/starter_web/_data/modules/defaults/{quicksearch.yml → lunr.yml} +6 -15
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/justifiedGallery.yml +101 -50
- data/lib/starter_web/_data/{apps → modules}/lightGallery.yml +1 -1
- data/lib/starter_web/_data/{apps → modules}/lightbox.yml +2 -2
- data/lib/starter_web/_data/modules/{quicksearch.yml → lunr.yml} +4 -7
- data/lib/starter_web/_data/modules/navigator_menu.yml +1 -1
- data/lib/starter_web/_data/modules/rangeSlider.yml +2 -2
- data/lib/starter_web/_data/resources.yml +20 -21
- data/lib/starter_web/_includes/attributes.asciidoc +16 -3
- data/lib/starter_web/_plugins/asciidoctor-extensions/lightbox-block.rb +6 -4
- data/lib/starter_web/_plugins/filters.rb +53 -0
- data/lib/starter_web/_plugins/lunr_index.rb +11 -6
- data/lib/starter_web/assets/images/modules/attics/joanna-kosinska-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/meditation.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/dailymotion/pilates.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video1.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/html5/video2.mp4 +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/hai.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/vk/otter.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/battle.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/ben.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/constance.jpg +0 -0
- data/lib/starter_web/assets/videos/gallery/voice_kids_de_2021/elisa.jpg +0 -0
- data/lib/starter_web/collections/asciidoc_skeletons/simple-post/{yyyy-mm-dd-your-post-name.adoc → _posts/yyyy-mm-dd-your-post-name.asciidoc} +26 -12
- data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
- data/lib/starter_web/collections/posts/public/featured/_posts/2022-02-28-about-j1.adoc +1 -1
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +2 -2
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_blog/navigator/archive/categoryview.html +254 -0
- data/lib/starter_web/pages/public/_blog/navigator/archive/dateview.html +238 -0
- data/lib/starter_web/pages/public/_blog/navigator/archive/tagview.html +283 -0
- data/lib/starter_web/pages/public/_blog/navigator/archive.html +204 -0
- data/lib/starter_web/pages/public/_blog/navigator/index.html +53 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +2 -4
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +15 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +15 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +5 -7
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +33 -12
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +30 -11
- data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +28 -11
- data/lib/starter_web/pages/public/blog/navigator/archive.html +29 -11
- data/lib/starter_web/pages/public/blog/navigator/index.html +2 -1
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +13 -17
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +99 -16
- data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +74 -74
- data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +1 -1
- data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +7 -13
- data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +91 -77
- data/assets/themes/j1/modules/lunrSearch/css/quicksearch.min.css +0 -32
- data/lib/starter_web/_data/layouts/home.ads.yml +0 -262
- data/lib/starter_web/_data/layouts/home.no-ads.yml +0 -262
- data/lib/starter_web/_data/pages/builder.yml +0 -87
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +0 -265
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +0 -237
- data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +0 -237
@@ -0,0 +1,204 @@
|
|
1
|
+
---
|
2
|
+
layout: page
|
3
|
+
title: Starter Blog
|
4
|
+
tagline: all posts
|
5
|
+
description: Create index pages for articles this website
|
6
|
+
|
7
|
+
categories: [ Blog ]
|
8
|
+
tags: [ Navigator, Archive ]
|
9
|
+
|
10
|
+
sort: date
|
11
|
+
toc: true
|
12
|
+
fab_menu_id: open_toc
|
13
|
+
|
14
|
+
pagination:
|
15
|
+
enabled: false
|
16
|
+
permalink: /page:num/
|
17
|
+
|
18
|
+
analytics: false
|
19
|
+
comments: false
|
20
|
+
|
21
|
+
exclude_from_search: true
|
22
|
+
regenerate: true # needed to update pages
|
23
|
+
|
24
|
+
resources: [ animate ]
|
25
|
+
resource_options:
|
26
|
+
- attic:
|
27
|
+
padding_top: 400
|
28
|
+
padding_bottom: 50
|
29
|
+
opacity: 0.5
|
30
|
+
slides:
|
31
|
+
- url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
|
32
|
+
alt: Photo by Matthaeus
|
33
|
+
alignY: top
|
34
|
+
badge:
|
35
|
+
type: unsplash
|
36
|
+
author: Matthaeus
|
37
|
+
href: https://unsplash.com/@matthaeus123
|
38
|
+
---
|
39
|
+
|
40
|
+
{% comment %} Liquid procedures
|
41
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
42
|
+
{% capture get_page_path %}themes/{{site.template.name}}/procedures/global/get_page_path.proc{% endcapture %}
|
43
|
+
{% capture select_icon_size %}themes/{{site.template.name}}/procedures/global/select_icon_size.proc{% endcapture %}
|
44
|
+
{% capture get_category_item %}themes/{{site.template.name}}/procedures/global/get_category_item.proc{% endcapture %}
|
45
|
+
|
46
|
+
{% comment %} Set config files
|
47
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
48
|
+
{% assign template_config = site.data.j1_config %}
|
49
|
+
{% assign blocks = site.data.blocks %}
|
50
|
+
{% assign modules = site.data.modules %}
|
51
|
+
{% assign builder = site.data.builder %}
|
52
|
+
{% assign plugins = site.data.plugins %}
|
53
|
+
|
54
|
+
{% comment %} Set config data
|
55
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
56
|
+
{% assign blog_navigator_defaults = builder.defaults.blog_navigator.defaults %}
|
57
|
+
{% assign blog_navigator_settings = builder.blog_navigator.settings %}
|
58
|
+
|
59
|
+
{% comment %} Set config options
|
60
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
61
|
+
{% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
|
62
|
+
|
63
|
+
{% comment %} Variables
|
64
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
65
|
+
{% assign truncate_words = site.excerpt_truncate_words %}
|
66
|
+
|
67
|
+
{% if site.permalink == 'none' %}
|
68
|
+
{% capture browser_page_url %}{{page.url}}.html{% endcapture %}
|
69
|
+
{% else %}
|
70
|
+
{% capture browser_page_url %}{{page.url}}{% endcapture %}
|
71
|
+
{% endif %}
|
72
|
+
|
73
|
+
{% include {{get_page_path}} mode='absolute' %}
|
74
|
+
|
75
|
+
{% capture navigator %}{{page_path}}/{% endcapture %}
|
76
|
+
{% capture blog_preview %}{{page_path}}/archive/preview/{% endcapture %}
|
77
|
+
{% capture date_view %}{{page_path}}/archive/dateview/{% endcapture %}
|
78
|
+
{% capture category_view %}{{page_path}}/archive/categoryview/{% endcapture %}
|
79
|
+
{% capture tag_view %}{{page_path}}/archive/tagview/{% endcapture %}
|
80
|
+
{% capture all_view %}{{page_path}}/{% endcapture %}
|
81
|
+
|
82
|
+
{% comment %} language detection
|
83
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
84
|
+
{% if site.language == "en" %}
|
85
|
+
{% assign language = "en" %}
|
86
|
+
{% elsif site.language == "de"%}
|
87
|
+
{% assign language = "de" %}
|
88
|
+
{% else %}
|
89
|
+
{% assign language = "en" %}
|
90
|
+
{% endif %}
|
91
|
+
|
92
|
+
{% if language == "en" %}
|
93
|
+
{% assign readmore_text = "read" %}
|
94
|
+
|
95
|
+
{% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.en %}
|
96
|
+
{% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.en %}
|
97
|
+
{% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.en %}
|
98
|
+
{% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.en %}
|
99
|
+
|
100
|
+
{% assign view_headline = blog_navigator_options.archive_view.page_text.en.headline %}
|
101
|
+
{% assign view_description_text = blog_navigator_options.archive_view.page_text.en.description %}
|
102
|
+
{% endif %}
|
103
|
+
|
104
|
+
{% if language == "de" %}
|
105
|
+
{% assign readmore_text = "lesen" %}
|
106
|
+
|
107
|
+
{% assign category_view_button_text = blog_navigator_options.button_text.view_selector.category_view.de %}
|
108
|
+
{% assign date_view_button_text = blog_navigator_options.button_text.view_selector.date_view.de %}
|
109
|
+
{% assign archive_view_button_text = blog_navigator_options.button_text.view_selector.archive_view.de %}
|
110
|
+
{% assign tag_view_button_text = blog_navigator_options.button_text.view_selector.tag_view.de %}
|
111
|
+
|
112
|
+
{% assign view_headline = blog_navigator_options.archive_view.page_text.de.headline %}
|
113
|
+
{% assign view_description_text = blog_navigator_options.archive_view.page_text.de.description %}
|
114
|
+
{% endif %}
|
115
|
+
|
116
|
+
{% comment %} Debugging
|
117
|
+
--------------------------------------------------------------------------------
|
118
|
+
skip_categories: {{skip_categories | debug}}
|
119
|
+
site_category_word_list: {{site_category_word_list | debug}}
|
120
|
+
--------------------------------------------------------------------------------
|
121
|
+
{% endcomment %}
|
122
|
+
|
123
|
+
{% comment %} Main
|
124
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
125
|
+
<!-- [INFO ] [ {{page.url}} ] [Generate HTML}] -->
|
126
|
+
<div class="paginator ml-3">
|
127
|
+
<ul class="pagination raised-z0">
|
128
|
+
<li class="page-item"><a class="page-link" href="{{navigator | prepend: site.baseurl}}" alt="Blog View">Navigator</a></li>
|
129
|
+
<li class="page-item"><a class="page-link" href="{{category_view|prepend: site.baseurl}}" alt="View by Category">{{category_view_button_text}}</a></li>
|
130
|
+
<li class="page-item"><a class="page-link" href="{{date_view}}" alt="View by Date">{{date_view_button_text}}</a></li>
|
131
|
+
<!-- li class="page-item"><a class="page-link" href="{{tag_view}}" alt="{{tag_view_button_text}}">By Tag</a></li -->
|
132
|
+
</ul>
|
133
|
+
</div>
|
134
|
+
|
135
|
+
<div id="index" class="post-search-results ml-3">
|
136
|
+
{% if blog_navigator_options.archive_view.page_text.enabled %}
|
137
|
+
<div class="view-description">{{view_description_text}}</div>
|
138
|
+
{% endif %}
|
139
|
+
|
140
|
+
<div class="post-headline">
|
141
|
+
<h1 id="post-headline notoc" class="mt-5">{{view_headline}}</h1>
|
142
|
+
</div>
|
143
|
+
|
144
|
+
<!-- ul class="list-unstyled link-news" -->
|
145
|
+
{% for post in site.posts %}
|
146
|
+
{% comment %} {% assign excerpt = post.excerpt|truncatewords: truncate_words|replace:'...',' ...'|strip_html %} {% endcomment %}
|
147
|
+
{% assign excerpt = post.excerpt|truncatewords: truncate_words|replace:'...',' ...' %}
|
148
|
+
|
149
|
+
<!-- Collect comment provider details -->
|
150
|
+
{% for sharing in builder_config.sharing_provider %}
|
151
|
+
{% assign provider = sharing.provider %}
|
152
|
+
{% assign likes_count = sharing.likes_count %}
|
153
|
+
{% assign comment_count = sharing.comment_count %}
|
154
|
+
{% endfor %}
|
155
|
+
|
156
|
+
<article class="card raised-z3 mb-5">
|
157
|
+
<h2 id="{{100000|rand}}" class="card-header bg-primary">{{post.title}}</h2>
|
158
|
+
<div class="row mx-0">
|
159
|
+
|
160
|
+
<!-- [INFO ] [j1.pages.blog.navigator.archive ] [Check if post image is available] -->
|
161
|
+
{% if post.image %}
|
162
|
+
<!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image is available] -->
|
163
|
+
<div class="col-md-6 img-bg--fill px-0"
|
164
|
+
style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{post.image}});">
|
165
|
+
</div>
|
166
|
+
{% else %}
|
167
|
+
<!-- [INFO ] [j1.pages.blog.navigator.archive ] [Post image missing, using configured default image] -->
|
168
|
+
<div class="col-md-6 img-bg--fill px-0"
|
169
|
+
style="border-right: 1px dotted rgba(0, 0, 0, 0.25); background-image: url({{blog_navigator_options.post_image}});">
|
170
|
+
</div>
|
171
|
+
{% endif %}
|
172
|
+
|
173
|
+
<div class="col-md-6 p-0">
|
174
|
+
<div class="card-body r-text-300">{{excerpt}}</div>
|
175
|
+
<div class="card-footer not-rounded r-text-200">
|
176
|
+
<div class="card-footer-text">
|
177
|
+
|
178
|
+
{% if post.date %}
|
179
|
+
{% if language == "en" %}
|
180
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%Y %B, %e"}}
|
181
|
+
{% endif %}
|
182
|
+
{% if language == "de" %}
|
183
|
+
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date | localize: "%-d. %B %Y"}}
|
184
|
+
{% endif %}
|
185
|
+
{% endif %}
|
186
|
+
{% if likes_count %}
|
187
|
+
<span class="font-weight-bold"> · </span>
|
188
|
+
<i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
|
189
|
+
{% endif %}
|
190
|
+
{% if comment_count %}
|
191
|
+
<span class="font-weight-bold"> · </span>
|
192
|
+
<i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
|
193
|
+
{% endif %}
|
194
|
+
</div>
|
195
|
+
<a class="card-link md-grey-900 text-lowercase"
|
196
|
+
href="{{post.url}}#readmore">
|
197
|
+
{{readmore_text}} · {{post.tagline}}
|
198
|
+
</a>
|
199
|
+
</div>
|
200
|
+
</div>
|
201
|
+
</div>
|
202
|
+
</article>
|
203
|
+
{% endfor %}
|
204
|
+
</div>
|
@@ -0,0 +1,53 @@
|
|
1
|
+
---
|
2
|
+
layout: blog_archive
|
3
|
+
title: Starter Blog
|
4
|
+
tagline: explore posts
|
5
|
+
description: >
|
6
|
+
Navigate through all articles tis website
|
7
|
+
|
8
|
+
categories: [ Blog ]
|
9
|
+
tags: [ Navigator ]
|
10
|
+
|
11
|
+
pagination:
|
12
|
+
enabled: true
|
13
|
+
permalink: /page:num/
|
14
|
+
per_page: 2
|
15
|
+
|
16
|
+
sort: date
|
17
|
+
toc: true
|
18
|
+
fab_menu_id: default
|
19
|
+
|
20
|
+
analytics: true
|
21
|
+
comments: false
|
22
|
+
|
23
|
+
regenerate: true # needed to update pagination pages
|
24
|
+
|
25
|
+
resources: [ animate, scroller ]
|
26
|
+
resource_options:
|
27
|
+
- attic:
|
28
|
+
padding_top: 400
|
29
|
+
padding_bottom: 50
|
30
|
+
opacity: 0.5
|
31
|
+
slides:
|
32
|
+
- url: /assets/images/modules/attics/matthaeus-1920x1280.jpg
|
33
|
+
alt: Photo by Matthaeus
|
34
|
+
alignY: top
|
35
|
+
badge:
|
36
|
+
type: unsplash
|
37
|
+
author: Matthaeus
|
38
|
+
href: https://unsplash.com/@matthaeus123
|
39
|
+
---
|
40
|
+
|
41
|
+
<pre>
|
42
|
+
|
43
|
+
This page is created by the layout: {{ page.layout }}.
|
44
|
+
|
45
|
+
If this text is displayed (instead of the home page expected),
|
46
|
+
something went wrong with the layout definitions. Check the
|
47
|
+
output of the Jekyll engine building this site.
|
48
|
+
|
49
|
+
Check the contents of folder _layouts. Verify if the base
|
50
|
+
layout "{{ page.layout }}" exists and the referring chain
|
51
|
+
(inheritance) is correct.
|
52
|
+
|
53
|
+
</pre>
|
@@ -23,16 +23,14 @@ regenerate: false
|
|
23
23
|
|
24
24
|
resources: [ animate, clipboard, lightbox, rouge ]
|
25
25
|
resource_options:
|
26
|
-
- toccer:
|
27
|
-
collapseDepth: 4
|
28
26
|
- attic:
|
29
27
|
padding_top: 400
|
30
28
|
padding_bottom: 50
|
31
29
|
opacity: 0.5
|
32
30
|
slides:
|
33
|
-
- url: /assets/images/
|
31
|
+
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
34
32
|
alt: Photo by Sigmund on Unsplash
|
35
|
-
alignY:
|
33
|
+
alignY: 0.3
|
36
34
|
badge:
|
37
35
|
type: unsplash
|
38
36
|
author: Sigmund
|
@@ -1,7 +1,9 @@
|
|
1
1
|
---
|
2
2
|
title: Asciidoctor PDF Converter
|
3
3
|
tagline: A native PDF converter for AsciiDoc
|
4
|
-
|
4
|
+
date: 2022-01-01 00:00:00
|
5
|
+
description: >
|
6
|
+
Native PDF Converter for Asciidoctor
|
5
7
|
|
6
8
|
categories: [ Knowledge ]
|
7
9
|
tags: [ Asciidoctor, PDF, Converter ]
|
@@ -12,8 +14,18 @@ regenerate: false
|
|
12
14
|
|
13
15
|
resources: [ animate, clipboard, lightbox, rouge ]
|
14
16
|
resource_options:
|
15
|
-
-
|
16
|
-
|
17
|
+
- attic:
|
18
|
+
padding_top: 400
|
19
|
+
padding_bottom: 50
|
20
|
+
opacity: 0.5
|
21
|
+
slides:
|
22
|
+
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
23
|
+
alt: Photo by Sigmund on Unsplash
|
24
|
+
alignY: 0.3
|
25
|
+
badge:
|
26
|
+
type: unsplash
|
27
|
+
author: Sigmund
|
28
|
+
href: https://unsplash.com/@sigmund
|
17
29
|
---
|
18
30
|
|
19
31
|
// Page Initializer
|
@@ -1,7 +1,9 @@
|
|
1
1
|
---
|
2
2
|
title: Asciidoctor PDF Themes
|
3
3
|
tagline: Theming Guide for the Asciidoctor PDF Converter
|
4
|
-
|
4
|
+
date: 2022-01-01 00:00:00
|
5
|
+
description: >
|
6
|
+
Asciidoctor PDF Theming Guide
|
5
7
|
|
6
8
|
categories: [ Knowledge ]
|
7
9
|
tags: [ Asciidoctor, PDF, Converter ]
|
@@ -11,8 +13,18 @@ regenerate: false
|
|
11
13
|
|
12
14
|
resources: [ animate, clipboard, lightbox, rouge ]
|
13
15
|
resource_options:
|
14
|
-
-
|
15
|
-
|
16
|
+
- attic:
|
17
|
+
padding_top: 400
|
18
|
+
padding_bottom: 50
|
19
|
+
opacity: 0.5
|
20
|
+
slides:
|
21
|
+
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
22
|
+
alt: Photo by Sigmund on Unsplash
|
23
|
+
alignY: 0.3
|
24
|
+
badge:
|
25
|
+
type: unsplash
|
26
|
+
author: Sigmund
|
27
|
+
href: https://unsplash.com/@sigmund
|
16
28
|
---
|
17
29
|
|
18
30
|
// Page Initializer
|
@@ -23,20 +23,18 @@ regenerate: false
|
|
23
23
|
|
24
24
|
resources: [ animate, clipboard, lightbox, rouge ]
|
25
25
|
resource_options:
|
26
|
-
- toccer:
|
27
|
-
collapseDepth: 4
|
28
26
|
- attic:
|
29
27
|
padding_top: 400
|
30
28
|
padding_bottom: 50
|
31
29
|
opacity: 0.5
|
32
30
|
slides:
|
33
|
-
- url: /assets/images/modules/attics/
|
34
|
-
alt: Photo by
|
35
|
-
alignY:
|
31
|
+
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
32
|
+
alt: Photo by Sigmund on Unsplash
|
33
|
+
alignY: 0.3
|
36
34
|
badge:
|
37
35
|
type: unsplash
|
38
|
-
author:
|
39
|
-
href: https://unsplash.com/@
|
36
|
+
author: Sigmund
|
37
|
+
href: https://unsplash.com/@sigmund
|
40
38
|
---
|
41
39
|
|
42
40
|
// Page Initializer
|
@@ -21,20 +21,18 @@ regenerate: false
|
|
21
21
|
|
22
22
|
resources: [ animate, clipboard, lightbox, rouge ]
|
23
23
|
resource_options:
|
24
|
-
- toccer:
|
25
|
-
collapseDepth: 4
|
26
24
|
- attic:
|
27
25
|
padding_top: 400
|
28
26
|
padding_bottom: 50
|
29
27
|
opacity: 0.5
|
30
28
|
slides:
|
31
|
-
- url: /assets/images/
|
32
|
-
alt: Photo by
|
33
|
-
alignY:
|
29
|
+
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
30
|
+
alt: Photo by Sigmund on Unsplash
|
31
|
+
alignY: 0.3
|
34
32
|
badge:
|
35
33
|
type: unsplash
|
36
|
-
author:
|
37
|
-
href: https://unsplash.com/@
|
34
|
+
author: Sigmund
|
35
|
+
href: https://unsplash.com/@sigmund
|
38
36
|
---
|
39
37
|
|
40
38
|
// Page Initializer
|
@@ -20,20 +20,18 @@ regenerate: false
|
|
20
20
|
|
21
21
|
resources: [ animate, clipboard, lightbox, rouge ]
|
22
22
|
resource_options:
|
23
|
-
- toccer:
|
24
|
-
collapseDepth: 4
|
25
23
|
- attic:
|
26
24
|
padding_top: 400
|
27
25
|
padding_bottom: 50
|
28
26
|
opacity: 0.5
|
29
27
|
slides:
|
30
|
-
- url: /assets/images/
|
31
|
-
alt: Photo by
|
32
|
-
alignY:
|
28
|
+
- url: /assets/images/modules/attics/sigmund-1920x1280.jpg
|
29
|
+
alt: Photo by Sigmund on Unsplash
|
30
|
+
alignY: 0.3
|
33
31
|
badge:
|
34
32
|
type: unsplash
|
35
|
-
author:
|
36
|
-
href: https://unsplash.com/@
|
33
|
+
author: Sigmund
|
34
|
+
href: https://unsplash.com/@sigmund
|
37
35
|
---
|
38
36
|
|
39
37
|
// Page Initializer
|
@@ -20,7 +20,7 @@ analytics: true
|
|
20
20
|
comments: false
|
21
21
|
|
22
22
|
exclude_from_search: true
|
23
|
-
regenerate: true
|
23
|
+
regenerate: true # needed to update pages
|
24
24
|
|
25
25
|
resources: [ animate ]
|
26
26
|
resource_options:
|
@@ -47,24 +47,25 @@ resource_options:
|
|
47
47
|
|
48
48
|
{% comment %} Set config files
|
49
49
|
-------------------------------------------------------------------------------- {% endcomment %}
|
50
|
-
{% assign template_config
|
51
|
-
{% assign blocks
|
52
|
-
{% assign modules
|
53
|
-
{% assign
|
54
|
-
{% assign plugins = site.data.plugins %}
|
50
|
+
{% assign template_config = site.data.j1_config %}
|
51
|
+
{% assign blocks = site.data.blocks %}
|
52
|
+
{% assign modules = site.data.modules %}
|
53
|
+
{% assign plugins = site.data.plugins %}
|
55
54
|
|
56
55
|
{% comment %} Set config data
|
57
56
|
-------------------------------------------------------------------------------- {% endcomment %}
|
58
|
-
{% assign blog_navigator_defaults
|
59
|
-
{% assign blog_navigator_settings
|
57
|
+
{% assign blog_navigator_defaults = modules.defaults.blog_navigator.defaults %}
|
58
|
+
{% assign blog_navigator_settings = modules.blog_navigator.settings %}
|
60
59
|
|
61
60
|
{% comment %} Set config options
|
62
61
|
-------------------------------------------------------------------------------- {% endcomment %}
|
63
|
-
{% assign blog_navigator_options
|
62
|
+
{% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
|
64
63
|
|
65
64
|
{% comment %} Variables
|
66
65
|
-------------------------------------------------------------------------------- {% endcomment %}
|
67
|
-
{% assign truncate_words
|
66
|
+
{% assign truncate_words = site.excerpt_truncate_words %}
|
67
|
+
{% assign category_blacklist = template_config.posts.category_blacklist %}
|
68
|
+
|
68
69
|
|
69
70
|
{% if site.permalink == 'none' %}
|
70
71
|
{% capture browser_page_url %}{{page.url}}.html{% endcapture %}
|
@@ -98,7 +99,11 @@ by processing of categories
|
|
98
99
|
|
99
100
|
{% comment %} category processing
|
100
101
|
-------------------------------------------------------------------------------- {% endcomment %}
|
101
|
-
{%
|
102
|
+
{% for category in category_blacklist %}
|
103
|
+
{% assign capitalized = category|capitalize %}
|
104
|
+
{% capture black_list %}{{black_list|append: capitalized}}{% unless forloop.last %},{% endunless %}{% endcapture %}
|
105
|
+
{% endfor %}
|
106
|
+
{% assign skip_categories = black_list | split: "," | join: " " %}
|
102
107
|
|
103
108
|
{% capture site_category_word_list %}{% for category in site.categories %}{{category|first|capitalize|lstrip|rstrip}}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
|
104
109
|
{% assign category_words = site_category_word_list|split:',' %}
|
@@ -153,7 +158,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
153
158
|
{% comment %} Main
|
154
159
|
-------------------------------------------------------------------------------- {% endcomment %}
|
155
160
|
<!-- [INFO ] [ {{page.url}} ] [Generate HTML}] -->
|
156
|
-
{% include {{create_word_cloud}}
|
161
|
+
{% include {{create_word_cloud}} source="categories" word_list=category_list %}
|
157
162
|
|
158
163
|
<!-- [INFO ] [ {{page.url}} ] [Generate HTML}] -->
|
159
164
|
<div class="paginator ml-3">
|
@@ -233,6 +238,22 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
233
238
|
<span class="font-weight-bold"> · </span>
|
234
239
|
<i class="mdi mdi-comment mr-1"></i> {{comment_count}}
|
235
240
|
{% endif %}
|
241
|
+
|
242
|
+
<!-- Cleanup categories by given blacklist -->
|
243
|
+
{% assign my_categories = post.categories | difference: category_blacklist %}
|
244
|
+
|
245
|
+
<!-- Build element strings -->
|
246
|
+
{% assign categories = my_categories |join: " · " %}
|
247
|
+
{% assign tags = post.tags | join: " · " %}
|
248
|
+
|
249
|
+
<p class="result-item-text small text-muted mb-3">
|
250
|
+
<i class="mdi mdi-tag-text-outline mdi-18px mr-1"></i>
|
251
|
+
<span class="sr-categories">{{categories}}</span>
|
252
|
+
<br>
|
253
|
+
<i class="mdi mdi-tag mdi-18px mr-1"></i>
|
254
|
+
<span class="sr-tags">{{tags}}</span>
|
255
|
+
</p>
|
256
|
+
|
236
257
|
</div>
|
237
258
|
<a class="card-link text-muted text-lowercase"
|
238
259
|
href="{{post.url}}#readmore">
|
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
layout: page
|
3
|
-
title:
|
3
|
+
title: Creators Blog
|
4
4
|
tagline: posts by date
|
5
5
|
description: Browse articles by date
|
6
6
|
|
@@ -16,10 +16,11 @@ pagination:
|
|
16
16
|
permalink: /page:num/
|
17
17
|
|
18
18
|
analytics: true
|
19
|
+
advertising: false
|
19
20
|
comments: false
|
20
21
|
|
21
22
|
exclude_from_search: true
|
22
|
-
regenerate: true
|
23
|
+
regenerate: true # needed to update pages
|
23
24
|
|
24
25
|
resources: [ animate ]
|
25
26
|
resource_options:
|
@@ -45,24 +46,25 @@ resource_options:
|
|
45
46
|
|
46
47
|
{% comment %} Set config files
|
47
48
|
-------------------------------------------------------------------------------- {% endcomment %}
|
48
|
-
{% assign template_config
|
49
|
-
{% assign blocks
|
50
|
-
{% assign modules
|
51
|
-
{% assign
|
52
|
-
{% assign plugins = site.data.plugins %}
|
49
|
+
{% assign template_config = site.data.j1_config %}
|
50
|
+
{% assign blocks = site.data.blocks %}
|
51
|
+
{% assign modules = site.data.modules %}
|
52
|
+
{% assign plugins = site.data.plugins %}
|
53
53
|
|
54
54
|
{% comment %} Set config data
|
55
55
|
-------------------------------------------------------------------------------- {% endcomment %}
|
56
|
-
{% assign blog_navigator_defaults
|
57
|
-
{% assign blog_navigator_settings
|
56
|
+
{% assign blog_navigator_defaults = modules.defaults.blog_navigator.defaults %}
|
57
|
+
{% assign blog_navigator_settings = modules.blog_navigator.settings %}
|
58
58
|
|
59
59
|
{% comment %} Set config options
|
60
60
|
-------------------------------------------------------------------------------- {% endcomment %}
|
61
|
-
{% assign blog_navigator_options
|
61
|
+
{% assign blog_navigator_options = blog_navigator_defaults | merge: blog_navigator_settings %}
|
62
62
|
|
63
63
|
{% comment %} Variables
|
64
64
|
-------------------------------------------------------------------------------- {% endcomment %}
|
65
|
-
{% assign truncate_words
|
65
|
+
{% assign truncate_words = site.excerpt_truncate_words %}
|
66
|
+
{% assign category_blacklist = template_config.posts.category_blacklist %}
|
67
|
+
|
66
68
|
|
67
69
|
{% if site.permalink == 'none' %}
|
68
70
|
{% capture browser_page_url %}{{page.url}}.html{% endcapture %}
|
@@ -210,6 +212,7 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
210
212
|
<i class="mdi mdi-calendar-blank md-grey-900 mr-1"></i>{{post.date|localize: "%-d. %B %Y"}}
|
211
213
|
{% endif %}
|
212
214
|
{% endif %}
|
215
|
+
|
213
216
|
{% if likes_count %}
|
214
217
|
<span class="font-weight-bold"> · </span>
|
215
218
|
<i class="mdi mdi-heart md-grey-900 mr-1"></i> {{likes_count}}
|
@@ -218,6 +221,22 @@ site_category_word_list: {{site_category_word_list | debug}}
|
|
218
221
|
<span class="font-weight-bold"> · </span>
|
219
222
|
<i class="mdi mdi-comment md-grey-900 mr-1"></i> {{comment_count}}
|
220
223
|
{% endif %}
|
224
|
+
|
225
|
+
<!-- Cleanup categories by given blacklist -->
|
226
|
+
{% assign my_categories = post.categories | difference: category_blacklist %}
|
227
|
+
|
228
|
+
<!-- Build element strings -->
|
229
|
+
{% assign categories = my_categories |join: " · " %}
|
230
|
+
{% assign tags = post.tags | join: " · " %}
|
231
|
+
|
232
|
+
<p class="result-item-text small text-muted mb-3">
|
233
|
+
<i class="mdi mdi-tag-text-outline mdi-18px mr-1"></i>
|
234
|
+
<span class="sr-categories">{{categories}}</span>
|
235
|
+
<br>
|
236
|
+
<i class="mdi mdi-tag mdi-18px mr-1"></i>
|
237
|
+
<span class="sr-tags">{{tags}}</span>
|
238
|
+
</p>
|
239
|
+
|
221
240
|
</div>
|
222
241
|
<a class="card-link md-grey-900 text-lowercase"
|
223
242
|
href="{{post.url}}#readmore">
|