update
This commit is contained in:
275
en/404.html
275
en/404.html
@ -1,131 +1,184 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-bs-theme="light">
|
||||
<head>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/img/favicon.ico">
|
||||
<title>My Docs</title>
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/fontawesome.min.css" rel="stylesheet">
|
||||
<link href="/css/brands.min.css" rel="stylesheet">
|
||||
<link href="/css/solid.min.css" rel="stylesheet">
|
||||
<link href="/css/v4-font-face.min.css" rel="stylesheet">
|
||||
<link href="/css/base.css" rel="stylesheet">
|
||||
<link id="hljs-light" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" >
|
||||
<link id="hljs-dark" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css" disabled>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/.">My Docs</a>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/darcula-highlight.min.css">
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
<div id="navbar-collapse" class="navbar-collapse collapse">
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/mkdocs.min.css">
|
||||
<link href="/style/style.css" rel="stylesheet">
|
||||
|
||||
<ul class="nav navbar-nav ms-md-auto">
|
||||
<li class="nav-item">
|
||||
<a href="#" class="nav-link" data-bs-toggle="modal" data-bs-target="#mkdocs_search_modal">
|
||||
<i class="fa fa-search"></i> Search
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="/assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
</head>
|
||||
|
||||
<div class="row-fluid">
|
||||
<div id="main-content" class="span12">
|
||||
<h1 id="404-page-not-found" style="text-align: center">404</h1>
|
||||
<p style="text-align: center"><strong>Page not found</strong></p>
|
||||
</div>
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
</div>
|
||||
<div class="drac-text-center">
|
||||
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="col-md-12">
|
||||
<hr>
|
||||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
|
||||
</footer>
|
||||
<script src="/js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
var base_url = "/",
|
||||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
|
||||
</script>
|
||||
<script src="/js/base.js"></script>
|
||||
<script src="/search/main.js"></script>
|
||||
|
||||
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>From here you can search these documents. Enter your search terms below.</p>
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
|
||||
</div>
|
||||
</form>
|
||||
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 20%;">Keys</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="help shortcut"><kbd>?</kbd></td>
|
||||
<td>Open this help</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="next shortcut"><kbd>n</kbd></td>
|
||||
<td>Next page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="prev shortcut"><kbd>p</kbd></td>
|
||||
<td>Previous page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="search shortcut"><kbd>s</kbd></td>
|
||||
<td>Search</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
</div>
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href="/."
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="/apollonvim/installation/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="/apollonvim/plugins/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="/contact/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="//search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 section-content">
|
||||
<article>
|
||||
<p></p>
|
||||
<h1>404</h1>
|
||||
<hr>
|
||||
<p><strong>Page not found</strong></p>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '/';</script>
|
||||
<script src="/assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="/assets/js/mkdocs.js"></script>
|
||||
<script src="/javascripts/extra.js" defer></script>
|
||||
<script src="/search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
262
en/apollonvim/installation/index.html
Normal file
262
en/apollonvim/installation/index.html
Normal file
@ -0,0 +1,262 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>🛠 Installation - 🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/darcula-highlight.min.css">
|
||||
|
||||
<link rel="stylesheet" href="../../assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/mkdocs.min.css">
|
||||
<link href="../../style/style.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
<div class="drac-text-center">
|
||||
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href="../.."
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="./"
|
||||
class=" active
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../plugins/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../../contact/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
<div class="container">
|
||||
<div class="row row-preview">
|
||||
<div class="col">
|
||||
<a href="../.."
|
||||
class="btn-preview drac-btn drac-btn-outline drac-text-white drac-text-cyan-green--hover">
|
||||
<i class="fa fa-arrow-left"></i> Previous
|
||||
</a>
|
||||
</div>
|
||||
<div class="col">
|
||||
<a href="../plugins/"
|
||||
class="btn-preview drac-btn drac-btn-outline drac-text-white drac-text-cyan-green--hover" style="padding-left: 3%;">
|
||||
Next <i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 section-content">
|
||||
<article>
|
||||
<p><h1 id="apollonvim">🚀 ApolloNvim</h1>
|
||||
<h1 id="before-installing-new-plugins-always-check-the-documentation-for-the-plugins-on-github-this-will-prevent-potential-problems-if-youre-not-sure-about-the-procedure-or-something-is-not-clear-youd-better-check-the-documentationwrite-to-us-or-the-forums-to-find-the-answer">Before installing new plugins, always check the documentation for the plugins on Github. This will prevent potential problems! If you're not sure about the procedure or something is not clear, you'd better check the documentation,write to us or the forums to find the answer.</h1>
|
||||
<h2 id="installation-and-setup-start-edition">Installation and setup Start Edition:</h2>
|
||||
<p>👉 If you don't have it yet, install <a href="https://neovim.io/">Neovim</a>.{target="_blank"}.</p>
|
||||
<p>👉 You will need to install plug.vim to install the extension.</p>
|
||||
<p>👉 Go to this page <code>https://github.com/junegunn/vim-plug</code> under Installation find your operating system and copy the link under it into your terminal.</p>
|
||||
<p><strong>But first back up your current Neovim settings!!!</strong></p>
|
||||
<p>Configuration files can be found here:</p>
|
||||
<p>Linux & Mac:
|
||||
<code>/home/user/.config/nvim/init.vim</code></p>
|
||||
<p>Windows:</p>
|
||||
<p><code>~\AppData\Local\nvim</code></p>
|
||||
<h3 id="neovim">Neovim:</h3>
|
||||
<p>👉 The easiest way to install 🚀 ApolloNvim Distro for Linux and macOS is to download this repository with the command :</p>
|
||||
<p><code>git clone -b nvim https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim</code></p>
|
||||
<p>👉 Note this command above will overwrite the existing nvim folder in ~/.config/nvim. <strong>Don't forget to back up the existing nvim folder before you overwrite it with a new one from this repository, for example by renaming the original nvim.bak.</strong></p>
|
||||
<p>👉 But if you want you can configure Nvim to your liking and just get inspired.</p>
|
||||
<p>👉 You can run neovim in the terminal with the <code>nvim</code> command.</p>
|
||||
<p>👉 Click on error messages.</p>
|
||||
<p>👉 In Neovim, type <code>PlugInstall</code> in the command line , this will install all plugins. Restart Neovim. Command Line is invoked with the keyboard shortcut <code>SHIFT + :</code>.</p>
|
||||
<p>👉 If you are missing a plugin, you can easily install or uninstall it using plug.vim. You can find more information on GitHub <a href="https://github.com/junegunn/vim-plug" target="_blank">vim.plug</a>
|
||||
or I'd be happy to advise you see about us.</p>
|
||||
<p>👉 If you don't want to use a plugin, just comment it out in the init.vim file using double quotes <code>"</code>.</p>
|
||||
<p>👉 Enter the Coc command in the command line to install the remaining plugins:
|
||||
<code>CocInstall coc-markdown-preview-enhanced coc-webview</code>
|
||||
👉 Reboot Neovim once more and you're all set.</p>
|
||||
<p>👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.</p>
|
||||
<h2 id="installation-and-setup-frontend-edition">Installation and setup FrontEnd Edition:</h2>
|
||||
<p>👉 If you don't have it yet, install <a href="https://neovim.io/" target="_blank">Neovim</a>
|
||||
.</p>
|
||||
<p>👉 You will need to install plug.vim to install the extension.</p>
|
||||
<p>👉 Go to this page <code>https://github.com/junegunn/vim-plug</code>under Installation find your operating system and copy the link under it into your terminal.</p>
|
||||
<p><strong>But first back up your current Neovim settings!!!</strong></p>
|
||||
<p>Configuration files can be found here:</p>
|
||||
<p>Linux & Mac:</p>
|
||||
<p><code>/home/user/.config/nvim/init.vim</code></p>
|
||||
<p>Windows:</p>
|
||||
<p><code>`
|
||||
~\AppData\Local\nvim</code>
|
||||
`</p>
|
||||
<h3 id="nodejs">Node.js:</h3>
|
||||
<p>👉 I recommend to have <a href="https://nodejs.org/en" target="_blank">Node.js</a> installed.</p>
|
||||
<p>👉 Next, install the <a href="https://www.npmjs.com/package/live-server" target="_blank">Live-server</a> in Node.js with the command:</p>
|
||||
<p><code>npm i live-server</code></p>
|
||||
<p>👉 In your project you will be able to run your index.html command:</p>
|
||||
<p><code>npx live-server</code></p>
|
||||
<p>👉 For proper LSP functionality, install the following packages:</p>
|
||||
<p>If the terminal gives you an error when you use the npm command. You will need to install the package as sudo.</p>
|
||||
<p><a href="https://github.com/microsoft/vscode-html-languageservice" target="_blank">vscode-html-language-server</a></p>
|
||||
<p><a href="https://github.com/microsoft/vscode-css-languageservice" target="_blank">vscode-css-language-server</a></p>
|
||||
<p><a href="https://github.com/typescript-language-server/typescript-language-server" target="_blank">typescript-language-server</a></p>
|
||||
<p><a href="https://github.com/aca/emmet-ls" target="_blank">emmet-ls</a></p>
|
||||
<p><a href="https://github.com/tailwindlabs/tailwindcss-intellisense/blob/master/packages/tailwindcss-language-server/README.md" target="_blank">tailwindcss-language-server</a></p>
|
||||
<h3 id="neovim_1">Neovim:</h3>
|
||||
<p>👉 The easiest way to install 🚀 ApolloNvim Distro for Linux and macOS is to download this repository with the command :</p>
|
||||
<p><code>git clone -b frontend https://codeberg.org/Kankys/ApolloNvim2025.git ~/.config/nvim</code></p>
|
||||
<p>👉 Note this command above will overwrite the existing nvim folder in ~/.config/nvim. <strong>Don't forget to back up the existing nvim folder before you overwrite it with a new one from this repository, for example by renaming the original nvim.bak</strong>.</p>
|
||||
<p>👉 But if you want you can configure Nvim to your liking and just get inspired.</p>
|
||||
<p>👉 You can run neovim in the terminal with the <code>nvim</code> command.</p>
|
||||
<p>👉 Click on error messages.</p>
|
||||
<p>👉 In Neovim, type PlugInstall in the command line , this will install all plugins. Restart Neovim.</p>
|
||||
<p>👉 If you are missing a plugin, you can easily install or uninstall it using plug.vim. You can find more information on GitHub <a href="https://github.com/junegunn/vim-plug" target="_blank">vim.plug</a> or I'd be happy to advise you see about us.</p>
|
||||
<p>👉 If you don't want to use a plugin, just comment it out in the <code>init.vim</code> file using double quotes <code>"</code>.</p>
|
||||
<p>👉 Enter the Coc command in the command line to install the remaining plugins:</p>
|
||||
<p><code>CocInstall coc-tailwindcss coc-json coc-html-css-support coc-html coc-emmet coc-xml coc-tsserver coc-lsp-wl coc-lit-html coc-htmldjango coc-css coc-markdown-preview-enhanced coc-webview coc-phpls coc-prettier coc-eslint</code></p>
|
||||
<p>👉 Reboot Neovim once more and you're all set.</p>
|
||||
<p>👉 I use this configuration on both Linux and macOS. It is also tested on Windows 11.</p></p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '../..';</script>
|
||||
<script src="../../assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="../../assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../assets/js/mkdocs.js"></script>
|
||||
<script src="../../javascripts/extra.js" defer></script>
|
||||
<script src="../../search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
259
en/apollonvim/plugins/index.html
Normal file
259
en/apollonvim/plugins/index.html
Normal file
@ -0,0 +1,259 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>🗄 Plugins - 🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/darcula-highlight.min.css">
|
||||
|
||||
<link rel="stylesheet" href="../../assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/mkdocs.min.css">
|
||||
<link href="../../style/style.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
<div class="drac-text-center">
|
||||
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href="../.."
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../installation/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="./"
|
||||
class=" active
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../../contact/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
<div class="container">
|
||||
<div class="row row-preview">
|
||||
<div class="col">
|
||||
<a href="../installation/"
|
||||
class="btn-preview drac-btn drac-btn-outline drac-text-white drac-text-cyan-green--hover">
|
||||
<i class="fa fa-arrow-left"></i> Previous
|
||||
</a>
|
||||
</div>
|
||||
<div class="col">
|
||||
<a href="../../contact/"
|
||||
class="btn-preview drac-btn drac-btn-outline drac-text-white drac-text-cyan-green--hover" style="padding-left: 3%;">
|
||||
Next <i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 section-content">
|
||||
<article>
|
||||
<p><h2 id="plugins-apollonvim-distro">Plugins 🚀 ApolloNvim Distro</h2>
|
||||
<h2 id="security-and-privacy-are-the-most-important-things-which-is-why-this-list-is-here-in-the-list-you-will-find-all-the-plugins-used-in-this-configuration-with-a-link-to-the-source-plugins-you-dont-want-to-use-can-be-commented-out-or-deleted-in-initvim-in-the-case-of-coc-plugin-omit-the-plugin-name-when-you-run-cocinstall">Security and privacy are the most important things, which is why this list is here. In the list you will find all the plugins used in this configuration with a link to the source. Plugins you don't want to use can be commented out or deleted in init.vim. In the case of Coc plugin, omit the plugin-name when you run CocInstall.</h2>
|
||||
<p>👉 <a href="https://github.com/m4xshen/autoclose.nvim" target="_blank">Autoclosetag</a> tool for closing all types of brackets and tags.</p>
|
||||
<p>👉 <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> package manager for installing add-ons to Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/valsorym/scrooloose-nerdtree" target="_blank">NERDTree</a> creates a tree sidebar for you.</p>
|
||||
<p>👉 <a href="https://github.com/othree/html5.vim" target="_blank">html5.vim</a> plugin for highlighting HTML syntax.</p>
|
||||
<p>👉 <a href="https://github.com/Exafunction/codeium.vim" target="_blank">Codeium</a> Introduction alternative to GitHub Copilot, which you can also easily (Commented active TabNine replacement)</p>
|
||||
<p>👉 <a href="https://github.com/codota/tabnine-nvim" target="_blank">Tabnine</a> alternative to GitHub Copilot, which you can also easily install.</p>
|
||||
<p>👉 <a href="https://github.com/mhinz/vim-startify" target="_blank">Startify</a> an alternative welcome screen with a different IT theme each time. It doesn't have to work with some terminals or NERDTree set to start after boot.</p>
|
||||
<p>👉 <a href="https://github.com/preservim/nerdcommenter" target="_blank">NERD Commenter</a> Commenter plugin for commenting and uncommenting code. Here we have it set up to Ctrl + k.</p>
|
||||
<p>👉 <a href="https://wakatime.com/neovim" target="_blank">Wakatime</a> a service that is able to measure how much time you spent coding on the computer and on which project. The service simply connects via API. You can find WakaTime <a href="https://wakatime.com/" target="_blank">here</a>.</p>
|
||||
<p>👉 <a href="https://github.com/Pocco81/auto-save.nvim" target="_blank">Auto-save</a> plugin to automatically save your files.</p>
|
||||
<p>👉 <a href="https://github.com/nvim-treesitter/nvim-treesitter" target="_blank">Tree-sitter</a> plugin for code highlighting.</p>
|
||||
<p>👉 <a href="https://github.com/shellRaining/hlchunk.nvim" target="_blank">Hlchunk</a> connects the code with vertical lines.</p>
|
||||
<p>👉 <a href="https://github.com/tpope/vim-fugitive" target="_blank">Vim-Fugitive</a> plugin for git.</p>
|
||||
<p>👉 <a href="https://github.com/lilydjwg/colorizer" target="_blank">Colorizer</a> plugin for color preview by code designation.</p>
|
||||
<p>👉 <a href="https://github.com/pangloss/vim-javascript" target="_blank">Vim - javascript</a> - javascript plugin for javascript support.</p>
|
||||
<p>👉 <a href="https://github.com/akinsho/toggleterm.nvim" target="_blank">Toggletherm</a> Improved terminal.</p>
|
||||
<p>👉 <a href="https://github.com/airblade/vim-gitgutter" target="_blank">Vim-Gitgutter</a> git help for a change in the code.</p>
|
||||
<p>👉 <a href="https://github.com/lewis6991/gitsigns.nvim" target="_blank">Gitsigns</a> shows changes in the code.</p>
|
||||
<p>👉 <a href="https://github.com/nvim-lua/plenary.nvim" target="_blank">Plenary</a></p>
|
||||
<h3 id="coc-extensions">Coc extensions</h3>
|
||||
<p>👉 <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> manager for installing add-ons to Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions" target="_blank">Coc extensions</a> extensions under this link you can find all COC extensions for Neovim.</p>
|
||||
<p>👉 coc-tailwindcss</p>
|
||||
<p>👉 coc-json</p>
|
||||
<p>👉 coc-html-css-support</p>
|
||||
<p>👉 coc-html</p>
|
||||
<p>👉 coc-emmet</p>
|
||||
<p>👉 coc-xml</p>
|
||||
<p>👉 coc-tsserver</p>
|
||||
<p>👉 coc-lsp-wl</p>
|
||||
<p>👉 coc-lit-html</p>
|
||||
<p>👉 coc-htmldjango</p>
|
||||
<p>👉 coc-css</p>
|
||||
<p>👉 coc-markdown-preview-enhanced</p>
|
||||
<p>👉 coc-webview</p>
|
||||
<p>👉 coc-phpls</p>
|
||||
<p>👉 coc-prettier</p>
|
||||
<p>👉 coc-eslint</p>
|
||||
<p>👉 coc-highlighting</p>
|
||||
<h3 id="colorschemes">Colorschemes</h3>
|
||||
<p>👉 <a href="https://github.com/dracula/vim" target="_blank">Dracula</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/morhetz/gruvbox" target="_blank">Gruvbox</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/catppuccin/nvim" target="_blank">Catppuccin</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/arcticicestudio/nord-vim" target="_blank">Nord</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/ghifarit53/tokyonight-vim" target="_blank">Tokyo Night</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/EdenEast/nightfox.nvim" target="_blank">Nightfox</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/sainnhe/sonokai" target="_blank">Sonokai</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/Tsuzat/NeoSolarized.nvim" target="_blank">NeoSolarized</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/bluz71/vim-moonfly-colors" target="_blank">Moonfly</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/joshdick/onedark.vim" target="_blank">Onedark</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/sainnhe/edge" target="_blank">Edge</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/vim-airline/vim-airline" target="_blank">Airline</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/projekt0n/github-nvim-theme" target="_blank">GitHub</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/bluz71/vim-nightfly-colors" target="_blank">Nightfly</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/xero/miasma.nvim" target="_blank">Miasma</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/sts10/vim-pink-moon" target="_blank">Pink moon</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/tlhr/anderson.vim" target="_blank">Anderson</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/jacoborus/tender.vim" target="_blank">Tender</a> color theme for Neovim.</p>
|
||||
<p>👉 <a href="https://github.com/haishanh/night-owl.vim" target="_blank">Night owl</a> color theme for Neovim.</p>
|
||||
<div style="text-align: center;">
|
||||
Copyright © Lukáš Kaňka 2024 - 2025
|
||||
</div></p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '../..';</script>
|
||||
<script src="../../assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="../../assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../assets/js/mkdocs.js"></script>
|
||||
<script src="../../javascripts/extra.js" defer></script>
|
||||
<script src="../../search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
180
en/apollonvim/tutorials/index.html
Normal file
180
en/apollonvim/tutorials/index.html
Normal file
@ -0,0 +1,180 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Tutorials - 🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/darcula-highlight.min.css">
|
||||
|
||||
<link rel="stylesheet" href="../../assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="../../assets/css/mkdocs.min.css">
|
||||
<link href="../../style/style.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../../assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
<div class="drac-text-center">
|
||||
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href="../.."
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../installation/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../plugins/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../../contact/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 section-content">
|
||||
<article>
|
||||
<p></p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '../..';</script>
|
||||
<script src="../../assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="../../assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../assets/js/mkdocs.js"></script>
|
||||
<script src="../../javascripts/extra.js" defer></script>
|
||||
<script src="../../search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
6
en/assets/css/bootstrap.min.css
vendored
Normal file
6
en/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
en/assets/css/bootstrap.min.css.map
Normal file
1
en/assets/css/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
1
en/assets/css/darcula-highlight.min.css
vendored
Normal file
1
en/assets/css/darcula-highlight.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.hljs-meta .hljs-keyword,.hljs-meta-keyword,.hljs-strong{font-weight:700}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#a9b7c6;background:var(--black)}.hljs ::selection,.hljs::selection{background-color:#323232;color:#a9b7c6}.hljs-comment{color:#606366}.hljs-tag{color:#a4a3a3}.hljs-operator,.hljs-punctuation,.hljs-subst{color:#a9b7c6}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-deletion,.hljs-name,.hljs-selector-tag,.hljs-template-variable,.hljs-variable{color:#4eade5}.hljs-attr,.hljs-link,.hljs-literal,.hljs-number,.hljs-symbol,.hljs-variable.constant_{color:#689757}.hljs-class .hljs-title,.hljs-strong,.hljs-title,.hljs-title.class_{color:#bbb529}.hljs-addition,.hljs-code,.hljs-string,.hljs-title.class_.inherited__{color:#6a8759}.hljs-built_in,.hljs-doctag,.hljs-keyword.hljs-atrule,.hljs-quote,.hljs-regexp{color:#629755}.hljs-attribute,.hljs-function .hljs-title,.hljs-section,.hljs-title.function_,.ruby .hljs-property{color:#9876aa}.diff .hljs-meta,.hljs-keyword,.hljs-template-tag,.hljs-type{color:#cc7832}.hljs-emphasis{color:#cc7832;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:grey}
|
1
en/assets/css/dracula-ui.css.map
Normal file
1
en/assets/css/dracula-ui.css.map
Normal file
File diff suppressed because one or more lines are too long
1
en/assets/css/dracula-ui.min.css
vendored
Normal file
1
en/assets/css/dracula-ui.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
en/assets/css/mkdocs.min.css
vendored
Normal file
1
en/assets/css/mkdocs.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
en/assets/img/dracula.png
Normal file
BIN
en/assets/img/dracula.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
1
en/assets/img/dracula.svg
Normal file
1
en/assets/img/dracula.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
BIN
en/assets/img/favicon.ico
Normal file
BIN
en/assets/img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
7
en/assets/js/bootstrap.bundle.min.js
vendored
Normal file
7
en/assets/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
en/assets/js/bootstrap.bundle.min.js.map
Normal file
1
en/assets/js/bootstrap.bundle.min.js.map
Normal file
File diff suppressed because one or more lines are too long
2
en/assets/js/jquery-3.3.1.slim.min.js
vendored
Normal file
2
en/assets/js/jquery-3.3.1.slim.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
en/assets/js/mkdocs.js
Normal file
1
en/assets/js/mkdocs.js
Normal file
@ -0,0 +1 @@
|
||||
!function(i){"use strict";i(".js-fullheight").css("height",i(window).height()),i(window).resize(function(){i(".js-fullheight").css("height",i(window).height())}),i("#sidebarCollapse").on("click",function(){i("#sidebar").toggleClass("active")})}(jQuery);
|
213
en/contact/index.html
Normal file
213
en/contact/index.html
Normal file
@ -0,0 +1,213 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>📪 Contact - 🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="../assets/css/darcula-highlight.min.css">
|
||||
|
||||
<link rel="stylesheet" href="../assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="../assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="../assets/css/mkdocs.min.css">
|
||||
<link href="../style/style.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="../assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
<div class="drac-text-center">
|
||||
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href=".."
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../apollonvim/installation/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="../apollonvim/plugins/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="./"
|
||||
class=" active
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
<div class="container">
|
||||
<div class="row row-preview">
|
||||
<div class="col">
|
||||
<a href="../apollonvim/plugins/"
|
||||
class="btn-preview drac-btn drac-btn-outline drac-text-white drac-text-cyan-green--hover">
|
||||
<i class="fa fa-arrow-left"></i> Previous
|
||||
</a>
|
||||
</div>
|
||||
<div class="col">
|
||||
<a
|
||||
class="btn-preview drac-btn drac-text-white--hover disabled" style="padding-left: 3%;">
|
||||
Next <i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 section-content">
|
||||
<article>
|
||||
<p><h3 id="kontakty">Kontakty:</h3>
|
||||
<ul>
|
||||
<li>👉 <a href="https://t.me/+o6qcLGlFROJhNzhk">🚀 ApolloNvim Telegram skupina</a></li>
|
||||
<li>👉 <a href="https://lukaskanka.cz/">Osobní web autora 🚀 ApolloNvim </a></li>
|
||||
</ul>
|
||||
<h3 id="podpora">Podpora:</h3>
|
||||
<ul>
|
||||
<li>👉 Pokud jakkoliv chcete podpořit nebo se podílet na obsahu a funkčnosti 🚀 ApolloNvim, budu rád, když mi zde napíšete.</li>
|
||||
<li>👉 Taky můžete tento projekt podpořit pár Satoshi:</li>
|
||||
</ul>
|
||||
<p><img alt="SAT" src="https://lukan.cz/wp-content/uploads/2025/01/0a895d16-ce64-4e8a-9a9d-05c568dc916e_1124x1532-220x300.webp" /></p>
|
||||
<h3 id="dalsi-projekty-a-odkazy">Další projekty a odkazy:</h3>
|
||||
<ul>
|
||||
<li>👉 <a href="https://lukaskanka.cz/">Web autora tohoto projektu</a></li>
|
||||
<li>👉 <a href="https://arch-linux.cz/">ArchLinux CZ</a></li>
|
||||
<li>👉 <a href="https://searxng.cz/">Vyhledávač SearXNG CZ</a></li>
|
||||
<li>👉 <a href="https://endeavouros.cz/">EndeavourOS Linux</a></li>
|
||||
</ul></p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '..';</script>
|
||||
<script src="../assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="../assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../assets/js/mkdocs.js"></script>
|
||||
<script src="../javascripts/extra.js" defer></script>
|
||||
<script src="../search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
366
en/css/base.css
366
en/css/base.css
@ -1,366 +0,0 @@
|
||||
html {
|
||||
/* The nav header is 3.5rem high, plus 20px for the margin-top of the
|
||||
main container. */
|
||||
scroll-padding-top: calc(3.5rem + 20px);
|
||||
}
|
||||
|
||||
/* Replacement for `body { background-attachment: fixed; }`, which has
|
||||
performance issues when scrolling on large displays. See #1394. */
|
||||
body::before {
|
||||
content: ' ';
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: var(--bs-body-bg);
|
||||
background: url(../img/grid.png) repeat-x;
|
||||
will-change: transform;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
body > .container {
|
||||
margin-top: 20px;
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.navbar.fixed-top {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.source-links {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.col-md-9 img {
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
padding: 4px;
|
||||
line-height: 1.428571429;
|
||||
background-color: var(--bs-secondary-bg-subtle);
|
||||
border: 1px solid var(--bs-secondary-border-subtle);
|
||||
border-radius: 4px;
|
||||
margin: 20px auto 30px auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: inherit;
|
||||
font-weight: 400;
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
h2, h3, h4, h5, h6 {
|
||||
color: inherit;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top: 1px solid #aaa;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
pre, .rst-content tt {
|
||||
max-width: 100%;
|
||||
background-color: var(--bs-body-bg);
|
||||
border: solid 1px var(--bs-border-color);
|
||||
color: var(--bs-body-color);
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
code.code-large, .rst-content tt.code-large {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 2px 5px;
|
||||
background-color: rgba(var(--bs-body-bg-rgb), 0.75);
|
||||
border: solid 1px var(--bs-border-color);
|
||||
color: var(--bs-body-color);
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: block;
|
||||
border: none;
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
kbd {
|
||||
padding: 2px 4px;
|
||||
font-size: 90%;
|
||||
color: var(--bs-secondary-text-emphasis);
|
||||
background-color: var(--bs-secondary-bg-subtle);
|
||||
border-radius: 3px;
|
||||
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
|
||||
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
|
||||
}
|
||||
|
||||
a code {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a:hover code, a:focus code {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Side navigation
|
||||
*
|
||||
* Scrollspy and affixed enhanced navigation to highlight sections and secondary
|
||||
* sections of docs content.
|
||||
*/
|
||||
|
||||
.bs-sidebar.affix {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
/* The nav header is 3.5rem high, plus 20px for the margin-top of the
|
||||
main container. */
|
||||
top: calc(3.5rem + 20px);
|
||||
}
|
||||
|
||||
.bs-sidebar.card {
|
||||
padding: 0;
|
||||
max-height: 90%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* Toggle (vertically flip) sidebar collapse icon */
|
||||
.bs-sidebar .navbar-toggler span {
|
||||
-moz-transform: scale(1, -1);
|
||||
-webkit-transform: scale(1, -1);
|
||||
-o-transform: scale(1, -1);
|
||||
-ms-transform: scale(1, -1);
|
||||
transform: scale(1, -1);
|
||||
}
|
||||
|
||||
.bs-sidebar .navbar-toggler.collapsed span {
|
||||
-moz-transform: scale(1, 1);
|
||||
-webkit-transform: scale(1, 1);
|
||||
-o-transform: scale(1, 1);
|
||||
-ms-transform: scale(1, 1);
|
||||
transform: scale(1, 1);
|
||||
}
|
||||
|
||||
/* First level of nav */
|
||||
.bs-sidebar > .navbar-collapse > .nav {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-radius: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* All levels of nav */
|
||||
.bs-sidebar .nav > li > a {
|
||||
display: block;
|
||||
padding: 5px 20px;
|
||||
z-index: 1;
|
||||
}
|
||||
.bs-sidebar .nav > li > a:hover,
|
||||
.bs-sidebar .nav > li > a:focus {
|
||||
text-decoration: none;
|
||||
border-right: 1px solid;
|
||||
}
|
||||
.bs-sidebar .nav > li > a.active,
|
||||
.bs-sidebar .nav > li > a.active:hover,
|
||||
.bs-sidebar .nav > li > a.active:focus {
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
border-right: 1px solid;
|
||||
}
|
||||
|
||||
.bs-sidebar .nav .nav .nav {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.bs-sidebar .nav > li > a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bs-sidebar .nav .nav > li > a {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
font-family: FontAwesome;
|
||||
font-size: 14px;
|
||||
display: none;
|
||||
padding-left: .5em;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding-left: 10px;
|
||||
border-left: 4px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.admonition, details {
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.admonition.note, details.note {
|
||||
color: var(--bs-primary-text-emphasis);
|
||||
background-color: var(--bs-primary-bg-subtle);
|
||||
border-color: var(--bs-primary-border-subtle);
|
||||
}
|
||||
|
||||
.admonition.note h1, .admonition.note h2, .admonition.note h3,
|
||||
.admonition.note h4, .admonition.note h5, .admonition.note h6,
|
||||
details.note h1, details.note h2, details.note h3,
|
||||
details.note h4, details.note h5, details.note h6 {
|
||||
color: var(--bs-primary-text-emphasis);
|
||||
}
|
||||
|
||||
.admonition.info, details.info {
|
||||
color: var(--bs-info-text-emphasis);
|
||||
background-color: var(--bs-info-bg-subtle);
|
||||
border-color: var(--bs-info-border-subtle);
|
||||
}
|
||||
|
||||
.admonition.info h1, .admonition.info h2, .admonition.info h3,
|
||||
.admonition.info h4, .admonition.info h5, .admonition.info h6,
|
||||
details.info h1, details.info h2, details.info h3,
|
||||
details.info h4, details.info h5, details.info h6 {
|
||||
color: var(--bs-info-text-emphasis);
|
||||
}
|
||||
|
||||
.admonition.warning, details.warning {
|
||||
color: var(--bs-warning-text-emphasis);
|
||||
background-color: var(--bs-warning-bg-subtle);
|
||||
border-color: var(--bs-warning-border-subtle);
|
||||
}
|
||||
|
||||
.admonition.warning h1, .admonition.warning h2, .admonition.warning h3,
|
||||
.admonition.warning h4, .admonition.warning h5, .admonition.warning h6,
|
||||
details.warning h1, details.warning h2, details.warning h3,
|
||||
details.warning h4, details.warning h5, details.warning h6 {
|
||||
color: var(--bs-warning-text-emphasis);
|
||||
}
|
||||
|
||||
.admonition.danger, details.danger {
|
||||
color: var(--bs-danger-text-emphasis);
|
||||
background-color: var(--bs-danger-bg-subtle);
|
||||
border-color: var(--bs-danger-border-subtle);
|
||||
}
|
||||
|
||||
.admonition.danger h1, .admonition.danger h2, .admonition.danger h3,
|
||||
.admonition.danger h4, .admonition.danger h5, .admonition.danger h6,
|
||||
details.danger h1, details.danger h2, details.danger h3,
|
||||
details.danger h4, details.danger h5, details.danger h6 {
|
||||
color: var(--bs-danger-text-emphasis);
|
||||
}
|
||||
|
||||
.admonition, details {
|
||||
color: var(--bs-light-text-emphasis);
|
||||
background-color: var(--bs-light-bg-subtle);
|
||||
border-color: var(--bs-light-border-subtle);
|
||||
}
|
||||
|
||||
.admonition h1, .admonition h2, .admonition h3,
|
||||
.admonition h4, .admonition h5, .admonition h6,
|
||||
details h1, details h2, details h3,
|
||||
details h4, details h5, details h6 {
|
||||
color: var(--bs-light-text-emphasis);
|
||||
}
|
||||
|
||||
.admonition-title, summary {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.admonition>p:last-child, details>p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.navbar-collapse.show {
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 3.5rem);
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-item.open {
|
||||
color: var(--bs-dropdown-link-active-color);
|
||||
background-color: var(--bs-dropdown-link-active-bg);
|
||||
}
|
||||
|
||||
.dropdown-submenu > .dropdown-menu {
|
||||
margin: 0 0 0 1.5rem;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.dropdown-submenu > a::after {
|
||||
display: block;
|
||||
content: " ";
|
||||
float: right;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 5px 0 5px 5px;
|
||||
border-left-color: var(--bs-dropdown-link-active-color);
|
||||
margin-top: 5px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.dropdown-submenu:hover > a::after {
|
||||
border-left-color: var(--bs-dropdown-link-active-color);
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.dropdown-menu {
|
||||
overflow-y: auto;
|
||||
max-height: calc(100vh - 3.5rem);
|
||||
}
|
||||
|
||||
.dropdown-submenu {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dropdown-submenu > .dropdown-menu {
|
||||
position: fixed !important;
|
||||
margin-top: -9px;
|
||||
margin-left: -2px;
|
||||
border-width: 1px;
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
|
||||
.dropdown-submenu.pull-left {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.dropdown-submenu.pull-left > .dropdown-menu {
|
||||
left: -100%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
/* Remove sidebar when print */
|
||||
.col-md-3 { display: none; }
|
||||
}
|
12
en/css/bootstrap.min.css
vendored
12
en/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
en/css/brands.min.css
vendored
6
en/css/brands.min.css
vendored
File diff suppressed because one or more lines are too long
9
en/css/fontawesome.min.css
vendored
9
en/css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
6
en/css/solid.min.css
vendored
6
en/css/solid.min.css
vendored
@ -1,6 +0,0 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
6
en/css/v4-font-face.min.css
vendored
6
en/css/v4-font-face.min.css
vendored
@ -1,6 +0,0 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
|
BIN
en/img/apollonvim.jpg
Normal file
BIN
en/img/apollonvim.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 372 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
BIN
en/img/grid.png
BIN
en/img/grid.png
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
345
en/index.html
345
en/index.html
@ -1,170 +1,225 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-bs-theme="light">
|
||||
<head>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="None">
|
||||
|
||||
<meta name="description" content="ApolloNvim freedom in programming....">
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="img/favicon.ico">
|
||||
<title>My Docs</title>
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="css/fontawesome.min.css" rel="stylesheet">
|
||||
<link href="css/brands.min.css" rel="stylesheet">
|
||||
<link href="css/solid.min.css" rel="stylesheet">
|
||||
<link href="css/v4-font-face.min.css" rel="stylesheet">
|
||||
<link href="css/base.css" rel="stylesheet">
|
||||
<link id="hljs-light" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" >
|
||||
<link id="hljs-dark" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css" disabled>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
|
||||
<script>hljs.highlightAll();</script>
|
||||
</head>
|
||||
|
||||
<body class="homepage">
|
||||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href=".">My Docs</a>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="assets/css/darcula-highlight.min.css">
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
<div id="navbar-collapse" class="navbar-collapse collapse">
|
||||
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="assets/css/mkdocs.min.css">
|
||||
<link href="style/style.css" rel="stylesheet">
|
||||
|
||||
<ul class="nav navbar-nav ms-md-auto">
|
||||
<li class="nav-item">
|
||||
<a href="#" class="nav-link" data-bs-toggle="modal" data-bs-target="#mkdocs_search_modal">
|
||||
<i class="fa fa-search"></i> Search
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3"><div class="navbar-expand-md bs-sidebar hidden-print affix" role="complementary">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggler collapsed" data-bs-toggle="collapse" data-bs-target="#toc-collapse" title="Table of Contents">
|
||||
<span class="fa fa-angle-down"></span>
|
||||
</head>
|
||||
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="toc-collapse" class="navbar-collapse collapse card bg-body-tertiary">
|
||||
<ul class="nav flex-column">
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
<div class="drac-text-center">
|
||||
|
||||
<li class="nav-item" data-bs-level="1"><a href="#aj-verze" class="nav-link">AJ VERZE</a>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item" data-bs-level="2"><a href="#commands" class="nav-link">Commands</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href="."
|
||||
class=" active
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item" data-bs-level="2"><a href="#project-layout" class="nav-link">Project layout</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
<li class="drac-box">
|
||||
<a href="apollonvim/installation/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<li class="drac-box">
|
||||
<a href="apollonvim/plugins/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="contact/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</div></div>
|
||||
<div class="col-md-9" role="main">
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<h1 id="aj-verze">AJ VERZE</h1>
|
||||
<p>For full documentation visit <a href="https://www.mkdocs.org">mkdocs.org</a>.</p>
|
||||
<h2 id="commands">Commands</h2>
|
||||
<ul>
|
||||
<li><code>mkdocs new [dir-name]</code> - Create a new project.</li>
|
||||
<li><code>mkdocs serve</code> - Start the live-reloading docs server.</li>
|
||||
<li><code>mkdocs build</code> - Build the documentation site.</li>
|
||||
<li><code>mkdocs -h</code> - Print help message and exit.</li>
|
||||
</ul>
|
||||
<h2 id="project-layout">Project layout</h2>
|
||||
<pre><code>mkdocs.yml # The configuration file.
|
||||
docs/
|
||||
index.md # The documentation homepage.
|
||||
... # Other markdown pages, images and other files.
|
||||
</code></pre></div>
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
<div class="container">
|
||||
<div class="row row-preview">
|
||||
<div class="col">
|
||||
<a
|
||||
class="btn-preview drac-btn drac-text-white--hover disabled">
|
||||
<i class="fa fa-arrow-left"></i> Previous
|
||||
</a>
|
||||
</div>
|
||||
<div class="col">
|
||||
<a href="apollonvim/installation/"
|
||||
class="btn-preview drac-btn drac-btn-outline drac-text-white drac-text-cyan-green--hover" style="padding-left: 3%;">
|
||||
Next <i class="fa fa-arrow-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<footer class="col-md-12">
|
||||
<hr>
|
||||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
|
||||
</footer>
|
||||
<script src="js/bootstrap.bundle.min.js"></script>
|
||||
<script>
|
||||
var base_url = ".",
|
||||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
|
||||
</script>
|
||||
<script src="js/base.js"></script>
|
||||
<script src="search/main.js"></script>
|
||||
|
||||
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="searchModalLabel">Search</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>From here you can search these documents. Enter your search terms below.</p>
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
|
||||
</div>
|
||||
</form>
|
||||
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 20%;">Keys</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="help shortcut"><kbd>?</kbd></td>
|
||||
<td>Open this help</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="next shortcut"><kbd>n</kbd></td>
|
||||
<td>Next page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="prev shortcut"><kbd>p</kbd></td>
|
||||
<td>Previous page</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="search shortcut"><kbd>s</kbd></td>
|
||||
<td>Search</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="./search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.6.1
|
||||
Build Date UTC : 2025-02-03 22:14:42.733311+00:00
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 section-content">
|
||||
<article>
|
||||
<p><h1 id="apollonvim">🚀 ApolloNvim</h1>
|
||||
<h4 id="verzion-2501">Verzion: 25.01</h4>
|
||||
<h1 id="programming-is-much-more-fun-when-you-are-efficient-neovim-can-get-you-there-eventually-but-you-have-to-be-willing-to-try-new-things-new-plugins-new-remaps-etc">Programming is much more fun when you are efficient. Neovim can get you there eventually, but you have to be willing to try new things. New plugins, new remaps, etc.</h1>
|
||||
<p>Tutorials:
|
||||
Project repository</p>
|
||||
<p>👉 Neovim setup for Front-End development based on <a href="https://github.com/junegunn/vim-plug" target="_blank">Plug.vim</a>, <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> and <a href="https://neovim.io/doc/user/lua-guide.html" target="_blank">Lua</a>.</p>
|
||||
<p>👉 The advantages of Neovim over a classic IDE are undeniable in the freedom of configuration, there are thousands of possibilities how your Neovim can look and work. For your inspiration and use this project was created 🚀 ApolloNvim.</p>
|
||||
<p>👉 This distribution doesn't just work by clicking a button and installing. It will lead you to a separate installation using this site. The goal is to understand how Neovim works so you can modify everything yourself, which even click-on distributions don't teach you.</p>
|
||||
<p>👉 Two Editions 🚀ApolloNvim Starter for scaled to work with text thanks to markdown support and FrontEnd Edition focused on web development.</p>
|
||||
<p>👉 This setting is primarily for web development. I was inspired by the plugins I used in VSCode and Webstorm.</p>
|
||||
<p>👉 In October 2024, PHP support was newly added as well as Automatic pugin installation.</p>
|
||||
<p>👉 Great emphasis is placed on speed and lightness.</p>
|
||||
<p>👉 🚀 ApolloNvim Distro is regularly updated and so is the whole project.</p>
|
||||
<p>👉 For the best experience with 🚀 ApolloNvim Distro, I recommend using <a href="https://git.arch-linux.cz/kankys/zellij-mySetup" target="_blank">Zellij</a> or <a href="https://gnome-terminator.org/" target="_blank">Terminator</a>, multiplexor, but it's not a requirement of course.</p>
|
||||
<p><img alt="ApolloNvim" src="img/apollonvim.jpg" /></p>
|
||||
<h2 id="advantages">Advantages:</h2>
|
||||
<p>👉 The main advantages of this setup are support for Codeium, a free alternative to Copilot, Prettier, AutoSave, HTML, CSS, JS dipping and shortcuts to comment and uncomment code (CTRL + k). There are also several plugins to make working in Neovi more enjoyable.</p>
|
||||
<p>👉 With <a href="https://github.com/neovim/nvim-lspconfig" target="_blank">LSP</a> in this installation I use <a href="https://github.com/neoclide/coc.nvim" target="_blank">Coc</a> for its simplicity, stability and speed.</p>
|
||||
<p>👉 The best themes for Neovim (so you don't have to search for them) is the default Dracula.</p>
|
||||
<p>👉 To change the theme in Neovi, simply use the <code>:colorscheme</code> command in the command line and use the Tab button to switch between themes.</p>
|
||||
<h2 id="plan-apollonvim">Plan 🚀ApolloNvim:</h2>
|
||||
<p>👉 You can expect these new features and more in the future:</p>
|
||||
<p>👉 Installer 🚀 ApolloNvim via link from Git.</p>
|
||||
<p>👉 New custom welcome screen.</p>
|
||||
<p>👉 New plugins.
|
||||
👉 Tutorials on plugins, how to set them up and how to work with them.</p>
|
||||
<p>👉 Instructions for working with Neovim.</p>
|
||||
<h2 id="questions-and-answers">Questions and Answers:</h2>
|
||||
<p>👉 How much does ApolloNvim cost? -> Nothing 🚀 ApolloNvim is free.</p>
|
||||
<p>👉 How complicated is 🚀 ApolloNvim? -> 🚀 ApolloNvim may be more complicated than other editors, but once you learn how to use it, you'll see how great it is.</p></p>
|
||||
</article>
|
||||
</section>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '.';</script>
|
||||
<script src="assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/js/mkdocs.js"></script>
|
||||
<script src="javascripts/extra.js" defer></script>
|
||||
<script src="search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
287
en/js/base.js
287
en/js/base.js
@ -1,287 +0,0 @@
|
||||
function getSearchTerm() {
|
||||
var sPageURL = window.location.search.substring(1);
|
||||
var sURLVariables = sPageURL.split('&');
|
||||
for (var i = 0; i < sURLVariables.length; i++) {
|
||||
var sParameterName = sURLVariables[i].split('=');
|
||||
if (sParameterName[0] == 'q') {
|
||||
return sParameterName[1];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function applyTopPadding() {
|
||||
// Update various absolute positions to match where the main container
|
||||
// starts. This is necessary for handling multi-line nav headers, since
|
||||
// that pushes the main container down.
|
||||
var container = document.querySelector('body > .container');
|
||||
var offset = container.offsetTop;
|
||||
|
||||
document.documentElement.style.scrollPaddingTop = offset + 'px';
|
||||
document.querySelectorAll('.bs-sidebar.affix').forEach(function(sidebar) {
|
||||
sidebar.style.top = offset + 'px';
|
||||
});
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
var search_term = getSearchTerm();
|
||||
var search_modal = new bootstrap.Modal(document.getElementById('mkdocs_search_modal'));
|
||||
var keyboard_modal = new bootstrap.Modal(document.getElementById('mkdocs_keyboard_modal'));
|
||||
|
||||
if (search_term) {
|
||||
search_modal.show();
|
||||
}
|
||||
|
||||
// make sure search input gets autofocus every time modal opens.
|
||||
document.getElementById('mkdocs_search_modal').addEventListener('shown.bs.modal', function() {
|
||||
document.getElementById('mkdocs-search-query').focus();
|
||||
});
|
||||
|
||||
// Close search modal when result is selected
|
||||
// The links get added later so listen to parent
|
||||
document.getElementById('mkdocs-search-results').addEventListener('click', function(e) {
|
||||
if (e.target.tagName === 'A') {
|
||||
search_modal.hide();
|
||||
}
|
||||
});
|
||||
|
||||
// Populate keyboard modal with proper Keys
|
||||
document.querySelector('.help.shortcut kbd').innerHTML = keyCodes[shortcuts.help];
|
||||
document.querySelector('.prev.shortcut kbd').innerHTML = keyCodes[shortcuts.previous];
|
||||
document.querySelector('.next.shortcut kbd').innerHTML = keyCodes[shortcuts.next];
|
||||
document.querySelector('.search.shortcut kbd').innerHTML = keyCodes[shortcuts.search];
|
||||
|
||||
// Keyboard navigation
|
||||
document.addEventListener("keydown", function(e) {
|
||||
if (e.target.tagName === 'INPUT' || e.target.tagName === 'TEXTAREA') return true;
|
||||
var key = e.which || e.keyCode || window.event && window.event.keyCode;
|
||||
var page;
|
||||
switch (key) {
|
||||
case shortcuts.next:
|
||||
page = document.querySelector('.navbar a[rel="next"]');
|
||||
break;
|
||||
case shortcuts.previous:
|
||||
page = document.querySelector('.navbar a[rel="prev"]');
|
||||
break;
|
||||
case shortcuts.search:
|
||||
e.preventDefault();
|
||||
keyboard_modal.hide();
|
||||
search_modal.show();
|
||||
document.getElementById('mkdocs-search-query').focus();
|
||||
break;
|
||||
case shortcuts.help:
|
||||
search_modal.hide();
|
||||
keyboard_modal.show();
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
if (page && page.hasAttribute('href')) {
|
||||
keyboard_modal.hide();
|
||||
window.location.href = page.getAttribute('href');
|
||||
}
|
||||
});
|
||||
|
||||
document.querySelectorAll('table').forEach(function(table) {
|
||||
table.classList.add('table', 'table-striped', 'table-hover');
|
||||
});
|
||||
|
||||
function showInnerDropdown(item) {
|
||||
var popup = item.nextElementSibling;
|
||||
popup.classList.add('show');
|
||||
item.classList.add('open');
|
||||
|
||||
// First, close any sibling dropdowns.
|
||||
var container = item.parentElement.parentElement;
|
||||
container.querySelectorAll(':scope > .dropdown-submenu > a').forEach(function(el) {
|
||||
if (el !== item) {
|
||||
hideInnerDropdown(el);
|
||||
}
|
||||
});
|
||||
|
||||
var popupMargin = 10;
|
||||
var maxBottom = window.innerHeight - popupMargin;
|
||||
var bounds = item.getBoundingClientRect();
|
||||
|
||||
popup.style.left = bounds.right + 'px';
|
||||
if (bounds.top + popup.clientHeight > maxBottom &&
|
||||
bounds.top > window.innerHeight / 2) {
|
||||
popup.style.top = (bounds.bottom - popup.clientHeight) + 'px';
|
||||
popup.style.maxHeight = (bounds.bottom - popupMargin) + 'px';
|
||||
} else {
|
||||
popup.style.top = bounds.top + 'px';
|
||||
popup.style.maxHeight = (maxBottom - bounds.top) + 'px';
|
||||
}
|
||||
}
|
||||
|
||||
function hideInnerDropdown(item) {
|
||||
var popup = item.nextElementSibling;
|
||||
popup.classList.remove('show');
|
||||
item.classList.remove('open');
|
||||
|
||||
popup.scrollTop = 0;
|
||||
var menu = popup.querySelector('.dropdown-menu');
|
||||
if (menu) {
|
||||
menu.scrollTop = 0;
|
||||
}
|
||||
var dropdown = popup.querySelector('.dropdown-submenu > a');
|
||||
if (dropdown) {
|
||||
dropdown.classList.remove('open');
|
||||
}
|
||||
}
|
||||
|
||||
document.querySelectorAll('.dropdown-submenu > a').forEach(function(item) {
|
||||
item.addEventListener('click', function(e) {
|
||||
if (item.nextElementSibling.classList.contains('show')) {
|
||||
hideInnerDropdown(item);
|
||||
} else {
|
||||
showInnerDropdown(item);
|
||||
}
|
||||
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
document.querySelectorAll('.dropdown-menu').forEach(function(menu) {
|
||||
menu.parentElement.addEventListener('hide.bs.dropdown', function() {
|
||||
menu.scrollTop = 0;
|
||||
var dropdown = menu.querySelector('.dropdown-submenu > a');
|
||||
if (dropdown) {
|
||||
dropdown.classList.remove('open');
|
||||
}
|
||||
menu.querySelectorAll('.dropdown-menu .dropdown-menu').forEach(function(submenu) {
|
||||
submenu.classList.remove('show');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
applyTopPadding();
|
||||
});
|
||||
|
||||
window.addEventListener('resize', applyTopPadding);
|
||||
|
||||
var scrollSpy = new bootstrap.ScrollSpy(document.body, {
|
||||
target: '.bs-sidebar'
|
||||
});
|
||||
|
||||
/* Prevent disabled links from causing a page reload */
|
||||
document.querySelectorAll("li.disabled a").forEach(function(item) {
|
||||
item.addEventListener("click", function(event) {
|
||||
event.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
// See https://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes
|
||||
// We only list common keys below. Obscure keys are omitted and their use is discouraged.
|
||||
var keyCodes = {
|
||||
8: 'backspace',
|
||||
9: 'tab',
|
||||
13: 'enter',
|
||||
16: 'shift',
|
||||
17: 'ctrl',
|
||||
18: 'alt',
|
||||
19: 'pause/break',
|
||||
20: 'caps lock',
|
||||
27: 'escape',
|
||||
32: 'spacebar',
|
||||
33: 'page up',
|
||||
34: 'page down',
|
||||
35: 'end',
|
||||
36: 'home',
|
||||
37: '←',
|
||||
38: '↑',
|
||||
39: '→',
|
||||
40: '↓',
|
||||
45: 'insert',
|
||||
46: 'delete',
|
||||
48: '0',
|
||||
49: '1',
|
||||
50: '2',
|
||||
51: '3',
|
||||
52: '4',
|
||||
53: '5',
|
||||
54: '6',
|
||||
55: '7',
|
||||
56: '8',
|
||||
57: '9',
|
||||
65: 'a',
|
||||
66: 'b',
|
||||
67: 'c',
|
||||
68: 'd',
|
||||
69: 'e',
|
||||
70: 'f',
|
||||
71: 'g',
|
||||
72: 'h',
|
||||
73: 'i',
|
||||
74: 'j',
|
||||
75: 'k',
|
||||
76: 'l',
|
||||
77: 'm',
|
||||
78: 'n',
|
||||
79: 'o',
|
||||
80: 'p',
|
||||
81: 'q',
|
||||
82: 'r',
|
||||
83: 's',
|
||||
84: 't',
|
||||
85: 'u',
|
||||
86: 'v',
|
||||
87: 'w',
|
||||
88: 'x',
|
||||
89: 'y',
|
||||
90: 'z',
|
||||
91: 'Left Windows Key / Left ⌘',
|
||||
92: 'Right Windows Key',
|
||||
93: 'Windows Menu / Right ⌘',
|
||||
96: 'numpad 0',
|
||||
97: 'numpad 1',
|
||||
98: 'numpad 2',
|
||||
99: 'numpad 3',
|
||||
100: 'numpad 4',
|
||||
101: 'numpad 5',
|
||||
102: 'numpad 6',
|
||||
103: 'numpad 7',
|
||||
104: 'numpad 8',
|
||||
105: 'numpad 9',
|
||||
106: 'multiply',
|
||||
107: 'add',
|
||||
109: 'subtract',
|
||||
110: 'decimal point',
|
||||
111: 'divide',
|
||||
112: 'f1',
|
||||
113: 'f2',
|
||||
114: 'f3',
|
||||
115: 'f4',
|
||||
116: 'f5',
|
||||
117: 'f6',
|
||||
118: 'f7',
|
||||
119: 'f8',
|
||||
120: 'f9',
|
||||
121: 'f10',
|
||||
122: 'f11',
|
||||
123: 'f12',
|
||||
124: 'f13',
|
||||
125: 'f14',
|
||||
126: 'f15',
|
||||
127: 'f16',
|
||||
128: 'f17',
|
||||
129: 'f18',
|
||||
130: 'f19',
|
||||
131: 'f20',
|
||||
132: 'f21',
|
||||
133: 'f22',
|
||||
134: 'f23',
|
||||
135: 'f24',
|
||||
144: 'num lock',
|
||||
145: 'scroll lock',
|
||||
186: ';',
|
||||
187: '=',
|
||||
188: ',',
|
||||
189: '‐',
|
||||
190: '.',
|
||||
191: '?',
|
||||
192: '`',
|
||||
219: '[',
|
||||
220: '\',
|
||||
221: ']',
|
||||
222: ''',
|
||||
};
|
7
en/js/bootstrap.bundle.min.js
vendored
7
en/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,65 +0,0 @@
|
||||
function setColorMode(mode) {
|
||||
// Switch between light/dark theme. `mode` is a string value of either 'dark' or 'light'.
|
||||
var hljs_light = document.getElementById('hljs-light'),
|
||||
hljs_dark = document.getElementById('hljs-dark');
|
||||
document.documentElement.setAttribute('data-bs-theme', mode);
|
||||
if (mode == 'dark') {
|
||||
hljs_light.disabled = true;
|
||||
hljs_dark.disabled = false;
|
||||
} else {
|
||||
hljs_dark.disabled = true;
|
||||
hljs_light.disabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
function updateModeToggle(mode) {
|
||||
// Update icon and toggle checkmarks of color mode selector.
|
||||
var menu = document.getElementById('theme-menu');
|
||||
document.querySelectorAll('[data-bs-theme-value]')
|
||||
.forEach(function(toggle) {
|
||||
if (mode == toggle.getAttribute('data-bs-theme-value')) {
|
||||
toggle.setAttribute('aria-pressed', 'true');
|
||||
toggle.lastElementChild.classList.remove('d-none');
|
||||
menu.firstElementChild.setAttribute('class', toggle.firstElementChild.getAttribute('class'));
|
||||
} else {
|
||||
toggle.setAttribute('aria-pressed', 'false');
|
||||
toggle.lastElementChild.classList.add('d-none');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function onSystemColorSchemeChange(event) {
|
||||
// Update site color mode to match system color mode.
|
||||
setColorMode(event.matches ? 'dark' : 'light');
|
||||
}
|
||||
|
||||
var mql = window.matchMedia('(prefers-color-scheme: dark)'),
|
||||
defaultMode = document.documentElement.getAttribute('data-bs-theme'),
|
||||
storedMode = localStorage.getItem('mkdocs-colormode');
|
||||
if (storedMode && storedMode != 'auto') {
|
||||
setColorMode(storedMode);
|
||||
updateModeToggle(storedMode);
|
||||
} else if (storedMode == 'auto' || defaultMode == 'auto') {
|
||||
setColorMode(mql.matches ? 'dark' : 'light');
|
||||
updateModeToggle('auto');
|
||||
mql.addEventListener('change', onSystemColorSchemeChange);
|
||||
} else {
|
||||
setColorMode(defaultMode);
|
||||
updateModeToggle(defaultMode);
|
||||
}
|
||||
|
||||
document.querySelectorAll('[data-bs-theme-value]')
|
||||
.forEach(function(toggle) {
|
||||
toggle.addEventListener('click', function (e) {
|
||||
var mode = e.currentTarget.getAttribute('data-bs-theme-value');
|
||||
localStorage.setItem('mkdocs-colormode', mode);
|
||||
if (mode == 'auto') {
|
||||
setColorMode(mql.matches ? 'dark' : 'light');
|
||||
mql.addEventListener('change', onSystemColorSchemeChange);
|
||||
} else {
|
||||
setColorMode(mode);
|
||||
mql.removeEventListener('change', onSystemColorSchemeChange);
|
||||
}
|
||||
updateModeToggle(mode);
|
||||
});
|
||||
});
|
194
en/search.html
Normal file
194
en/search.html
Normal file
@ -0,0 +1,194 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>🚀 ApolloNvim</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="./assets/css/darcula-highlight.min.css">
|
||||
|
||||
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="./assets/css/dracula-ui.min.css">
|
||||
<link rel="stylesheet" href="./assets/css/mkdocs.min.css">
|
||||
<link href="./style/style.css" rel="stylesheet">
|
||||
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="./assets/img/favicon.ico">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body class="drac-bg-black-secondary drac-text-grey-ternary drac-text drac-scrollbar-purple">
|
||||
|
||||
<main class="d-flex">
|
||||
|
||||
<!-- block sidebar -->
|
||||
<nav id="sidebar" class="sidebar drac-bg-black">
|
||||
<div class="custom-menu">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-primary">
|
||||
<i class="fa fa-bars"></i>
|
||||
<span class="sr-only">Menu</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="p-4">
|
||||
|
||||
|
||||
<div class="drac-text-center">
|
||||
|
||||
<span class="drac-text drac-line-height drac-text-white">🚀 ApolloNvim</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="drac-box flex-column">
|
||||
<ul class="dot-ul">
|
||||
<li><div class="dot-li drac-bg-cyan"></div></li>
|
||||
<li><div class="dot-li drac-bg-green"></div></li>
|
||||
<li><div class="dot-li drac-bg-orange"></div></li>
|
||||
<li><div class="dot-li drac-bg-pink"></div></li>
|
||||
<li><div class="dot-li drac-bg-purple"></div></li>
|
||||
<li><div class="dot-li drac-bg-red"></div></li>
|
||||
<li><div class="dot-li drac-bg-yellow"></div></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<hr class="drac-divider" />
|
||||
|
||||
<!-- block menu -->
|
||||
<ul class="mb-5 drac-list drac-list-none">
|
||||
|
||||
<li class="drac-box">
|
||||
<a href="./."
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🏘 Home
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="./apollonvim/installation/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🛠 Installation
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="./apollonvim/plugins/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
🗄 Plugins
|
||||
</a>
|
||||
</li>
|
||||
<li class="drac-box">
|
||||
<a href="./contact/"
|
||||
class="
|
||||
drac-anchor d-inline-flex align-items-center border-0 drac-text-purple--hover">
|
||||
📪 Contact
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
</nav>
|
||||
<!-- endblock -->
|
||||
|
||||
<nav class="divider drac-bg-purple-cyan"></nav>
|
||||
|
||||
<div class="content">
|
||||
<!-- block header -->
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-xl drac-bg-purple">
|
||||
<div class="container-fluid">
|
||||
|
||||
<button class="navbar-toggler w-100 text-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsMenu"
|
||||
aria-controls="navbarsMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse flex-column ml-auto" id="navbarsMenu">
|
||||
<ul class="navbar-nav text-md-center">
|
||||
|
||||
<!-- block preview -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block search -->
|
||||
<li class="nav-item"><div role="search" class="search-box">
|
||||
<form id="rtd-search-form" class="wy-form" action="./search.html" method="get">
|
||||
<input type="text" name="q" class="drac-input drac-input-search drac-input-white drac-text-white drac-bg-black-secondary"
|
||||
placeholder="Search docs" title="Type search term here" />
|
||||
</form>
|
||||
</div>
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block source -->
|
||||
<li class="nav-item">
|
||||
|
||||
</li>
|
||||
<!-- endblock -->
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block content -->
|
||||
<section class="p-md-5 content-search">
|
||||
<article>
|
||||
<p></p>
|
||||
<h1 id="search">Search Results</h1>
|
||||
<hr>
|
||||
|
||||
<form id="content_search" action="search.html">
|
||||
<span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
|
||||
<input name="q" id="mkdocs-search-query" type="text" class="drac-input drac-input-purple drac-text-white search_input search-query ui-autocomplete-input"
|
||||
placeholder="Search the Docs" autocomplete="off" autofocus title="Type search term here">
|
||||
</form>
|
||||
|
||||
<div id="mkdocs-search-results" class="search-results" data-no-results-text="No results found">
|
||||
Searching...
|
||||
</div>
|
||||
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<!-- endblock -->
|
||||
|
||||
<!-- block footer -->
|
||||
<footer>
|
||||
<div class="d-flex flex-sm-row justify-content-between py-2 border-top drac-text-black drac-bg-cyan-green">
|
||||
<a href="https://github.com/dracula/mkdocs" target="_blank" style="padding-left: 1%;"
|
||||
class="footer-text drac-anchor drac-text-black drac-text-purple--hover">
|
||||
Made with Dracula Theme for MkDocs
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- endblock -->
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<script>var base_url = '.';</script>
|
||||
<script src="./assets/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="./assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="./assets/js/mkdocs.js"></script>
|
||||
<script src="./javascripts/extra.js" defer></script>
|
||||
<script src="./search/main.js" defer></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user