mkdocs first project
This commit is contained in:
318
en/index.html
318
en/index.html
@ -1,164 +1,170 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" data-bs-theme="light">
|
||||
<head>
|
||||
<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">
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="ApolloNvim freedom in programming...." />
|
||||
<meta name="keywords" content="ApolloNvim Distro" />
|
||||
<meta name="author" content="Kankys" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="shortcut icon" href="../img/apollonvim.jpg" />
|
||||
<!--nav bar-->
|
||||
<script src="https://kit.fontawesome.com/0a43c6cd1f.js" crossorigin="anonymous"></script>
|
||||
<!--icons dark, go to up-->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
|
||||
<!--ubuntu fonts-->
|
||||
<style>
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
|
||||
</style>
|
||||
<title>ApolloNvim</title>
|
||||
</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>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<h1 class="title"><a href="index.html">🚀ApolloNvim</a></h1>
|
||||
<!-- Expanded navigation -->
|
||||
<div id="navbar-collapse" class="navbar-collapse collapse">
|
||||
|
||||
<!-- Terminal - navigation -->
|
||||
<nav class="navigation">
|
||||
<ul>
|
||||
<li><a href="install.html">Installation</a></li>
|
||||
<li><a href="plugins.html">Plugins</a></li>
|
||||
<li><a href="tutorials.html">Tutorials</a></li>
|
||||
<li><a href="/cz/index.html">Česky</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<div class="menu-icon">
|
||||
<!-- Ikona hamburger -->
|
||||
<i class="fa-solid fa-bars"></i>
|
||||
<!-- Ikona cross -->
|
||||
<!-- <i class="fa-solid fa-xmark"></i> -->
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
<hr />
|
||||
|
||||
<!--Začátek sekcí - co h2 sekce + fotogalerie-->
|
||||
<section class="content" id="welcome">
|
||||
<section class="welcome">
|
||||
<h2>Tutorials:</h2>
|
||||
<h3>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.</h3>
|
||||
<p><a href="https://codeberg.org/Kankys/ApolloNvim2025" target="_blank">Project</a> 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.archoslinux.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>
|
||||
</section>
|
||||
<section id="advantages">
|
||||
<h2>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 GitHub Dark.
|
||||
</p>
|
||||
<p>
|
||||
👉 To change the theme in Neovi, simply use the <strong>:colorscheme</strong> command in the command line and use the Tab button to switch between themes.
|
||||
</p>
|
||||
</section>
|
||||
<section class="photo">
|
||||
<img class="picture" src="img/home.png" alt="Homescreen" />
|
||||
<img class="picture1" src="img/config.png" alt="config.vim" />
|
||||
<img class="picture2" src="img/fzf.png" alt="fzf" />
|
||||
</section>
|
||||
<section id="apollo">
|
||||
<h2>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.</p>
|
||||
👉 Tutorials on plugins, how to set them up and how to work with them.
|
||||
</p>
|
||||
<p>👉 Instructions for working with Neovi.</p>
|
||||
</section>
|
||||
<section id="faq">
|
||||
<h2>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>
|
||||
</section>
|
||||
<section id="contact">
|
||||
<h2>Contact:</h2>
|
||||
<p>
|
||||
<a href="https://lukaskanka.cz/" target="_blank">👉 Author's personal website 🚀 ApolloNvim</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://codeberg.org/Kankys" target="_blank">👉 Codeberg profile</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://mastodon.arch-linux.cz/@Kankys" target="_blank" 👉>
|
||||
Mastodon</a>
|
||||
</p>
|
||||
</section>
|
||||
<section class="login"></section>
|
||||
<section id="help">
|
||||
<h2>Support:</h2>
|
||||
<p>
|
||||
👉 If in any way you want to support or contribute to the content and functionality of 🚀 ApolloNvim, please let me know.
|
||||
</p>
|
||||
<p>👉 You can also support this project with a few Satoshi:</p>
|
||||
<img class="sat" src="https://lukan.cz/wp-content/uploads/2025/01/0a895d16-ce64-4e8a-9a9d-05c568dc916e_1124x1532-220x300.webp" alt="Satoshi" />
|
||||
</section>
|
||||
<section id="other">
|
||||
<h2>Other projects and links:</h2>
|
||||
<p>
|
||||
👉 <a href="https://arch-linux.cz/" target="_blank">ArchLinux CZ</a>
|
||||
</p>
|
||||
<p>
|
||||
👉
|
||||
<a href="https://searxng.cz/" target="_blank">Vyhledávač SearXNG CZ</a>
|
||||
</p>
|
||||
<p>
|
||||
👉
|
||||
<a href="https://endeavouros.com/" target="_blank">EndeavourOS Linux</a>
|
||||
</p>
|
||||
<p>
|
||||
👉 <a href="https://i3wm.org/" target="_blank">i3 window manager</a>
|
||||
</p>
|
||||
</section>
|
||||
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
|
||||
<i class="fas fa-arrow-up"></i>
|
||||
</button>
|
||||
<footer>
|
||||
Copyright ©
|
||||
<a href="https://codeberg.org/Kankys" target="_blank">Lukáš Kaňka</a>
|
||||
2024 -2025
|
||||
</footer>
|
||||
</section>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
<div id="toc-collapse" class="navbar-collapse collapse card bg-body-tertiary">
|
||||
<ul class="nav flex-column">
|
||||
|
||||
<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>
|
||||
</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>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div></div>
|
||||
<div class="col-md-9" role="main">
|
||||
|
||||
<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>
|
||||
</div>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.6.1
|
||||
Build Date UTC : 2025-02-03 22:14:42.733311+00:00
|
||||
-->
|
||||
|
Reference in New Issue
Block a user