Skip to content

Commit

Permalink
Changed themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Semenov committed Jun 15, 2021
1 parent 5c80b29 commit d23b22e
Show file tree
Hide file tree
Showing 118 changed files with 7,975 additions and 10,648 deletions.
147 changes: 84 additions & 63 deletions docs/archives.html

Large diffs are not rendered by default.

1,307 changes: 270 additions & 1,037 deletions docs/author/a-semenov.html

Large diffs are not rendered by default.

181 changes: 74 additions & 107 deletions docs/author/andrey-semenov.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>YODA - Andrey Semenov</title>
<link rel="stylesheet" href="https://srv-nix.com/theme/css/main.css" />
<meta charset="utf-8" />
<link rel="stylesheet" href="https://srv-nix.com/theme/css/main.css" type="text/css" />
<link href="https://srv-nix.com/" type="application/atom+xml" rel="alternate" title="YODA ATOM Feed" />

<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="https://srv-nix.com/css/ie.css"/>
<script src="https://srv-nix.com/js/IE8.js" type="text/javascript"></script><![endif]-->

<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="https://srv-nix.com/css/ie6.css"/><![endif]-->

</head>

<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://srv-nix.com/">YODA</a></h1>
<nav><ul>
<li><a href="https://srv-nix.com/category/freebsd.html">freebsd</a></li>
<li><a href="https://srv-nix.com/category/games.html">games</a></li>
<li><a href="https://srv-nix.com/category/linux.html">linux</a></li>
<li><a href="https://srv-nix.com/category/macos.html">MacOS</a></li>
<li><a href="https://srv-nix.com/category/other.html">other</a></li>
<li><a href="https://srv-nix.com/category/shell.html">shell</a></li>
</ul></nav>
</header><!-- /#banner -->

<aside id="featured" class="body">
<article>
<h1 class="entry-title"><a href="https://srv-nix.com/read-from-stdin-and-write-to-stdout-in-vim.html">"Read from stdin and write to stdout in vim"</a></h1>
<footer class="post-info">
<abbr class="published" title="2020-09-17T22:27:13+05:00">
Published: Thu 17 September 2020
</abbr>

<address class="vcard author">
By <a class="url fn" href="https://srv-nix.com/author/andrey-semenov.html">Andrey Semenov</a>
</address>
<p>In <a href="https://srv-nix.com/category/linux.html">linux</a>.</p>

</footer><!-- /.post-info --><ul>
<body>
<div id="wrap" style="width:850px">
<div id="container" style="width:560px">


<div class="entry">



<header>
<h1><a href="https://srv-nix.com" id="site-title"> </a> <a href="https://srv-nix.com/read-from-stdin-and-write-to-stdout-in-vim.html" id="page-title">"Read from stdin and write to stdout in vim"</a></h1>
<time datetime="2020-09-17T22:27:13+05:00">Thu 17 September 2020</time> </header>

<article>
<ul>
<li>vim</li>
</ul>
<p>For example:</p>
Expand All @@ -42,91 +41,59 @@ <h1 class="entry-title"><a href="https://srv-nix.com/read-from-stdin-and-write-t

<p>Edit text and send to another server:</p>
<div class="highlight"><pre><span></span><code><span class="err">:</span><span class="n">w</span><span class="w"> </span><span class="err">!</span><span class="n">ssh</span><span class="w"> </span><span class="n">root</span><span class="nv">@server</span><span class="w"> </span><span class="s1">&#39;cat - &gt; /tmp/fstab&#39;</span><span class="w"></span>
</code></pre></div><p>There are <a href="https://srv-nix.com/read-from-stdin-and-write-to-stdout-in-vim.html#disqus_thread">comments</a>.</p> </article>
</aside><!-- /#featured -->
<section id="content" class="body">
<h1>Other articles</h1>
<hr />
<ol id="posts-list" class="hfeed">

<li><article class="hentry">
<header>
<h1><a href="https://srv-nix.com/error-in-zsh-on-macos.html" rel="bookmark"
title="Permalink to "Error in zsh on MacOS"">"Error in zsh on MacOS"</a></h1>
</header>

<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2020-09-05T16:31:47+05:00">
Published: Sat 05 September 2020
</abbr>

<address class="vcard author">
By <a class="url fn" href="https://srv-nix.com/author/andrey-semenov.html">Andrey Semenov</a>
</address>
<p>In <a href="https://srv-nix.com/category/macos.html">MacOS</a>.</p>

</footer><!-- /.post-info --> <ul>
<li>yandex</li>
<li>yc</li>
</ul>
<p>Error example:</p>
<div class="highlight"><pre><span></span><code><span class="n">complete</span><span class="o">:</span><span class="mi">13</span><span class="o">:</span> <span class="n">command</span> <span class="n">not</span> <span class="n">found</span><span class="o">:</span> <span class="n">compdef</span>
</code></pre></div>

<p>For fixing it error, i'm just remove all lines in .zshrc what added after installation yandex console (yc)</p>
<a class="readmore" href="https://srv-nix.com/error-in-zsh-on-macos.html">read more</a>
<p>There are <a href="https://srv-nix.com/error-in-zsh-on-macos.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>

<li><article class="hentry">
<header>
<h1><a href="https://srv-nix.com/powerlevel10k-as-theme-for-macos-zsh.html" rel="bookmark"
title="Permalink to "Powerlevel10k as theme for MacOS zsh"">"Powerlevel10k as theme for MacOS zsh"</a></h1>
</header>

<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2020-09-05T13:06:18+05:00">
Published: Sat 05 September 2020
</abbr>

<address class="vcard author">
By <a class="url fn" href="https://srv-nix.com/author/andrey-semenov.html">Andrey Semenov</a>
</address>
<p>In <a href="https://srv-nix.com/category/macos.html">MacOS</a>.</p>

</footer><!-- /.post-info --> <ul>
<li>zsh</li>
<li>macos</li>
<li>shell</li>
<li>iterm2</li>
</ul>
<p>If you are using MacOS and the standard Shell ZSH, I recommend choosing theme: <a href="https://github.com/romkatv/powerlevel10k">Powerlevel10k</a></p>
<a class="readmore" href="https://srv-nix.com/powerlevel10k-as-theme-for-macos-zsh.html">read more</a>
<p>There are <a href="https://srv-nix.com/powerlevel10k-as-theme-for-macos-zsh.html#disqus_thread">comments</a>.</p> </div><!-- /.entry-content -->
</article></li>
</ol><!-- /#posts-list -->
</section><!-- /#content -->
<section id="extras" class="body">
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->

<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
</code></pre></div><p>There are <a href="https://srv-nix.com/read-from-stdin-and-write-to-stdout-in-vim.html#disqus_thread">comments</a>.</p> </article>
<section id="article-list">
<h2>All posts</h2>
<ol>
</ol>
</section><!-- #article-list -->



<li><a href="https://srv-nix.com/error-in-zsh-on-macos.html" rel="bookmark" title="Permalink to "Error in zsh on MacOS"">"Error in zsh on MacOS"</a></li>
</ol>
</section><!-- #article-list -->



<li><a href="https://srv-nix.com/powerlevel10k-as-theme-for-macos-zsh.html" rel="bookmark" title="Permalink to "Powerlevel10k as theme for MacOS zsh"">"Powerlevel10k as theme for MacOS zsh"</a></li>
</ol>
</section><!-- #article-list -->
</div>
</div>


<div id="sidebar">
<h1><a href="https://srv-nix.com " title="title">YODA</a></h1>
<span class="description"> </span>
<!-- <span class="feed"><a href="">RSS</a> | <a href="">Atom</a></span> -->
</div>

<div id="footer">
<nav>
<ul>
<li>:: <a href="https://srv-nix.com/categories.html">Categories</a></li>
<li>:: <a href="https://srv-nix.com/tags.html">Tags</a></li>
</ul>
</nav>

<div id="credits">
<span>Adapted from <a href="http://wordpress.org/themes/monospace">Monospace</a> || Created with <a href="">Pelican</a></span>
</div>

</div>

<script type="text/javascript">
var disqus_shortname = 'srv-nix-com';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>

</div>

</body>
</html>
52 changes: 0 additions & 52 deletions docs/authors.html
Original file line number Diff line number Diff line change
@@ -1,52 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>YODA - Authors</title>
<link rel="stylesheet" href="https://srv-nix.com/theme/css/main.css" />
</head>

<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://srv-nix.com/">YODA</a></h1>
<nav><ul>
<li><a href="https://srv-nix.com/category/freebsd.html">freebsd</a></li>
<li><a href="https://srv-nix.com/category/games.html">games</a></li>
<li><a href="https://srv-nix.com/category/linux.html">linux</a></li>
<li><a href="https://srv-nix.com/category/macos.html">MacOS</a></li>
<li><a href="https://srv-nix.com/category/other.html">other</a></li>
<li><a href="https://srv-nix.com/category/shell.html">shell</a></li>
</ul></nav>
</header><!-- /#banner -->

<section id="content" class="body">
<h1>Authors on YODA</h1>
<ul>
<li><a href="https://srv-nix.com/author/a-semenov.html">A. Semenov</a> (36)</li>
<li><a href="https://srv-nix.com/author/andrey-semenov.html">Andrey Semenov</a> (3)</li>
</ul>
</section>

<section id="extras" class="body">
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->

<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->

<script type="text/javascript">
var disqus_shortname = 'srv-nix-com';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>
90 changes: 55 additions & 35 deletions docs/categories.html
Original file line number Diff line number Diff line change
@@ -1,52 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>YODA</title>
<meta charset="utf-8" />
<meta name="generator" content="Pelican" />
<title>YODA - Categories</title>
<link rel="stylesheet" href="https://srv-nix.com/theme/css/main.css" />
<link rel="stylesheet" href="https://srv-nix.com/theme/css/main.css" type="text/css" />
<link href="https://srv-nix.com/" type="application/atom+xml" rel="alternate" title="YODA ATOM Feed" />

<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="https://srv-nix.com/css/ie.css"/>
<script src="https://srv-nix.com/js/IE8.js" type="text/javascript"></script><![endif]-->

<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="https://srv-nix.com/css/ie6.css"/><![endif]-->

</head>

<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://srv-nix.com/">YODA</a></h1>
<nav><ul>
<li><a href="https://srv-nix.com/category/freebsd.html">freebsd</a></li>
<li><a href="https://srv-nix.com/category/games.html">games</a></li>
<li><a href="https://srv-nix.com/category/linux.html">linux</a></li>
<li><a href="https://srv-nix.com/category/macos.html">MacOS</a></li>
<li><a href="https://srv-nix.com/category/other.html">other</a></li>
<li><a href="https://srv-nix.com/category/shell.html">shell</a></li>
</ul></nav>
</header><!-- /#banner -->
<h1>Categories on YODA</h1>
<ul>
<li><a href="https://srv-nix.com/category/freebsd.html">freebsd</a> (5)</li>
<li><a href="https://srv-nix.com/category/games.html">games</a> (3)</li>
<li><a href="https://srv-nix.com/category/linux.html">linux</a> (26)</li>
<li><a href="https://srv-nix.com/category/macos.html">MacOS</a> (2)</li>
<li><a href="https://srv-nix.com/category/other.html">other</a> (2)</li>
<li><a href="https://srv-nix.com/category/shell.html">shell</a> (1)</li>
</ul>
<section id="extras" class="body">
</section><!-- /#extras -->

<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a href="https://www.python.org/">Python</a>.
</address><!-- /#about -->

<p>The theme is by <a href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<body>
<div id="wrap" style="width:850px">
<div id="container" style="width:560px">


<div class="entry">
<ul>
<li><a href="https://srv-nix.com/category/freebsd.html">freebsd</a></li>
<li><a href="https://srv-nix.com/category/games.html">games</a></li>
<li><a href="https://srv-nix.com/category/linux.html">linux</a></li>
<li><a href="https://srv-nix.com/category/macos.html">MacOS</a></li>
<li><a href="https://srv-nix.com/category/other.html">other</a></li>
<li><a href="https://srv-nix.com/category/shell.html">shell</a></li>
</ul>
</div>
</div>


<div id="sidebar">
<h1><a href="https://srv-nix.com " title="title">YODA</a></h1>
<span class="description"> </span>
<!-- <span class="feed"><a href="">RSS</a> | <a href="">Atom</a></span> -->
</div>

<div id="footer">
<nav>
<ul>
<li>:: <a href="https://srv-nix.com/categories.html">Categories</a></li>
<li>:: <a href="https://srv-nix.com/tags.html">Tags</a></li>
</ul>
</nav>

<div id="credits">
<span>Adapted from <a href="http://wordpress.org/themes/monospace">Monospace</a> || Created with <a href="">Pelican</a></span>
</div>

</div>

<script type="text/javascript">
var disqus_shortname = 'srv-nix-com';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>

</div>

</body>
</html>
Loading

0 comments on commit d23b22e

Please sign in to comment.