j1_template_mde 2018.4.23 → 2018.4.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/layout_metadata_generator.html +9 -4
  3. data/lib/j1/version.rb +1 -1
  4. data/lib/starter_web/Gemfile +1 -1
  5. data/lib/starter_web/_config.yml +2 -2
  6. data/lib/starter_web/_data/modules/j1_header.yml +4 -1
  7. data/lib/starter_web/_data/modules/j1_navigator_menu.yml +3 -0
  8. data/lib/starter_web/assets/images/master_header/stefan-stefancik-1280x800.png +0 -0
  9. data/lib/starter_web/assets/themes/j1/core/css/vendor.css +12 -12
  10. data/lib/starter_web/assets/themes/j1/core/css/vendor.min.css +2 -2
  11. data/lib/starter_web/assets/themes/j1/core/js/template.js +1 -1
  12. data/lib/starter_web/assets/themes/j1/core/js/template.js.map +1 -1
  13. data/lib/starter_web/assets/themes/j1/core/js/template.min.js +1 -1
  14. data/lib/starter_web/collections/posts/premium/series/_posts/2018-11-01-docker-using-shared-folders.adoc +436 -2
  15. data/lib/starter_web/package.json +1 -1
  16. data/lib/starter_web/pages/premium/bookshelf/100_about_jekyll_collections.adoc +5 -3
  17. data/lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc +3 -4
  18. data/lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc +2 -4
  19. data/lib/starter_web/pages/premium/bookshelf/400_book_shelf_romance.adoc +2 -4
  20. data/lib/starter_web/pages/private/TeamUp/000_includes/attributes.asciidoc +61 -0
  21. data/lib/starter_web/pages/private/TeamUp/index.adoc +91 -0
  22. data/lib/starter_web/pages/private/previewer/000_includes/attributes.asciidoc +46 -5
  23. data/lib/starter_web/pages/private/previewer/justified_gallery.html +4 -4
  24. data/lib/starter_web/pages/private/previewer/mdi_icons_preview.adoc +18 -15
  25. data/lib/starter_web/pages/private/previewer/twitter_emoji_preview.adoc +18 -16
  26. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/000_includes/attributes.asciidoc +56 -9
  27. data/lib/starter_web/pages/public/start/kickstarter/web_in_a_day/100_introduction.adoc +0 -1
  28. data/lib/starter_web/pages/public/start/roundtrip/200_cards.adoc +1 -1
  29. metadata +6 -7
  30. data/lib/starter_web/_data/modules/_unused/j1_navigator.yml +0 -195
  31. data/lib/starter_web/_data/modules/_unused/j1_navigator_menu.yml +0 -317
  32. data/lib/starter_web/_data/modules/j1_jekyll_search.new.yml +0 -115
  33. data/lib/starter_web/_data/modules/j1_jekyll_search.org.yml +0 -106
@@ -1,15 +1,14 @@
1
- ////
2
- Asciidoc includes
3
- ////
1
+ // ~/document_base_folder/000_includes
2
+ // Asciidoc attribute includes: attributes.asciidoc
3
+ // -----------------------------------------------------------------------------
4
4
 
5
+ // URLs - Internal references and/or sources on the Internet
6
+ // -----------------------------------------------------------------------------
5
7
  tag::urls[]
6
8
 
7
- :quickstart-download: /pages/download
8
-
9
- end::urls[]
10
-
11
- tag::tags[]
9
+ :fontawesome-home: https://fontawesome.com/
12
10
 
11
+ :quickstart-download: /pages/download
13
12
  :theme-minima-data: "pages/kickstarter/web_in_a_day/jekyll-minima-theme.png, Web site based on Jekyll's Theme minima"
14
13
  :theme-uno-data: "pages/kickstarter/web_in_a_day/j1-template-theme.png, J1 Theme Uno"
15
14
  :quickstart-windows-data: "pages/kickstarter/web_in_a_day/j1-quickstart-windows.png, J1 Quickstart for Windows"
@@ -18,7 +17,55 @@ tag::tags[]
18
17
  :content-inheritance-data: "pages/kickstarter/web_in_a_day/content_inheritance.png, Content Inheritance"
19
18
  :lane-inheritance-data: "pages/kickstarter/web_in_a_day/lane_inheritance.png, J1 Lane Inheritance"
20
19
 
20
+ end::urls[]
21
+
22
+ // Tags - Asciidoc attributes used internally
23
+ // -----------------------------------------------------------------------------
24
+ tag::tags[]
21
25
 
26
+ :window: window="_blank"
27
+ :no-clipboard: noclip
22
28
  :figure-caption: Figure
29
+ :images-dir: pages/roundtrip
30
+ :y: icon:check[role="green"]
31
+ :n: icon:times[role="red"]
32
+ :c: icon:file-alt[role="blue"]
33
+ :beginner: icon:battery-quarter[role="md-blue"]
34
+ :inter: icon:battery-half[role="md-blue"]
35
+ :advanced: icon:battery-full[role="md-blue"]
36
+ :emdash: —
37
+ :bullet: •
38
+ :bigbullet: ●
39
+ :bigbigbullet: ⬤
40
+ :dot: .
41
+ :dotdot: ..
42
+ :middot: ·
43
+
44
+ end::tags[]
45
+
46
+ // Data - Data elements for Asciidoctor extensions
47
+ // -----------------------------------------------------------------------------
48
+ tag::data[]
49
+
50
+ :data-images-standalone: "{images-dir}/100_present_images/image-2.jpg, Two men in bicycle jerseys sitting outside at table having coffee, {images-dir}/100_present_images/image-1.jpg, Young lady looking at the beach"
51
+ :data-images-group: "{images-dir}/100_present_images/image-3.jpg, Golden Gate Bridge with San Francisco in distance, {images-dir}/100_present_images/image-4.jpg, Forest with mountains behind, {images-dir}/100_present_images/image-5.jpg, Bicyclist looking out over hill at ocean"
52
+
53
+ end::data[]
54
+
55
+ // Product - Document (e.g release) information
56
+ // -----------------------------------------------------------------------------
57
+ tag::product_info[]
58
+ :license: MIT License
59
+ :revdate: 2018
60
+ :revnumber: 1.0.0
61
+ end::product_info[]
62
+
63
+
64
+ // Author - Author information
65
+ // -----------------------------------------------------------------------------
66
+ tag::authors[]
67
+ :uri-author-juergen-adams https://jekyll.one
68
+ end::authors[]
69
+
70
+
23
71
 
24
- end::tags[]
@@ -12,7 +12,6 @@ regenerate: false
12
12
 
13
13
  resources: [ lightbox, carousel ]
14
14
  resource_options:
15
-
16
15
  - toccer:
17
16
  collapseDepth: 2
18
17
  ---
@@ -383,7 +383,7 @@ lorem:sentences[4]
383
383
  <div class="card card-blog card-plain">
384
384
  <div class="card-image">
385
385
  <a href="#">
386
- <img class="img" src="/assets/images/master_header/stefan-stefancik-1200.jpg" alt="image stefan-stefancik-1200.jpg" >
386
+ <img class="img" src="/assets/images/master_header/stefan-stefancik-1280x800.png" alt="image stefan-stefancik-1200.jpg" >
387
387
  </a>
388
388
  </div>
389
389
  <div class="content">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1_template_mde
3
3
  version: !ruby/object:Gem::Version
4
- version: 2018.4.23
4
+ version: 2018.4.24
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: 2019-02-08 00:00:00.000000000 Z
11
+ date: 2019-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv
@@ -192,16 +192,12 @@ files:
192
192
  - lib/starter_web/_data/layouts/page.yml
193
193
  - lib/starter_web/_data/layouts/post.yml
194
194
  - lib/starter_web/_data/layouts/raw.yml
195
- - lib/starter_web/_data/modules/_unused/j1_navigator.yml
196
- - lib/starter_web/_data/modules/_unused/j1_navigator_menu.yml
197
195
  - lib/starter_web/_data/modules/j1_back2top.yml
198
196
  - lib/starter_web/_data/modules/j1_banner.yml
199
197
  - lib/starter_web/_data/modules/j1_cookiebar.yml
200
198
  - lib/starter_web/_data/modules/j1_footer.yml
201
199
  - lib/starter_web/_data/modules/j1_header.yml
202
200
  - lib/starter_web/_data/modules/j1_iframe_resizer.yml
203
- - lib/starter_web/_data/modules/j1_jekyll_search.new.yml
204
- - lib/starter_web/_data/modules/j1_jekyll_search.org.yml
205
201
  - lib/starter_web/_data/modules/j1_jekyll_search.yml
206
202
  - lib/starter_web/_data/modules/j1_log4javascript.yml
207
203
  - lib/starter_web/_data/modules/j1_navigator.yml
@@ -407,6 +403,7 @@ files:
407
403
  - lib/starter_web/assets/images/master_header/maarten-van-den-heuvel-1280x600.png
408
404
  - lib/starter_web/assets/images/master_header/pagehead-default-1280x500.png
409
405
  - lib/starter_web/assets/images/master_header/pagehead-default-1920x600.png
406
+ - lib/starter_web/assets/images/master_header/stefan-stefancik-1280x800.png
410
407
  - lib/starter_web/assets/images/master_header/water-journal-1280x600.png
411
408
  - lib/starter_web/assets/images/md-kit/avatar.jpg
412
409
  - lib/starter_web/assets/images/md-kit/bg7.jpg
@@ -836,6 +833,8 @@ files:
836
833
  - lib/starter_web/pages/premium/bookshelf/200_book_shelf_biography.adoc
837
834
  - lib/starter_web/pages/premium/bookshelf/300_book_shelf_fantasy.adoc
838
835
  - lib/starter_web/pages/premium/bookshelf/400_book_shelf_romance.adoc
836
+ - lib/starter_web/pages/private/TeamUp/000_includes/attributes.asciidoc
837
+ - lib/starter_web/pages/private/TeamUp/index.adoc
839
838
  - lib/starter_web/pages/private/previewer/000_includes/attributes.asciidoc
840
839
  - lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/100_absolute_sizes.asciidoc
841
840
  - lib/starter_web/pages/private/previewer/000_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc
@@ -946,7 +945,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
946
945
  version: '0'
947
946
  requirements: []
948
947
  rubyforge_project:
949
- rubygems_version: 2.5.2
948
+ rubygems_version: 2.6.14.3
950
949
  signing_key:
951
950
  specification_version: 4
952
951
  summary: J1 Template MD Elements
@@ -1,195 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/apps/j1_navigator.yml
3
- # Configuration of the J1 NAV Module
4
- # All sub-modules except Main Navigation bar
5
- #
6
- # NOTE: For Main Navigation bar, see j1_navigator_menu.yml
7
- #
8
- # Product/Info:
9
- # https://jekyll-one.com
10
- #
11
- # Copyright (C) 2019 Juergen Adams
12
- #
13
- # J1 Template is licensed under the MIT License.
14
- # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
15
- # ------------------------------------------------------------------------------
16
-
17
- # ------------------------------------------------------------------------------
18
- # 1. Default settings
19
- #
20
- defaults:
21
-
22
- icon_family: MDI
23
- debug: false
24
-
25
- nav_bar:
26
- brand_position: right
27
- brand_type: image
28
- brand_type_collapsed: text
29
- fixed: true
30
- style: overlay
31
- color: light
32
- position: left
33
- bottom_line_height: 1
34
- bottom_line_color: md_grey_200
35
- background_color_full: rgba_darken
36
- background_color_collapsed: "#20295B" # rgba_darken
37
- background_color_scrolled: "#20295B"
38
-
39
- nav_menu:
40
- raised_level: 5
41
- delay_open_menu: 300
42
- max_height: 400
43
- menu_font_size: larger
44
- megamenu_font_size: large
45
- icon_family: MDI
46
- icon_style: mdi # far regular icon
47
- icon_color: "#9E9E9E"
48
- icon_size: larger
49
- menu_item_color: rgba_lighten
50
- menu_item_color_hover: rgba_lighten_900
51
- dropdown_style: raised
52
- dropdown_item_style: flat
53
- dropdown_animate: false
54
- dropdown_animate_in: rotateInUpLeft
55
- dropdown_animate_out: fadeOut #rotateOutUpLeft
56
- dropdown_animate_duration: .75
57
- dropdown_item_width: 15
58
- dropdown_menu_height: 30
59
- dropdown_font_size: small
60
- dropdown_padding_x: 15
61
- dropdown_padding_y: 10
62
- dropdown_item_color: md_grey_900
63
- dropdown_border_color: md_pink
64
- dropdown_border_height: 2
65
- dropdown_background_color_hover: md_indigo_50
66
- dropdown_background_color_active: md_green_100
67
-
68
- nav_quicklinks:
69
- enabled: false
70
- icon_family: Material Design Icons
71
- icon_color: rgba_lighten
72
- icon_color_hover: rgba_lighten_900
73
- icon_size: larger
74
- signin_client: enabled
75
- sidebar: enabled
76
- topsearch: enabled
77
- top_search_icon: magnify
78
- sidebar_icon: dots-vertical
79
- facebook_icon: facebook
80
- facebook_url: none
81
- github_icon: github-circle
82
- github_url: none
83
- google_plus_icon: google-plus
84
- google_plus_url: none
85
- twitter_icon: twitter
86
- twitter_url: none
87
- signin_icon: login
88
- signout_icon: logout
89
- login_url: auth_client
90
-
91
- nav_topsearch:
92
- enabled: false
93
- type: quick_search
94
- icon_family: Material Design Icons
95
- icon_color: md_white
96
- icon_size: xxxlarge
97
- search_icon: magnify
98
- close_icon: close
99
- input_color: md_grey_900
100
- background_color: md_indigo_400
101
- placeholder: QuickSearch
102
- search_heading_lead: Quick Search Results
103
- result_heading_lead: ""
104
-
105
- nav_sidebar:
106
- enabled: false
107
- display_theme: true
108
- icon_family: Material Design Icons
109
- icon_color: md_white
110
- icon_size: xxxlarge
111
- sidebar_icon: dots-vertical
112
- close_icon: close
113
- background_color: md_grey_800
114
-
115
- nav_authclient:
116
- enabled: false
117
- icon_family: Material Design Icons
118
- icon_color: rgba_lighten
119
- icon_color_hover: rgba_lighten_900
120
- icon_size: larger
121
- signin_icon: login
122
- signout_icon: logout
123
- auth_facebook:
124
- enabled: false
125
- auth_github:
126
- enabled: false
127
- auth_google_plus:
128
- enabled: false
129
- auth_twitter:
130
- enabled: false
131
- auth_patreon:
132
- enabled: false
133
-
134
- # ------------------------------------------------------------------------------
135
- # 1. Navigation bar settings
136
- #
137
- nav_bar:
138
- fixed: true
139
-
140
- # ------------------------------------------------------------------------------
141
- # 2. Navigation menu settings
142
- #
143
- nav_menu:
144
- delay_open_menu: 250
145
-
146
- # ------------------------------------------------------------------------------
147
- # 3. Navigation quicklinks settings
148
- #
149
- nav_quicklinks:
150
- enabled: true
151
-
152
- # ------------------------------------------------------------------------------
153
- # 4. Navigation topsearch settings
154
- #
155
- nav_topsearch:
156
- enabled: true
157
-
158
- # ------------------------------------------------------------------------------
159
- # 5. Auth client settings
160
- #
161
- nav_authclient:
162
- enabled: true
163
-
164
- auth_facebook:
165
- enabled: true
166
- title: Facebook
167
- text: >
168
- To get access to all PRIVATE content pages, login to Github or Facebook
169
- auth_github:
170
- enabled: true
171
- title: Github
172
- text: >
173
- To get access to all PRIVATE content pages, login to Github or Facebook
174
- auth_patreon:
175
- enabled: true
176
- title: Patreon
177
- text: >
178
- To get access to all PREMIUM content pages, login to Patreon
179
-
180
- # ------------------------------------------------------------------------------
181
- # 6. Navigation sidebar settings
182
- #
183
- nav_sidebar:
184
- enabled: true
185
- boxes:
186
- - box:
187
- title: Site Info
188
- type: linkbox
189
- links:
190
- About: /pages/about/
191
- Impress: /pages/public/legal/en/impress/
192
- Terms of Use: /pages/public/legal/en/terms_of_use/
193
- Privacy: /pages/public/legal/en/privacy/
194
- License Agreements: /pages/public/legal/en/license_agreement/
195
- Contact: mailto:contact@jekyll.one
@@ -1,317 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/apps/j1_navigator_menu.yml
3
- # Configuration of the J1 NAV Module
4
- # Sub-module Main Navigation bar
5
- #
6
- # Product/Info:
7
- # https://jekyll-one.com
8
- #
9
- # Copyright (C) 2019 Juergen Adams
10
- #
11
- # J1 Template is licensed under the MIT License.
12
- # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE
13
- # ------------------------------------------------------------------------------
14
-
15
- - item: Start
16
- sublevel:
17
-
18
- - title: Read Me First
19
- href: /public/start/read_me_first/
20
- icon: alert-circle
21
-
22
- - title: DM 920 HD
23
- href: /public/start/dm920hd/
24
- icon: alert-circle
25
-
26
- # - title: Document Skeleton
27
- # href: /pages/_base_folder_/document_title/
28
- # icon: file-tree
29
-
30
- - title: Roundtrip
31
- icon: wallet-travel
32
- dropdown:
33
-
34
- - title: Present Images
35
- href: /public/start/roundtrip/present_images
36
- icon: image
37
- - title: Cards
38
- href: /public/start/roundtrip/cards
39
- icon: cards-outline
40
- - title: Typography
41
- href: /public/start/roundtrip/typography/
42
- icon: format-text
43
- - title: Material Design Icons
44
- href: /public/start/roundtrip/mdi_icon_font/
45
- icon: emoticon-tongue
46
- - title: Asciidoc Extensions
47
- href: /public/start/roundtrip/asciidoc_extensions/
48
- icon: format-annotation-plus
49
- - title: Themes
50
- href: /public/start/roundtrip/themes/
51
- icon: face
52
- - title: Modals
53
- href: /public/start/roundtrip/modals
54
- icon: image
55
-
56
- - title: Downloads
57
- icon: download
58
- dropdown:
59
-
60
- - title: Linux Starter
61
- href: /public/start/downloads/linux_starter/
62
- icon: linux
63
- - title: MacOS Starter
64
- href: /public/start/downloads/macos_starter/
65
- icon: apple
66
- - title: Windows Starter
67
- href: /public/start/downloads/windows_starter/
68
- icon: windows
69
-
70
- - title: Kickstarter
71
- icon: rocket
72
- dropdown:
73
-
74
- - title: Web in a Day
75
- icon: web
76
- dropdown:
77
-
78
- - title: Getting started
79
- href: /public/start/kickstarter/web_in_a_day/intro/
80
- icon: bus-double-decker
81
-
82
- - title: FlexBox in a Day
83
- icon: border-outside
84
- dropdown:
85
-
86
- - title: FLEX Basics
87
- href: /public/start/kickstarter/flex_in_a_day/intro/
88
- icon: airballoon
89
- - title: Visual Reference
90
- href: /public/start/kickstarter/flex_in_a_day/visual_reference/
91
- icon: looks
92
- - title: Simple Layouts
93
- href: /public/start/kickstarter/flex_in_a_day/simple_layouts/
94
- icon: book
95
- - title: Advanced Layouts
96
- href: /public/start/kickstarter/flex_in_a_day/advanced_layouts/
97
- icon: book-plus
98
- - title: Advanced Tasks
99
- href: /public/start/kickstarter/flex_in_a_day/advanced_tasks/
100
- icon: note-plus
101
- - title: Summeries in Tables
102
- href: /public/start/kickstarter/flex_in_a_day/tables/
103
- icon: table
104
-
105
- - title: Jekyll Web Applications
106
- icon: web
107
- dropdown:
108
-
109
- - title: Introduction
110
- href: /public/start/kickstarter/jekyll_web_apps/intro/
111
- icon: airballoon
112
- - title: Getting started
113
- href: /public/start/kickstarter/jekyll_web_apps/getting_started/
114
- icon: bus-double-decker
115
- - title: Sinatra DSL
116
- href: /public/start/kickstarter/jekyll_web_apps/sinatra_dsl/
117
- icon: math-compass
118
- - title: Authentication
119
- href: /public/start/kickstarter/jekyll_web_apps/auth/
120
- icon: login
121
-
122
- - title: Change Me First
123
- href: /public/start/change_me_first/
124
- icon: pencil
125
-
126
- - item: Blog
127
- sublevel:
128
-
129
- - title: Article Navigator
130
- href: /pages/blog/navigator/
131
- icon: menu
132
- - title: Category Viewer
133
- href: /pages/blog/navigator/archive/categoryview/
134
- icon: pin
135
- - title: Date Viewer
136
- href: /pages/blog/navigator/archive/dateview/
137
- icon: calendar
138
- - title: Tag Viewer
139
- href: /pages/blog/navigator/archive/tagview/
140
- icon: tag
141
- - title: All Posts
142
- href: /pages/blog/navigator/archive/
143
- icon: archive
144
-
145
- - item: Collections
146
- sublevel:
147
-
148
- - title: About collections
149
- href: /pages/bookshelf/about_collections/
150
- icon: alert-circle
151
- - title: Biography
152
- href: /pages/bookshelf/biography/
153
- icon: nature-people
154
- - title: Fantasy
155
- href: /pages/bookshelf/fantasy/
156
- icon: pillar
157
- - title: Romance
158
- href: /pages/bookshelf/romance/
159
- icon: image-filter-vintage
160
-
161
- - item: Themes
162
- theme_select:
163
-
164
- - local_themes: enabled
165
- title: THEMES from Jekyll-One
166
- icon: face
167
- - bootswatch_themes: enabled
168
- title: THEMES from Bootswatch
169
- icon: face-profile
170
- - preview: enabled
171
- title: THEME Previewer
172
- href: /pages/previewer/theme/
173
- icon: eye
174
-
175
- - item: Apps
176
- sublevel:
177
-
178
- - title: Link Checker
179
- href: /apps/link_checker/
180
- icon: link
181
- - title: Calendar
182
- href: /apps/calendar/
183
- icon: calendar-blank
184
- - title: Gallery Previewer
185
- href: /pages/previewer/justified_gallery/
186
- icon: view-dashboard
187
- - title: MDI Icon Previewer
188
- href: /pages/previewer/mdi_font/
189
- icon: emoticon-tongue
190
- - title: Twitter Emoji Previewer
191
- href: /pages/previewer/twitter_emoji/
192
- icon: twitter
193
- # - title: FontAwesome Icon Previewer
194
- # icon: font-awesome
195
- # href: /pages/manuals/icon_fonts/fa_icons
196
-
197
-
198
- - item: Useful Links
199
- megamenu:
200
-
201
- - title: Tools
202
- icon: wrench
203
- column:
204
-
205
- - title: FreeFormatter Online
206
- href: http://www.freeformatter.com/
207
- target: blank
208
- icon: web
209
- - title: CSS Unminifier Online
210
- href: http://mrcoles.com/blog/css-unminify/
211
- target: blank
212
- icon: language-css3
213
- - title: CSS BoxShadow Previewwer
214
- href: https://www.cssmatic.com/box-shadow
215
- target: blank
216
- icon: language-css3
217
- - title: JSON Editor Online
218
- href: http://www.jsoneditoronline.org/
219
- target: blank
220
- icon: json
221
- - title: YAML Parser Online
222
- href: http://yaml-online-parser.appspot.com/
223
- target: blank
224
- icon: hackernews
225
- - title: JS Beautifier Online
226
- href: http://jsbeautifier.org/
227
- target: blank
228
- icon: language-javascript
229
- - title: XML to YAML Converter
230
- href: http://codebeautify.org/xml-to-yaml
231
- target: blank
232
- icon: xml
233
- - title: Word Cloud Generator
234
- href: https://www.jasondavies.com/wordcloud/
235
- target: blank
236
- icon: cloud
237
- - title: RegEx 101
238
- href: https://regex101.com/
239
- target: blank
240
- icon: regex
241
- - title: RegEx Library
242
- href: http://www.regexlib.com/
243
- target: blank
244
- icon: regex
245
- - title: Character Codes
246
- href: http://character-code.com/
247
- target: blank
248
- icon: dictionary
249
-
250
- - title: Sites
251
- icon: web
252
- column:
253
-
254
- - title: Bootstrap Home
255
- href: http://getbootstrap.com/
256
- target: blank
257
- icon: bootstrap
258
- - title: Bootstrap CDN
259
- href: https://www.bootstrapcdn.com/
260
- target: blank
261
- icon: bootstrap
262
- - title: Font Awesome Icons
263
- href: http://fontawesome.io/icons/
264
- target: blank
265
- icon: font-awesome
266
- - title: MDI Font
267
- href: http://zavoloklom.github.io/material-design-iconic-font/cheatsheet.html
268
- target: blank
269
- icon: google
270
- - title: cdnJS
271
- href: https://cdnjs.com/
272
- target: blank
273
- icon: arrow-down-bold-hexagon-outline
274
- - title: googleFonts
275
- href: https://fonts.google.com/
276
- target: blank
277
- icon: google
278
-
279
- - title: Knowledge
280
- icon: lightbulb-on
281
- column:
282
-
283
- - title: Jekyll Home
284
- href: https://jekyllrb.com/
285
- target: blank
286
- icon: flask
287
- - title: Jekyll Tips
288
- href: http://jekyll.tips/
289
- target: blank
290
- icon: flask
291
- - title: Jekyll on Stackoverflow
292
- href: https://stackoverflow.com/questions/tagged/jekyll
293
- target: blank
294
- icon: flask
295
- - title: Bootstrap 4 on Stackoverflow
296
- href: https://stackoverflow.com/questions/tagged/bootstrap-4
297
- target: blank
298
- icon: bootstrap
299
- - title: W3 Schools
300
- href: http://www.w3schools.com/
301
- target: blank
302
- icon: language-html5
303
- - title: SelfHTML
304
- href: https://wiki.selfhtml.org/
305
- target: blank
306
- icon: language-css3
307
- - title: Asciidoc FAQ
308
- href: http://www.methods.co.nz/asciidoc/faq.html
309
- target: blank
310
- icon: format-color-text
311
- - title: Asciidoctor
312
- href: http://asciidoctor.org/
313
- target: blank
314
- icon: hospital
315
-
316
- - item: About
317
- href: /pages/about/