Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 18, 2024
0 parents commit 31b767f
Show file tree
Hide file tree
Showing 28 changed files with 1,513 additions and 0 deletions.
37 changes: 37 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!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-rc.7" />
<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="#ff9595"><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="Onagre"><meta property="og:image" content="https://onagre-launcher.github.io/onagre/onagre.png"><meta property="twitter:card" content="https://onagre-launcher.github.io/onagre/onagre.png"><meta property="og:description" content="A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred, build with iced and pop-launcher."><meta property="og:width" content="100"><title> </title><meta name="description" content="A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred, build with iced and pop-launcher.">
<link rel="preload" href="/assets/style-DzzantHI.css" as="style"><link rel="stylesheet" href="/assets/style-DzzantHI.css">
<link rel="modulepreload" href="/assets/app-Dj7meDOY.js"><link rel="modulepreload" href="/assets/404.html-D5dAAwdL.js">
<link rel="prefetch" href="/assets/index.html-Bgy1uvSv.js" as="script"><link rel="prefetch" href="/assets/gallery.html-BE2ecBC0.js" as="script"><link rel="prefetch" href="/assets/get-started.html-BWAOVQLk.js" as="script"><link rel="prefetch" href="/assets/theming-reference.html-Vi7_Vr51.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>Looks like we&#39;ve got some broken links.</blockquote><a class="route-link" href="/">Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
<script type="module" src="/assets/app-Dj7meDOY.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.onagre.dev
1 change: 1 addition & 0 deletions assets/404.html-D5dAAwdL.js

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

32 changes: 32 additions & 0 deletions assets/app-Dj7meDOY.js

Large diffs are not rendered by default.

370 changes: 370 additions & 0 deletions assets/gallery.html-BE2ecBC0.js

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions assets/get-started.html-BWAOVQLk.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index.html-Bgy1uvSv.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/not-adwaita-D2Y_w_wh.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const s="/screenshots/not-adwaita.png";export{s as _};
1 change: 1 addition & 0 deletions assets/style-DzzantHI.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/theming-reference.html-Vi7_Vr51.js

Large diffs are not rendered by default.

Loading

0 comments on commit 31b767f

Please sign in to comment.