File tree 14 files changed +2703
-22
lines changed
2022-05-31-new-meltano-plugin-files-gitpod
14 files changed +2703
-22
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ navbar:
11
11
href : index.html
12
12
- text : " Posts"
13
13
href : posts.html
14
- output : distill::distill_article
14
+ - text : " Projects"
15
+ href : projects.html
16
+ output :
17
+ distill::distill_article :
18
+ includes :
19
+ in_header :
20
+ - header.html
15
21
collections :
16
22
posts :
17
23
authors_metadata : false
Original file line number Diff line number Diff line change
1
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
Original file line number Diff line number Diff line change @@ -623,6 +623,7 @@ <h3>${suggestion.title}</h3>
623
623
624
624
<!--/radix_placeholder_navigation_in_header-->
625
625
<!--radix_placeholder_site_in_header-->
626
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
626
627
<!--/radix_placeholder_site_in_header-->
627
628
628
629
< style type ="text/css ">
@@ -787,7 +788,21 @@ <h3>${suggestion.title}</h3>
787
788
788
789
/*-- Additional custom styles --*/
789
790
/* Add any additional CSS rules below */
790
- </ style >
791
+
792
+ /* Link buttons */
793
+
794
+ .icon-link {
795
+ background-color : # 1277A7 ;
796
+ color : white;
797
+ padding : 3px 5px 3px 5px ;
798
+ margin : 0 2px 0 2px ;
799
+ border-radius : 5px ; /* Rounded edges */
800
+ }
801
+
802
+ .icon-link : hover {
803
+ background-color : var (--bs-secondary );
804
+ color : var (--bs-white );
805
+ }</ style >
791
806
< style type ="text/css ">
792
807
/* base style */
793
808
@@ -958,6 +973,7 @@ <h3>${suggestion.title}</h3>
958
973
< div class ="nav-right ">
959
974
< a href ="index.html "> Home</ a >
960
975
< a href ="posts.html "> Posts</ a >
976
+ < a href ="projects.html "> Projects</ a >
961
977
< a href ="javascript:void(0); " class ="nav-toggle "> ☰</ a >
962
978
</ div >
963
979
</ nav >
Original file line number Diff line number Diff line change @@ -2221,7 +2221,21 @@ <h3>${suggestion.title}</h3>
2221
2221
2222
2222
/*-- Additional custom styles --*/
2223
2223
/* Add any additional CSS rules below */
2224
- </ style >
2224
+
2225
+ /* Link buttons */
2226
+
2227
+ .icon-link {
2228
+ background-color : # 1277A7 ;
2229
+ color : white;
2230
+ padding : 3px 5px 3px 5px ;
2231
+ margin : 0 2px 0 2px ;
2232
+ border-radius : 5px ; /* Rounded edges */
2233
+ }
2234
+
2235
+ .icon-link : hover {
2236
+ background-color : var (--bs-secondary );
2237
+ color : var (--bs-white );
2238
+ }</ style >
2225
2239
< style type ="text/css ">
2226
2240
/* base style */
2227
2241
@@ -2387,6 +2401,7 @@ <h3>${suggestion.title}</h3>
2387
2401
< script src ="site_libs/webcomponents-2.0.0/webcomponents.js "> </ script >
2388
2402
< script src ="site_libs/distill-2.2.21/template.v2.js "> </ script >
2389
2403
<!--radix_placeholder_site_in_header-->
2404
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
2390
2405
<!--/radix_placeholder_site_in_header-->
2391
2406
2392
2407
@@ -2411,6 +2426,7 @@ <h3>${suggestion.title}</h3>
2411
2426
< div class ="nav-right ">
2412
2427
< a href ="index.html "> Home</ a >
2413
2428
< a href ="posts.html "> Posts</ a >
2429
+ < a href ="projects.html "> Projects</ a >
2414
2430
< a href ="javascript:void(0); " class ="nav-toggle "> ☰</ a >
2415
2431
</ div >
2416
2432
</ nav >
Original file line number Diff line number Diff line change @@ -2240,7 +2240,21 @@ <h3>${suggestion.title}</h3>
2240
2240
2241
2241
/*-- Additional custom styles --*/
2242
2242
/* Add any additional CSS rules below */
2243
- </ style >
2243
+
2244
+ /* Link buttons */
2245
+
2246
+ .icon-link {
2247
+ background-color : # 1277A7 ;
2248
+ color : white;
2249
+ padding : 3px 5px 3px 5px ;
2250
+ margin : 0 2px 0 2px ;
2251
+ border-radius : 5px ; /* Rounded edges */
2252
+ }
2253
+
2254
+ .icon-link : hover {
2255
+ background-color : var (--bs-secondary );
2256
+ color : var (--bs-white );
2257
+ }</ style >
2244
2258
< style type ="text/css ">
2245
2259
/* base style */
2246
2260
@@ -2407,6 +2421,7 @@ <h3>${suggestion.title}</h3>
2407
2421
< script src ="../../site_libs/webcomponents-2.0.0/webcomponents.js "> </ script >
2408
2422
< script src ="../../site_libs/distill-2.2.21/template.v2.js "> </ script >
2409
2423
<!--radix_placeholder_site_in_header-->
2424
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
2410
2425
<!--/radix_placeholder_site_in_header-->
2411
2426
2412
2427
@@ -2431,6 +2446,7 @@ <h3>${suggestion.title}</h3>
2431
2446
< div class ="nav-right ">
2432
2447
< a href ="../../index.html "> Home</ a >
2433
2448
< a href ="../../posts.html "> Posts</ a >
2449
+ < a href ="../../projects.html "> Projects</ a >
2434
2450
< a href ="javascript:void(0); " class ="nav-toggle "> ☰</ a >
2435
2451
</ div >
2436
2452
</ nav >
Original file line number Diff line number Diff line change @@ -2240,7 +2240,21 @@ <h3>${suggestion.title}</h3>
2240
2240
2241
2241
/*-- Additional custom styles --*/
2242
2242
/* Add any additional CSS rules below */
2243
- </ style >
2243
+
2244
+ /* Link buttons */
2245
+
2246
+ .icon-link {
2247
+ background-color : # 1277A7 ;
2248
+ color : white;
2249
+ padding : 3px 5px 3px 5px ;
2250
+ margin : 0 2px 0 2px ;
2251
+ border-radius : 5px ; /* Rounded edges */
2252
+ }
2253
+
2254
+ .icon-link : hover {
2255
+ background-color : var (--bs-secondary );
2256
+ color : var (--bs-white );
2257
+ }</ style >
2244
2258
< style type ="text/css ">
2245
2259
/* base style */
2246
2260
@@ -2407,6 +2421,7 @@ <h3>${suggestion.title}</h3>
2407
2421
< script src ="../../site_libs/webcomponents-2.0.0/webcomponents.js "> </ script >
2408
2422
< script src ="../../site_libs/distill-2.2.21/template.v2.js "> </ script >
2409
2423
<!--radix_placeholder_site_in_header-->
2424
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css ">
2410
2425
<!--/radix_placeholder_site_in_header-->
2411
2426
2412
2427
@@ -2431,6 +2446,7 @@ <h3>${suggestion.title}</h3>
2431
2446
< div class ="nav-right ">
2432
2447
< a href ="../../index.html "> Home</ a >
2433
2448
< a href ="../../posts.html "> Posts</ a >
2449
+ < a href ="../../projects.html "> Projects</ a >
2434
2450
< a href ="javascript:void(0); " class ="nav-toggle "> ☰</ a >
2435
2451
</ div >
2436
2452
</ nav >
You can’t perform that action at this time.
0 commit comments