Skip to content

Commit

Permalink
Auto publishing site from 0b862d0
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif committed Dec 3, 2024
0 parents commit be001e9
Show file tree
Hide file tree
Showing 498 changed files with 55,997 additions and 0 deletions.
134 changes: 134 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="" />
<meta name="keywords" content="rust,terminal,multiplexer" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://zellij.dev/404.html" />


<title>

404 Page not found

</title>



<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">



<link rel="stylesheet" href="https://zellij.dev/main.c227895a407c08719ca11b5c73c23c54382deb7d048d83dc9f9d67e7f3a16f95.css">






<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="A terminal workspace with batteries included">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://zellij.dev/img/floating-panes-preview.png"/>

<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="A terminal workspace with batteries included"/>



<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="A terminal workspace with batteries included" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zellij.dev/404.html" /><meta property="og:image" content="https://zellij.dev/img/floating-panes-preview.png"/>














</head>


<body>


<div class="container">
<header class="header">
<span class="header__inner">
<a href="https://zellij.dev/" style="text-decoration: none;">
<div class="logo">


<span class="logo__mark"><img src="https://zellij.dev/img/logo.png" alt="Zellij logo"></span>

<span class="logo__text">~/zellij/404.html</span>
<span class="logo__cursor" style=
"
background-color:#BE616B;
animation-duration:1s;">
</span>

</div>
</a>


<span class="header__right">

<nav class="menu">
<ul class="menu__inner">
<li style="color: #BE616B;"><a href="https://github.com/sponsors/imsnif">Sponsor</a></li><li><a href="https://zellij.dev/about/">About</a></li><li><a href="https://zellij.dev/news/">News</a></li><li><a href="https://zellij.dev/roadmap/">Roadmap</a></li><li><a href="https://zellij.dev/documentation/">Documentation</a></li><li><a href="https://zellij.dev/screencasts/">Screencasts &amp; Tutorials</a></li><li><a href="https://github.com/zellij-org/zellij">Repository</a></li>
</ul>
</nav>

<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>

</span>
</span>
</header>


<div class="content">

<div id="spotlight" class="error-404 animated fadeIn">
<p class="img-404">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-drizzle"><line x1="8" y1="19" x2="8" y2="21"></line><line x1="8" y1="13" x2="8" y2="15"></line><line x1="16" y1="19" x2="16" y2="21"></line><line x1="16" y1="13" x2="16" y2="15"></line><line x1="12" y1="21" x2="12" y2="23"></line><line x1="12" y1="15" x2="12" y2="17"></line><path d="M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"></path></svg>
</p>
<div class="banner-404">
<h1>404</h1>
<p>Oops, page not found…</p>
</div>
</div>

</div>

</div>





<script type="text/javascript" src="https://zellij.dev/bundle.min.1af780deb4c491c3dcba9a69995c5c56e1a5776d214ecc0e650e80cbc0420838f85a63110ec92adb92496f89210b8d9d8d503af53b79cc0aa90601333d61f4ea.js" integrity="sha512-GveA3rTEkcPcupppmVxcVuGld20hTswOZQ6Ay8BCCDj4WmMRDskq25JJb4khC42djVA69Tt5zAqpBgEzPWH06g=="></script>



</body>
</html>
185 changes: 185 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or screen) but includes many built-in features that would allow users to extend it and create their own personalized environment.
Split the terminal into different panes and tabs Like other multiplexers, Zellij allows users to split their terminal into different panes and tabs:
Layout Engine Zellij includes a layout engine, allowing users to define a map of panes in a configuration file and load it when they start the app." />
<meta name="keywords" content="rust,terminal,multiplexer" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="https://zellij.dev/about/" />


<title>

About Zellij

</title>



<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
type="text/css">



<link rel="stylesheet" href="https://zellij.dev/main.c227895a407c08719ca11b5c73c23c54382deb7d048d83dc9f9d67e7f3a16f95.css">






<meta itemprop="name" content="About Zellij">
<meta itemprop="description" content="Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or screen) but includes many built-in features that would allow users to extend it and create their own personalized environment.
Split the terminal into different panes and tabs Like other multiplexers, Zellij allows users to split their terminal into different panes and tabs:
Layout Engine Zellij includes a layout engine, allowing users to define a map of panes in a configuration file and load it when they start the app.">

<meta itemprop="wordCount" content="188"><meta itemprop="image" content="https://zellij.dev/img/floating-panes-preview.png"/>
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://zellij.dev/img/floating-panes-preview.png"/>

<meta name="twitter:title" content="About Zellij"/>
<meta name="twitter:description" content="Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or screen) but includes many built-in features that would allow users to extend it and create their own personalized environment.
Split the terminal into different panes and tabs Like other multiplexers, Zellij allows users to split their terminal into different panes and tabs:
Layout Engine Zellij includes a layout engine, allowing users to define a map of panes in a configuration file and load it when they start the app."/>



<meta property="og:title" content="About Zellij" />
<meta property="og:description" content="Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to tmux or screen) but includes many built-in features that would allow users to extend it and create their own personalized environment.
Split the terminal into different panes and tabs Like other multiplexers, Zellij allows users to split their terminal into different panes and tabs:
Layout Engine Zellij includes a layout engine, allowing users to define a map of panes in a configuration file and load it when they start the app." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://zellij.dev/about/" /><meta property="og:image" content="https://zellij.dev/img/floating-panes-preview.png"/><meta property="article:section" content="" />
















</head>


<body>


<div class="container">
<header class="header">
<span class="header__inner">
<a href="https://zellij.dev/" style="text-decoration: none;">
<div class="logo">


<span class="logo__mark"><img src="https://zellij.dev/img/logo.png" alt="Zellij logo"></span>

<span class="logo__text">~/zellij/about/</span>
<span class="logo__cursor" style=
"
background-color:#BE616B;
animation-duration:1s;">
</span>

</div>
</a>


<span class="header__right">

<nav class="menu">
<ul class="menu__inner">
<li style="color: #BE616B;"><a href="https://github.com/sponsors/imsnif">Sponsor</a></li><li><a href="https://zellij.dev/about/">About</a></li><li><a href="https://zellij.dev/news/">News</a></li><li><a href="https://zellij.dev/roadmap/">Roadmap</a></li><li><a href="https://zellij.dev/documentation/">Documentation</a></li><li><a href="https://zellij.dev/screencasts/">Screencasts &amp; Tutorials</a></li><li><a href="https://github.com/zellij-org/zellij">Repository</a></li>
</ul>
</nav>

<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>

</span>
</span>
</header>


<div class="content">

<main class="post">

<div class="post-info">

</p>
</div>

<article>
<h2 class="post-title"><a href="https://zellij.dev/about/">About Zellij</a></h2>







<p>Zellij is a terminal workspace. It has the base functionality of a terminal multiplexer (similar to <code>tmux</code> or <code>screen</code>) but includes many built-in features that would allow users to extend it and create their own personalized environment.</p>
<h3 id="split-the-terminal-into-different-panes-and-tabs">Split the terminal into different panes and tabs</h3>
<p>Like other multiplexers, Zellij allows users to split their terminal into different panes and tabs:</p>
<figure class="center">
<img src="https://zellij.dev/img/about-basics.png"/>
</figure>

<h3 id="layout-engine">Layout Engine</h3>
<p>Zellij includes a layout engine, allowing users to define a map of panes in a configuration file and load it when they start the app. This way, one can have one&rsquo;s panes laid out just the way one wants them without having to do all the setup work.</p>
<figure class="center">
<img src="https://zellij.dev/img/beta-post-layout.png"/>
</figure>

<p>For more information, see the <a href="https://zellij.dev/documentation/layouts.html">layout documentation</a>.</p>
<h3 id="extend-zellij-with-plugins-written-in-any-compiled-language">Extend Zellij with plugins written in any compiled language</h3>
<p>Zellij also has some special panes which are not terminals. These panes are called plugins. Zellij comes with some prebuilt plugins such as the <a href="https://github.com/zellij-org/zellij/tree/main/default-plugins/strider">Strider file explorer</a>. Zellij uses Webassembly and WASI in order to load these panes and give them access to the host machine, so they can be written in any compiled language. To learn more, see the <a href="https://zellij.dev/documentation/plugins.html">plugin documentation</a></p>
<figure class="center">
<img src="https://zellij.dev/img/beta-post-plugins.png"/>
</figure>


</div>
</article>

<hr />

<div class="post-info">


</div>
</main>

</div>

</div>





<script type="text/javascript" src="https://zellij.dev/bundle.min.1af780deb4c491c3dcba9a69995c5c56e1a5776d214ecc0e650e80cbc0420838f85a63110ec92adb92496f89210b8d9d8d503af53b79cc0aa90601333d61f4ea.js" integrity="sha512-GveA3rTEkcPcupppmVxcVuGld20hTswOZQ6Ay8BCCDj4WmMRDskq25JJb4khC42djVA69Tt5zAqpBgEzPWH06g=="></script>



</body>
</html>

Large diffs are not rendered by default.

Loading

0 comments on commit be001e9

Please sign in to comment.