Skip to content

Commit aa87853

Browse files
committed
Deploying to gh-pages from @ 1ad7f40 🚀
1 parent 2aee059 commit aa87853

18 files changed

Lines changed: 253 additions & 30 deletions

File tree

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040

4141
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
42-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i%7CSource+Code+Pro:400,400i,700,700i&display=fallback">
43-
<style>:root{--md-text-font:"Source Sans Pro";--md-code-font:"Source Code Pro"}</style>
42+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+3:300,300i,400,400i,700,700i%7CSource+Code+Pro:400,400i,700,700i&display=fallback">
43+
<style>:root{--md-text-font:"Source Sans 3";--md-code-font:"Source Code Pro"}</style>
4444

4545

4646

assets/images/social/README.png

36.6 KB
Loading
38 KB
Loading
66.3 KB
Loading
60.5 KB
Loading
52.8 KB
Loading
54.3 KB
Loading
51.5 KB
Loading
50.7 KB
Loading

assets/index.html

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242

4343
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
44-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,700,700i%7CSource+Code+Pro:400,400i,700,700i&display=fallback">
45-
<style>:root{--md-text-font:"Source Sans Pro";--md-code-font:"Source Code Pro"}</style>
44+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+3:300,300i,400,400i,700,700i%7CSource+Code+Pro:400,400i,700,700i&display=fallback">
45+
<style>:root{--md-text-font:"Source Sans 3";--md-code-font:"Source Code Pro"}</style>
4646

4747

4848

@@ -54,6 +54,32 @@
5454

5555

5656

57+
58+
<meta property="og:type" content="website" >
59+
60+
<meta property="og:title" content="Assets - CI/CD Examples" >
61+
62+
<meta property="og:description" content="Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines." >
63+
64+
<meta property="og:image" content="https://kangasta.github.io/cicd-examples/assets/images/social/assets/README.png" >
65+
66+
<meta property="og:image:type" content="image/png" >
67+
68+
<meta property="og:image:width" content="1200" >
69+
70+
<meta property="og:image:height" content="630" >
71+
72+
<meta property="og:url" content="https://kangasta.github.io/cicd-examples/assets/" >
73+
74+
<meta name="twitter:card" content="summary_large_image" >
75+
76+
<meta name="twitter:title" content="Assets - CI/CD Examples" >
77+
78+
<meta name="twitter:description" content="Examples on how to develop CI/CD pipelines and how to configure development environment for working with CI/CD pipelines." >
79+
80+
<meta name="twitter:image" content="https://kangasta.github.io/cicd-examples/assets/images/social/assets/README.png" >
81+
82+
5783

5884
</head>
5985

0 commit comments

Comments
 (0)