Skip to content

Commit 1b16696

Browse files
updates
1 parent 08173a6 commit 1b16696

File tree

14 files changed

+2703
-22
lines changed

14 files changed

+2703
-22
lines changed

_site.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ navbar:
1111
href: index.html
1212
- text: "Posts"
1313
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
1521
collections:
1622
posts:
1723
authors_metadata: false

docs/header.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">

docs/index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ <h3>${suggestion.title}</h3>
623623

624624
<!--/radix_placeholder_navigation_in_header-->
625625
<!--radix_placeholder_site_in_header-->
626+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
626627
<!--/radix_placeholder_site_in_header-->
627628

628629
<style type="text/css">
@@ -787,7 +788,21 @@ <h3>${suggestion.title}</h3>
787788

788789
/*-- Additional custom styles --*/
789790
/* 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>
791806
<style type="text/css">
792807
/* base style */
793808

@@ -958,6 +973,7 @@ <h3>${suggestion.title}</h3>
958973
<div class="nav-right">
959974
<a href="index.html">Home</a>
960975
<a href="posts.html">Posts</a>
976+
<a href="projects.html">Projects</a>
961977
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
962978
</div>
963979
</nav>

docs/posts.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,21 @@ <h3>${suggestion.title}</h3>
22212221

22222222
/*-- Additional custom styles --*/
22232223
/* 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>
22252239
<style type="text/css">
22262240
/* base style */
22272241

@@ -2387,6 +2401,7 @@ <h3>${suggestion.title}</h3>
23872401
<script src="site_libs/webcomponents-2.0.0/webcomponents.js"></script>
23882402
<script src="site_libs/distill-2.2.21/template.v2.js"></script>
23892403
<!--radix_placeholder_site_in_header-->
2404+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
23902405
<!--/radix_placeholder_site_in_header-->
23912406

23922407

@@ -2411,6 +2426,7 @@ <h3>${suggestion.title}</h3>
24112426
<div class="nav-right">
24122427
<a href="index.html">Home</a>
24132428
<a href="posts.html">Posts</a>
2429+
<a href="projects.html">Projects</a>
24142430
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
24152431
</div>
24162432
</nav>

docs/posts/2022-05-31-new-meltano-plugin-files-gitpod/index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,21 @@ <h3>${suggestion.title}</h3>
22402240

22412241
/*-- Additional custom styles --*/
22422242
/* 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>
22442258
<style type="text/css">
22452259
/* base style */
22462260

@@ -2407,6 +2421,7 @@ <h3>${suggestion.title}</h3>
24072421
<script src="../../site_libs/webcomponents-2.0.0/webcomponents.js"></script>
24082422
<script src="../../site_libs/distill-2.2.21/template.v2.js"></script>
24092423
<!--radix_placeholder_site_in_header-->
2424+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
24102425
<!--/radix_placeholder_site_in_header-->
24112426

24122427

@@ -2431,6 +2446,7 @@ <h3>${suggestion.title}</h3>
24312446
<div class="nav-right">
24322447
<a href="../../index.html">Home</a>
24332448
<a href="../../posts.html">Posts</a>
2449+
<a href="../../projects.html">Projects</a>
24342450
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
24352451
</div>
24362452
</nav>

docs/posts/welcome/index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -2240,7 +2240,21 @@ <h3>${suggestion.title}</h3>
22402240

22412241
/*-- Additional custom styles --*/
22422242
/* 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>
22442258
<style type="text/css">
22452259
/* base style */
22462260

@@ -2407,6 +2421,7 @@ <h3>${suggestion.title}</h3>
24072421
<script src="../../site_libs/webcomponents-2.0.0/webcomponents.js"></script>
24082422
<script src="../../site_libs/distill-2.2.21/template.v2.js"></script>
24092423
<!--radix_placeholder_site_in_header-->
2424+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
24102425
<!--/radix_placeholder_site_in_header-->
24112426

24122427

@@ -2431,6 +2446,7 @@ <h3>${suggestion.title}</h3>
24312446
<div class="nav-right">
24322447
<a href="../../index.html">Home</a>
24332448
<a href="../../posts.html">Posts</a>
2449+
<a href="../../projects.html">Projects</a>
24342450
<a href="javascript:void(0);" class="nav-toggle">&#9776;</a>
24352451
</div>
24362452
</nav>

0 commit comments

Comments
 (0)