j1-template 2021.0.7 → 2021.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/data/menu.html +1 -1
- data/assets/themes/j1/adapter/js/j1.js +3 -2
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/auth_manager.rb +15 -0
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +6 -4
- data/lib/starter_web/_data/modules/navigator_menu.yml +13 -8
- data/lib/starter_web/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/icons/d1/scalable/d1.svg +1 -1
- data/lib/starter_web/index.html +3 -5
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/about/about_site.adoc +14 -1859
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +3 -3
- data/lib/starter_web/pages/public/about/become_a_patron.adoc +0 -71
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2021.0.
|
4
|
+
version: 2021.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -1071,6 +1071,7 @@ files:
|
|
1071
1071
|
- lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg
|
1072
1072
|
- lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg
|
1073
1073
|
- lib/starter_web/assets/images/modules/attics/modules-apps-1920x1280.jpg
|
1074
|
+
- lib/starter_web/assets/images/modules/attics/nicola-styles-1920x1280.jpg
|
1074
1075
|
- lib/starter_web/assets/images/modules/attics/no-time-1920x1280.jpg
|
1075
1076
|
- lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg
|
1076
1077
|
- lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg
|
@@ -1404,7 +1405,6 @@ files:
|
|
1404
1405
|
- lib/starter_web/pages/protected/readme
|
1405
1406
|
- lib/starter_web/pages/protected/site_search.adoc
|
1406
1407
|
- lib/starter_web/pages/public/about/about_site.adoc
|
1407
|
-
- lib/starter_web/pages/public/about/become_a_patron.adoc
|
1408
1408
|
- lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc
|
1409
1409
|
- lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc
|
1410
1410
|
- lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc
|
@@ -1,71 +0,0 @@
|
|
1
|
-
---
|
2
|
-
title: J1 Template
|
3
|
-
tagline: become a patron
|
4
|
-
date: 2021-02-01 00:00:00
|
5
|
-
description: >
|
6
|
-
Help to create premium content
|
7
|
-
|
8
|
-
tags: [ Patron, Premium, Content ]
|
9
|
-
categories: [ pages ]
|
10
|
-
|
11
|
-
exclude_from_search: true
|
12
|
-
|
13
|
-
permalink: /pages/public/about/become_a_patron/
|
14
|
-
regenerate: false
|
15
|
-
|
16
|
-
resources: [ lightbox ]
|
17
|
-
resource_options:
|
18
|
-
- attic:
|
19
|
-
padding_top: 400
|
20
|
-
padding_bottom: 50
|
21
|
-
opacity: 0.5
|
22
|
-
slides:
|
23
|
-
- url: /assets/images/modules/attics/premium-1920x1280-bw.jpg
|
24
|
-
alt: Photo by Anders Nord on Unsplash
|
25
|
-
badge:
|
26
|
-
type: unsplash
|
27
|
-
author: Anders Nord
|
28
|
-
href: https://unsplash.com/@annoand/portfolio
|
29
|
-
---
|
30
|
-
|
31
|
-
// Page Initializer
|
32
|
-
// =============================================================================
|
33
|
-
// Enable the Liquid Preprocessor
|
34
|
-
:page-liquid:
|
35
|
-
|
36
|
-
// Set (local) page attributes here
|
37
|
-
// -----------------------------------------------------------------------------
|
38
|
-
// :page--attr: <attr-value>
|
39
|
-
|
40
|
-
// Load Liquid procedures
|
41
|
-
// -----------------------------------------------------------------------------
|
42
|
-
{% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
|
43
|
-
|
44
|
-
// Load page attributes
|
45
|
-
// -----------------------------------------------------------------------------
|
46
|
-
{% include {{load_attributes}} scope="global" %}
|
47
|
-
|
48
|
-
|
49
|
-
// Page content
|
50
|
-
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
51
|
-
|
52
|
-
// Include sub-documents
|
53
|
-
// -----------------------------------------------------------------------------
|
54
|
-
|
55
|
-
_Patron_ allows fans -- the *patrons* -- to pay creators for their work. Many
|
56
|
-
of these creators are influencers: photographers on Instagram, comedians
|
57
|
-
on YouTube, podcasters that tweet, creative technicians providing useful
|
58
|
-
software, tools and tutorials.
|
59
|
-
|
60
|
-
Simple like this.
|
61
|
-
|
62
|
-
|
63
|
-
== Become a Patron
|
64
|
-
|
65
|
-
What does that mean? A _Patron_ support a _Creator_ for the provided content
|
66
|
-
they love, they like to use: excellent content services -- created with passion.
|
67
|
-
|
68
|
-
What does a creator need to provide outstanding, useful products to the people?
|
69
|
-
|
70
|
-
No surprise: time and money. What is, vice versa, quite the same. But that's not
|
71
|
-
all.
|