j1-template 2022.5.2 → 2022.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +22 -7
  3. data/_layouts/default.html +12 -21
  4. data/assets/data/banner.html +2 -2
  5. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  6. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
  7. data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -1
  8. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +86 -73
  9. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +5 -3
  10. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +86 -73
  11. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +5 -3
  12. data/assets/themes/j1/core/css/themes/unodark/bootstrap.css +86 -73
  13. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +5 -3
  14. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +138 -137
  15. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +25 -14
  16. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  17. data/lib/j1/version.rb +1 -1
  18. data/lib/starter_web/Gemfile +13 -12
  19. data/lib/starter_web/README.md +5 -5
  20. data/lib/starter_web/_config.yml +32 -59
  21. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  22. data/lib/starter_web/_plugins/lunr_index.rb +11 -8
  23. data/lib/starter_web/assets/images/modules/attics/1920x1280/{nasa.jpg → _nasa.jpg} +0 -0
  24. data/lib/starter_web/assets/images/modules/attics/1920x1280/ben-kolde.jpg +0 -0
  25. data/lib/starter_web/assets/images/modules/attics/1920x1280/braden-collum.jpg +0 -0
  26. data/lib/starter_web/assets/images/modules/attics/1920x1280/firmbee-com.jpg +0 -0
  27. data/lib/starter_web/assets/images/modules/attics/1920x1280/spacex.jpg +0 -0
  28. data/lib/starter_web/assets/images/modules/attics/{shutterstock_sponsor-1920x1280.jpg → gift-from-hand-1920x1280.jpg} +0 -0
  29. data/lib/starter_web/index.html +34 -54
  30. data/lib/starter_web/package.json +1 -1
  31. data/lib/starter_web/pages/public/about/features.adoc +22 -17
  32. data/lib/starter_web/pages/public/about/reporting_issues.adoc +6 -0
  33. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +12 -3
  34. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +13 -1
  35. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +12 -1
  36. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +15 -10
  37. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +6 -0
  38. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +6 -0
  39. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  40. data/lib/starter_web/pages/public/features/general.adoc +1 -1
  41. data/lib/starter_web/pages/public/plans/plans.adoc +1 -1
  42. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  43. data/lib/starter_web/utilsrv/package.json +1 -1
  44. metadata +8 -4
@@ -10,8 +10,6 @@
10
10
  # J1 Template is licensed under the MIT License.
11
11
  # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
12
12
  # ------------------------------------------------------------------------------
13
- # WARNING: This configuration can only be used for Ruby V3
14
- # ------------------------------------------------------------------------------
15
13
 
16
14
  # ==============================================================================
17
15
  # 1. BUILD configuration
@@ -55,7 +53,7 @@ environment: development
55
53
  # ------------------------------------------------------------------------------
56
54
  # Sets the build version of J1 Template Gem
57
55
  #
58
- version: 2022.5.2
56
+ version: 2022.5.3
59
57
 
60
58
  # version
61
59
  # ------------------------------------------------------------------------------
@@ -162,86 +160,55 @@ doctype: html
162
160
 
163
161
  # ------------------------------------------------------------------------------
164
162
  # META data
165
- # Mainly to set the meta tags for the document <head> section.
166
-
167
- # title
163
+ # Mainly to set (global)) meta tags for the document <head> section.
168
164
  # ------------------------------------------------------------------------------
169
- # Sets the ...
170
165
  #
171
- # values: string
172
- # default: no default
173
- #
174
- # slogan
166
+ # title
175
167
  # ------------------------------------------------------------------------------
176
- # Sets the <title> tag within the <head> section.
168
+ # Sets the <title> tag within the <head> section for SEO Tag optimization
177
169
  #
178
170
  # values: string
179
171
  # default: no default
180
172
  #
181
- # description
173
+ # slogan
182
174
  # ------------------------------------------------------------------------------
183
- # Sets the meta tag for "description"
175
+ # Sets slogan data used for SEO Tag optimization
184
176
  #
185
177
  # values: string
186
178
  # default: no default
187
179
  #
188
- # keywords
189
- # ------------------------------------------------------------------------------
190
- # Sets the meta tag for "keywords"
191
- #
192
- # values: string (comma separated)
193
- # default: no default
194
- #
195
180
  # author.name
196
181
  # ------------------------------------------------------------------------------
197
- # Sets the meta tag for "author"
182
+ # Sets the meta tag for "author"
198
183
  #
199
184
  # values: string (comma separated)
200
185
  # default: no default
201
186
  #
202
187
  # robots.index
203
188
  # ------------------------------------------------------------------------------
204
- # Controls spider|robots of search engines. Sets the meta
205
- # tag for "robots". If set to "false", the meta tag robots
206
- # is set to "noindex", if set to "true" the tag is set to
207
- # "index"
189
+ # Controls spider|robots of search engines. Sets the meta
190
+ # tag for "robots". If set to "false", the meta tag robots
191
+ # is set to "noindex", if set to "true" the tag is set to
192
+ # "index"
208
193
  #
209
194
  # values: boolean (true|false)
210
195
  # default: false
211
196
  #
212
197
  # robots.follow
213
198
  # ------------------------------------------------------------------------------
214
- # Controls spider|robots of search engines. Sets the meta
215
- # tag for "robots". If set to "false", the meta tag robots
216
- # is set to "nofollow", if set to "true" the tag is set to
217
- # "follow".
199
+ # Controls spider|robots of search engines. Sets the meta
200
+ # tag for "robots". If set to "false", the meta tag robots
201
+ # is set to "nofollow", if set to "true" the tag is set to
202
+ # "follow".
218
203
  #
219
204
  # values: boolean (true|false)
220
205
  # default: false
206
+ # ------------------------------------------------------------------------------
221
207
  #
222
- title: Jekyll One
223
- slogan: j1 template starter web
224
- description: >
225
- Made for Jekyll · Made for Your Web
226
- keywords: >
227
- opensource, free, load, download, start, starter, example,
228
- high, easy, use, secure, encrypt, standard, popular,
229
- generate, create, learn, distribute, publish, deploy,
230
- beginner, advanced, expert, student, learner, writer, reader, visitor
231
- framework, toolkit, integration, extension, module, api,
232
- dynamic, static, generator, client, server, internet, local, localhost
233
- page, web, website, webdesign, material, design, responsive,
234
- javascript, nodejs, ruby, windows, linux, osx, mac, os,
235
- http, https, html, html5, css, scss, style,
236
- browser, firefox, chrome, edge, opera, safari,
237
- configuration, generator, navigation, menu, dropdown, fab, action, button
238
- application, interface, provider, api, repository,
239
- cookie, language, translation, gdpr, dsgvo, privacy,
240
- asciidoc, aciidoctor, bootstrap, jekyll, liquid,
241
- hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
242
- provider, service, internet, support,
243
- google, analytics, advertising, search, console, silverlight, score,
244
- j1, template, jekyllone, comment
208
+ title: Jekyll One Template
209
+ slogan: Made for Jekyl - Made for Your Web
210
+
211
+ preview-image: home-screenshot.jpg
245
212
 
246
213
  author:
247
214
  name: Juergen Adams
@@ -329,7 +296,7 @@ permalink: pretty
329
296
  # if you are running jekyll serve in a development environment,
330
297
  # site.url will be set to the value of host, port.
331
298
  #
332
- url: "http://localhost:20000"
299
+ url: "http://localhost:20000"
333
300
 
334
301
  # The subpath of your site, e.g. /blog/. Used in conjunction with
335
302
  # site.url (see above) when you want a link to something with the
@@ -454,25 +421,31 @@ liquid:
454
421
  error_mode: warn
455
422
 
456
423
  # ------------------------------------------------------------------------------
457
- # PLUGIN configuration
424
+ # JEKYLL PLUGIN configuration
458
425
  #
459
426
  plugins:
460
427
  # - algolia
461
428
  - asciidoctor
462
429
  # - asciidoctor-pdf
463
430
  - jekyll-asciidoc
464
- # - jekyll-feed
431
+ - jekyll-feed
465
432
  # - jekyll-gist
433
+ - j1-paginator
466
434
  # - jekyll-redirect-from
467
435
  # - jekyll-sass-converter
436
+ - jekyll-seo-tag
468
437
  - jekyll-sitemap
469
- - j1-paginator
470
438
 
471
439
  # ------------------------------------------------------------------------------
472
440
  # JEKYLL FEED
473
441
  #
474
- # feed:
475
- # path: /assets/data/atom.xml
442
+ feed:
443
+ path: /assets/data/atom.xml
444
+ excerpt_only: true
445
+ # posts_limit: 20
446
+ # categories:
447
+ # - news
448
+ # - updates
476
449
 
477
450
  # ------------------------------------------------------------------------------
478
451
  # MARKDOWN
@@ -113,7 +113,7 @@ settings:
113
113
  # id: new-version
114
114
  # image: /assets/images/sticker/600x600/sticker-new-version.png
115
115
  # size: 200
116
- # title: Get new version 2022.5.2
116
+ # title: Get new version 2022.5.3
117
117
  # style: "width: 140px; height: 120px;"
118
118
  # href: "https://rubygems.org/gems/j1-template"
119
119
  # target: blank
@@ -292,13 +292,13 @@ module Jekyll
292
292
  date = '2022-01-01 00:00:00'
293
293
  end
294
294
 
295
- tagline = site.data['tagline']
296
- tags = site.data['tags']
297
- categories = site.data['categories']
298
- description = site.data['description']
299
- title, url = extract_title_and_url(site)
300
- is_post = site.is_a?(Jekyll::Document)
301
- body = renderer.render(site)
295
+ tagline = site.data['tagline']
296
+ tags = site.data['tags']
297
+ categories = site.data['categories']
298
+ description = site.data['description']
299
+ title, url = extract_title_and_url(site)
300
+ is_post = site.is_a?(Jekyll::Document)
301
+ body = renderer.render(site)
302
302
 
303
303
  if description.nil? || description.length == 0
304
304
  description = 'No description available.'
@@ -311,7 +311,10 @@ module Jekyll
311
311
  end
312
312
  end
313
313
 
314
+ description, keywords = description.split(/§/)
315
+
314
316
  SearchEntry.new(title, tagline, url, date, tags, categories, description, is_post, body, renderer)
317
+
315
318
  else
316
319
  raise 'Not supported'
317
320
  end
@@ -369,6 +372,6 @@ end
369
372
 
370
373
  module Jekyll
371
374
  module J1LunrSearch
372
- VERSION = '2022.5.2'
375
+ VERSION = '2022.5.3'
373
376
  end
374
377
  end
@@ -2,36 +2,21 @@
2
2
  layout: home
3
3
  compress: true
4
4
 
5
- title: Jekyll One
6
- tagline: j1 template starter web
5
+ title: Jekyll One Template
6
+ tagline: explore what jekyll and j1 can do
7
7
  description: >
8
- Jekyll One Template. Gem-based template made for Jekyll.
9
- J1 meets Jekyll and Bootstrap. And makes a lot of friends.
10
- The template system combines the best of free software for
11
- the web.
12
- Jekyll One Template is OpenSource and the modules included
13
- are free to use as well.
14
-
15
- keywords: >
16
- j1, jekyllone, gem, gem-based, template, system,
17
- opensource, free, load, download, start, starter, example,
18
- high, easy, use, secure, encrypt, standard, popular,
19
- generate, develop, create, learn, distribute, publish, deploy,
20
- beginner, advanced, expert, student, learner, writer, reader, visitor
21
- framework, toolkit, integration, extension, module, api,
22
- dynamic, static, generator, client, server, internet, local, localhost
23
- page, web, website, webdesign, material, design, responsive,
24
- javascript, nodejs, ruby, windows, linux, osx, mac, os,
25
- http, https, html, html5, css, scss, style,
26
- browser, firefox, chrome, edge, opera, safari,
27
- configuration, generator, navigation, menu, dropdown, fab, action, button
28
- application, interface, provider, api, repository,
29
- cookie, language, translation, gdpr, dsgvo, privacy,
30
- asciidoc, aciidoctor, bootstrap, jekyll, liquid,
31
- hyvor, disqus, git, github, netlify, heroku, apple, microsoft,
32
- provider, service, internet, support,
33
- google, analytics, advertising, search, console, silverlight, score,
34
- j1, template, jekyllone, comment
8
+ Jekyll One Template. J1 template ia a gem-based template made
9
+ for Jekyll. J1 meets Jekyll and Bootstrap V5. And makes a lot of
10
+ other friends. The template system combines the best of free and
11
+ open source software for the web. Jekyll One Template is Open Source
12
+ and the modules included are free to use as well.
13
+
14
+ § javascript, css, scss, html, jamstack, provider, service,
15
+ internet, support, google, analytics, advertising, search, console,
16
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
17
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
18
+ free, images, carousel, slider, gallery, video, player, clipboard,
19
+ cookie, consent, full-text, search, engine, infinite scroll.
35
20
 
36
21
  categories: [ Site ]
37
22
  tags: [ Home ]
@@ -52,7 +37,6 @@ regenerate: false
52
37
 
53
38
  resources: [ animate, iconify, scroller ]
54
39
  resource_options:
55
-
56
40
  - attic:
57
41
 
58
42
  circuit: true
@@ -66,40 +50,36 @@ resource_options:
66
50
  slides:
67
51
 
68
52
  - url: /assets/images/modules/attics/1920x1280/kristopher-roller.jpg
69
- alt: Photo by Kristopher Roller on Unsplash
70
- title: Jekyll One Template
71
- tagline: explore what j1 can do for your website
72
- badge:
73
- type: unsplash
74
- author: Kristopher Roller
75
- href: https://unsplash.com/@krisroller
53
+ alt: runner-1920x1200.jpg
54
+ # title: Jekyll One
55
+ # tagline: explore what j1 can do
76
56
 
77
- - url: /assets/images/modules/attics/1920x1280/moritz-kindler.jpg
78
- alt: Photo by Moritz Kindler on Unsplash
79
- title: Setup a site in no time
80
- tagline: ready to use build-in web available
57
+ - url: /assets/images/modules/attics/1920x1280/ben-kolde.jpg
58
+ alt: Photo by Ben Kolde on Unsplash
59
+ title: Create Your Web
60
+ tagline: build modern, fast and secure websites
81
61
  badge:
82
62
  type: unsplash
83
- author: Moritz Kindler
84
- href: https://unsplash.com/@moritz_photography
63
+ author: Ben Kolde
64
+ href: https://unsplash.com/@benkolde
85
65
 
86
- - url: /assets/images/modules/attics/1920x1280/crawford-jolly.jpg
87
- alt: Photo by Crawford Jolly on Unsplash
88
- title: Create Your Web
89
- tagline: build modern, fast and secure websites
66
+ - url: /assets/images/modules/attics/1920x1280/firmbee-com.jpg
67
+ alt: Photo by Firmbee.com on Unsplash
68
+ title: Jekyll One
69
+ tagline: ready to use build-in web available
90
70
  badge:
91
71
  type: unsplash
92
- author: Crawford Jolly
93
- href: https://unsplash.com/@crawford
72
+ author: Firmbee.com
73
+ href: https://unsplash.com/@firmbee
94
74
 
95
- - url: /assets/images/modules/attics/1920x1280/nasa.jpg
96
- alt: photo by NASA on Unsplash
75
+ - url: /assets/images/modules/attics/1920x1280/spacex.jpg
76
+ alt: photo by SpaceX on Unsplash
97
77
  title: Start using J1 Template
98
- tagline: go for rocketstart and ready to go in minutes
78
+ tagline: rocketstart, ready to go in minutes
99
79
  badge:
100
80
  type: unsplash
101
- author: NASA
102
- href: https://unsplash.com/@nasa
81
+ author: SpaceX
82
+ href: https://unsplash.com/@spacex
103
83
  ---
104
84
 
105
85
  <pre>
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1",
4
- "version": "2022.5.2",
4
+ "version": "2022.5.3",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -1,18 +1,25 @@
1
1
  ---
2
2
  title: J1 Template
3
- tagline: features
4
- date: 2021-04-13 00:00:00
3
+ tagline: top features
4
+ date: 2022-09-15 00:00:00
5
5
  description: >
6
- Things you should know about this site,
7
- about the software used. Read a bit what
8
- people, what companies has contributed
9
- to make a project like J1 Template real.
6
+ J1 Template is a gem-based template system to be used with the
7
+ static web site generator Jekyll. Find the top features of
8
+ Jekyll One Template and check what can be done for modern web sites
9
+ using j1 template. Download the latest version of the Ruby Gem for
10
+ the template system at https://rubygems.org/gems/j1-template/.
11
+ Top features: javascript, css, scss, html, jamstack, provider, service,
12
+ internet, support, google, analytics, advertising, search, console,
13
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
14
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
15
+ free, images, carousel, slider, gallery, video, player, clipboard,
16
+ cookie, consent, full-text, search, engine, infinite scroll.
10
17
 
11
18
  categories: [ About ]
12
19
  tags: [ J1, Template, Features ]
13
20
 
14
21
  scrollbar: false
15
- comments: true
22
+ comments: false
16
23
  fab_menu_id: page_ctrl
17
24
 
18
25
  permalink: /pages/public/about/features/
@@ -62,15 +69,13 @@ endif::[]
62
69
 
63
70
  // Include sub-documents (if any)
64
71
  // -----------------------------------------------------------------------------
65
- == Features
66
72
 
67
- J1 Template is a **gem**-based website *template* to be used with the static
68
- site generator _Jekyll_. The Template System cannot operate on its own.
69
- A Ruby development environment is needed to run J1. If you're an experienced
70
- user of _Jekyll_, the latest version is available at
71
- {url-j1--download}[RubyGems, {browser-window--new}].
73
+ J1 Template is a **gem**-based *template* system to be used with the static
74
+ site generator _Jekyll_. Find the top features of Jekyll One Template and check
75
+ what can be done for modern web sites using j1. Download the latest version of
76
+ the Ruby Gem for the template system at {url-j1--download}[RubyGems, {browser-window--new}].
72
77
 
73
- === General
78
+ == General Features
74
79
 
75
80
  * _Windows_, _Linux_ and _MacOS_ supported
76
81
  * _Jekyll_ v4.2 Support
@@ -90,11 +95,11 @@ user of _Jekyll_, the latest version is available at
90
95
  * Fully configurable, no programming needed
91
96
  * Near 100/100/100 _Google Lighthouse_ Scores
92
97
 
93
- === Modules and Extensions
98
+ == Modules and Extensions
94
99
 
95
100
  * _Bootstrap_ extensions included
96
101
  * _Asciidoctor_ extensions included
97
- * Infinite Scoll Support
102
+ * Infinite Scroll Support
98
103
  * Animate on Scroll Support
99
104
  * Smooth-Scoll Support
100
105
  * Full-text Search Engine (Lunr) included
@@ -112,7 +117,7 @@ user of _Jekyll_, the latest version is available at
112
117
  * Slider Module included
113
118
  * Video Player Modules included
114
119
 
115
- === Addons and Integrations
120
+ == Addons and Integrations
116
121
 
117
122
  * *Starter Web* including featured Example Content
118
123
  * *Royalty free* Images included
@@ -7,6 +7,12 @@ description: >
7
7
  best sites will have some bugs. If you spot any typos, factually outdated
8
8
  or incorrect information, formatting errors, or similar problems, please
9
9
  report issues so I can correct them.
10
+ Top features: javascript, css, scss, html, jamstack, provider, service,
11
+ internet, support, google, analytics, advertising, search, console,
12
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
13
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
14
+ free, images, carousel, slider, gallery, video, player, clipboard,
15
+ cookie, consent, full-text, search, engine, infinite scroll.
10
16
 
11
17
  categories: [ About ]
12
18
  tags: [ Issues ]
@@ -5,9 +5,18 @@ title: Skeleton Book
5
5
  tagline: introduction
6
6
  date: 2022-01-01 00:00:00
7
7
  description: >
8
- Prawn is a pure Ruby PDF generation library that provides
9
- a lot of great functionality while trying to remain simple
10
- by providing a reasonable performance.
8
+ Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
9
+ into the pdf backend. It bypasses the requirement to generate an
10
+ intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
11
+ you can use Asciidoctor PDF to convert your documents directly
12
+ from AsciiDoc to PDF. The aim of this library is to take the pain
13
+ out of creating PDF documents from AsciiDoc.
14
+ Top features: javascript, css, scss, html, jamstack, provider, service,
15
+ internet, support, google, analytics, advertising, search, console,
16
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
17
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
18
+ free, images, carousel, slider, gallery, video, player, clipboard,
19
+ cookie, consent, full-text, search, engine, infinite scroll.
11
20
 
12
21
  categories: [ Knowledge ]
13
22
  tags: [ Asciidoctor, PDF, Converter ]
@@ -2,8 +2,20 @@
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
+
5
6
  description: >
6
- Native PDF Converter for Asciidoctor
7
+ Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
8
+ into the pdf backend. It bypasses the requirement to generate an
9
+ intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
10
+ you can use Asciidoctor PDF to convert your documents directly
11
+ from AsciiDoc to PDF. The aim of this library is to take the pain
12
+ out of creating PDF documents from AsciiDoc.
13
+ Top features: javascript, css, scss, html, jamstack, provider, service,
14
+ internet, support, google, analytics, advertising, search, console,
15
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
16
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
17
+ free, images, carousel, slider, gallery, video, player, clipboard,
18
+ cookie, consent, full-text, search, engine, infinite scroll.
7
19
 
8
20
  categories: [ Knowledge ]
9
21
  tags: [ Asciidoctor, PDF, Converter ]
@@ -3,7 +3,18 @@ title: Asciidoctor PDF Themes
3
3
  tagline: Theming Guide for the Asciidoctor PDF Converter
4
4
  date: 2022-01-01 00:00:00
5
5
  description: >
6
- Asciidoctor PDF Theming Guide
6
+ Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs
7
+ into the pdf backend. It bypasses the requirement to generate an
8
+ intermediary format such as DocBook, Apache FO, or LaTeX. Instead,
9
+ you can use Asciidoctor PDF to convert your documents directly
10
+ from AsciiDoc to PDF. The aim of this library is to take the pain
11
+ out of creating PDF documents from AsciiDoc.
12
+ Top features: javascript, css, scss, html, jamstack, provider, service,
13
+ internet, support, google, analytics, advertising, search, console,
14
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
15
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
16
+ free, images, carousel, slider, gallery, video, player, clipboard,
17
+ cookie, consent, full-text, search, engine, infinite scroll.
7
18
 
8
19
  categories: [ Knowledge ]
9
20
  tags: [ Asciidoctor, PDF, Converter ]
@@ -1,10 +1,15 @@
1
- == About the PDF-Generator Prawn
2
-
3
- {uri-asciidoctor-pdf}[Asciidoctor PDF, {browser-window--new}] is made possible by an amazing
4
- Ruby gem named _Prawn_. And what a gem it is! {uri-prawn-home}[Prawn, {browser-window--new}] is a
5
- nimble PDF writer for _Ruby_. More important, it's a hackable platform that offers
6
- both high level APIs for the most common needs and low level APIs for bending
7
- the document model to accommodate special circumstances.
1
+ Asciidoctor PDF is a native PDF converter for AsciiDoc that plugs into
2
+ the PDF backend. It bypasses the requirement to generate an intermediary
3
+ format such as DocBook, Apache FO, or LaTeX. Instead, you can use Asciidoctor
4
+ PDF to convert your documents directly from AsciiDoc to PDF. The aim of
5
+ this library is to take the pain out of creating PDF documents from AsciiDoc.
6
+
7
+ {uri-asciidoctor-pdf}[Asciidoctor PDF, {browser-window--new}] is made possible
8
+ by an amazing Ruby gem named _Prawn_. And what a gem it is!
9
+ {uri-prawn-home}[Prawn, {browser-window--new}] is a nimble PDF writer for
10
+ _Ruby_. More important, it's a hackable platform that offers both high level
11
+ APIs for the most common needs and low level APIs for bending the document
12
+ model to accommodate special circumstances.
8
13
 
9
14
  [caption=Status]
10
15
  CAUTION: _Asciidoctor PDF_ is currently _alpha_ software. While the converter
@@ -38,7 +43,7 @@ critical gap in _Asciidoctor_. It absolutely takes the pain out of creating
38
43
  printable documents. Picking up from there, _Asciidoctor PDF_ takes the pain out
39
44
  of creating PDF documents _from AsciiDoc_.
40
45
 
41
- === Highlights
46
+ == Highlights
42
47
 
43
48
  * Direct AsciiDoc to PDF conversion
44
49
  * SVG support
@@ -57,7 +62,7 @@ printable documents. Picking up from there, _Asciidoctor PDF_ takes the pain out
57
62
  * Custom (TTF) fonts
58
63
  * Double-sided printing mode (margins alternate on recto and verso pages)
59
64
 
60
- === Prerequisites
65
+ == Prerequisites
61
66
 
62
67
  All that's needed is _Ruby_ (1.9.3 or above; 2.3.x recommended) and a few _Ruby_
63
68
  gems, which we explain how to install in the next section.
@@ -105,7 +110,7 @@ For all other versions of _Ruby_, you can simply install the _Asciidoctor PDF_
105
110
  gem. It will transitively install the required dependencies.
106
111
  ====
107
112
 
108
- ==== System Encoding
113
+ === System Encoding
109
114
 
110
115
  _Asciidoctor_ assumes you're using UTF-8 encoding. To minimize encoding problems,
111
116
  make sure the default encoding of your system is set to UTF-8.
@@ -8,6 +8,12 @@ description: >
8
8
  to split larger documents chapter-wise into separate files. This document
9
9
  type is based on multiple Asciidoc documents and make use of (local and
10
10
  global) Asciidoc include files and attributes.
11
+ Top features: javascript, css, scss, html, jamstack, provider, service,
12
+ internet, support, google, analytics, advertising, search, console,
13
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
14
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
15
+ free, images, carousel, slider, gallery, video, player, clipboard,
16
+ cookie, consent, full-text, search, engine, infinite scroll.
11
17
 
12
18
  categories: [ Knowledge, Asciidoc ]
13
19
  tags: [ Skeleton, MultiDocument ]
@@ -7,6 +7,12 @@ description: >
7
7
  of chapters is about or less than three and the document
8
8
  is small in size. This document type does not use any
9
9
  (local) Asciidoc include files or attributes.
10
+ Top features: javascript, css, scss, html, jamstack, provider, service,
11
+ internet, support, google, analytics, advertising, search, console,
12
+ silverlight, score, netlify, 1-Click, deployment, responsive, design,
13
+ themes, desktop, mobile, web, site, blog, post, navigation, royalty,
14
+ free, images, carousel, slider, gallery, video, player, clipboard,
15
+ cookie, consent, full-text, search, engine, infinite scroll.
10
16
 
11
17
  categories: [ Knowledge, Asciidoc ]
12
18
  tags: [ Skeleton, SimpleDocument ]
@@ -3,7 +3,7 @@ layout: blog_archive
3
3
  title: Starter Blog
4
4
  tagline: explore posts
5
5
  description: >
6
- Navigate through all articles tis website
6
+ Navigate through all articles tis website.
7
7
 
8
8
  categories: [ Blog ]
9
9
  tags: [ Navigator ]
@@ -114,7 +114,7 @@ common operating systems like Windows, Linux, and OSX.
114
114
 
115
115
  === Ruby
116
116
 
117
- For the latest versions of J1 Template (>= *2022.5.2*), Ruby V3 is recommended.
117
+ For the latest versions of J1 Template (>= *2022.5.3*), Ruby V3 is recommended.
118
118
  The latest Ruby versions offer much better run-time performance. Ruby 3 will
119
119
  be up to three times faster compared to Ruby 2.0. This will definively
120
120
  speed-up the development processes for your new website.