Skip to content

Commit

Permalink
Auto deploy from Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 23, 2023
0 parents commit d66fd08
Show file tree
Hide file tree
Showing 32 changed files with 1,371 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="VuePress 2.0.0-beta.36">
<style>
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html, body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme');
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true);
}
</script>
<link rel="icon" href="/favicon.png"><meta name="theme-color" content="#f86b6a"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><meta property="og:title" content="Cocogitto"><meta property="og:image" content="https://docs.cocogitto.io/logo.png"><meta property="twitter:card" content="https://docs.cocogitto.io/logo.png"><meta property="og:description" content="The Conventional Commits toolbox"><meta property="og:width" content="100"><title> </title><meta name="description" content="">
<link rel="modulepreload" href="/assets/app.199b5216.js"><link rel="modulepreload" href="/assets/404.html.e275e9a9.js"><link rel="modulepreload" href="/assets/404.html.229bc4e7.js"><link rel="modulepreload" href="/assets/plugin-vue_export-helper.21dcd24c.js">
<link rel="stylesheet" href="/assets/style.beb1edd7.css">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>That&#39;s a Four-Oh-Four.</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
<script type="module" src="/assets/app.199b5216.js" defer></script>
</body>
</html>
Binary file added FiraCode-Medium.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions assets/404.6a4a4441.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/404.html.229bc4e7.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as r}from"./plugin-vue_export-helper.21dcd24c.js";const _={};function e(t,c){return null}var a=r(_,[["render",e]]);export{a as default};
1 change: 1 addition & 0 deletions assets/404.html.e275e9a9.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const t={key:"v-3706649a",path:"/404.html",title:"",lang:"en-US",frontmatter:{layout:"404"},excerpt:"",headers:[],git:{},filePathRelative:null};export{t as data};
1 change: 1 addition & 0 deletions assets/Layout.5188887e.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/app.199b5216.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/back-to-top.8efcbe56.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cog-bot-ko.cddd106b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cog-bot-ok.372fda1f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/index.html.32d10e41.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

375 changes: 375 additions & 0 deletions assets/index.html.44a518fd.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions assets/index.html.4a140c3e.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index.html.4e7b597a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d66fd08

Please sign in to comment.