diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e69de29 diff --git a/acpi-kernel.php b/acpi-kernel.php new file mode 100644 index 0000000..e76e312 --- /dev/null +++ b/acpi-kernel.php @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + EndeavourOS - ACPI kernel + + + +
+
+

Parametry jádra ACPI

+

+ + Parametry jádra ACPI a jak je vybrat + +

+
+
+ + + + + diff --git a/aplikace.php b/aplikace.php new file mode 100644 index 0000000..f950a08 --- /dev/null +++ b/aplikace.php @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + EndeavourOS - Aplikace + + +" +
+
+

Aplikace

+

EndeavourOS – AUR packages a jak nainstalovat aplikaci pomocí YAY

+

+ FirewalID +

+

+ + Flatpak - instalace a správa aplikaci +

+

+ Flatpak - nastavení vzhledu aplikací +

+

Přehrávání videa

+

+ Průvodce MPD pro začátečníky – Konfigurace a klienti + +

+

+ Jak ninstalovat EndeavourOS na VirtualBox +

+

Jak nainstalovat Virt-Manager

+

+ Jak nainstalovat Virtualbox + +

+

+ Jednotný motiv a písma pro aplikace Qt v prostředích GTK +

+ +

+ Výchozí aplikace / MIME +

+
+
+ + + + + diff --git a/apollo-nvim/assets/footer.php b/apollo-nvim/assets/footer.php new file mode 100644 index 0000000..09035ef --- /dev/null +++ b/apollo-nvim/assets/footer.php @@ -0,0 +1 @@ + diff --git a/apollo-nvim/assets/head.php b/apollo-nvim/assets/head.php new file mode 100644 index 0000000..5d77fb1 --- /dev/null +++ b/apollo-nvim/assets/head.php @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + 🚀 ApolloNvim + diff --git a/apollo-nvim/assets/header.php b/apollo-nvim/assets/header.php new file mode 100644 index 0000000..870ebf1 --- /dev/null +++ b/apollo-nvim/assets/header.php @@ -0,0 +1,25 @@ +
+ + + + + + +
diff --git a/apollo-nvim/assets/returnbutton.php b/apollo-nvim/assets/returnbutton.php new file mode 100644 index 0000000..9f108dc --- /dev/null +++ b/apollo-nvim/assets/returnbutton.php @@ -0,0 +1,3 @@ + diff --git a/apollo-nvim/assets/script.js b/apollo-nvim/assets/script.js new file mode 100644 index 0000000..4e5852e --- /dev/null +++ b/apollo-nvim/assets/script.js @@ -0,0 +1,35 @@ +// Navbar menu +const menuIcon = document.querySelector(".menu-icon"); +const menuList = document.querySelector("nav"); +const hamburgerIcon = document.querySelector(".fa-solid"); + +menuIcon.addEventListener("click", () => { + if (hamburgerIcon.classList.contains("fa-bars")) { + hamburgerIcon.classList.add("fa-xmark"); + hamburgerIcon.classList.remove("fa-bars"); + menuList.style.display = "block"; + } else { + hamburgerIcon.classList.add("fa-bars"); + hamburgerIcon.classList.remove("fa-xmark"); + menuList.style.display = "none"; + } +}); + +// Tlačítko go to top +window.onscroll = function () { + scrollFunction(); +}; + +function scrollFunction() { + if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { + document.getElementById("scrollToTopBtn").style.display = "block"; + } else { + document.getElementById("scrollToTopBtn").style.display = "none"; + } +} + +// Posunout nahoru, když uživatel klikne na tlačítko +function scrollToTop() { + document.body.scrollTop = 0; // Pro Safari + document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče +} diff --git a/apollo-nvim/assets/style.css b/apollo-nvim/assets/style.css new file mode 100644 index 0000000..7bfddb4 --- /dev/null +++ b/apollo-nvim/assets/style.css @@ -0,0 +1,155 @@ +* { + margin: 0; + + padding: 0; + + box-sizing: border-box; +} +body { + max-width: 1000px; + margin: 0 auto; + font-family: "Ubuntu", sans-serif; +} + +/*Header */ + +h1 { + padding-left: 8px; +} + +h3 { + padding-top: 15px; +} + +p { + padding-top: 3px; +} + +.nav-p { + text-align: center; +} + +header { + margin-top: 25px; + display: flex; + align-items: center; + height: 70px; + flex-direction: row; + /*position: fixed;*/ +} + +.title { + padding-top: 25px; +} + +.title a { + text-decoration: none; +} + +.logo { + flex-grow: 1; + display: flex; +} + +.logo img { + /*width: 100px;*/ + height: 100px; + padding-top: 15px; + margin-left: 20px; +} + +/* navigation */ +nav { + margin-right: 30px; +} + +nav li { + display: inline-block; + list-style-type: none; + margin-right: 20px; +} + +nav li a { + text-decoration: none; + color: black; +} + +/* navigation icons */ + +.menu-icon { + display: none; + margin-right: 30px; +} + + + +/*Header small display*/ +@media (max-width: 600px) { + body { + padding: 10px; + } + + header { + position: relative; + } + header nav { + position: absolute; + top: 70px; + width: 100%; + display: none; + } + + .menu-icon { + display: block; + font-size: 23px; + } + + header nav li { + display: block !important; + text-align: center; + margin-top: 10px; + margin-bottom: 10px; + } + + hr { + display: none; + } +} + +/* sekce */ +.welcome { + padding-top: 115px; + padding-bottom: 50px; +} + +.contact { + text-align: center; +} + +footer { + bottom: 0; + margin-bottom: 10px; + margin-left: 25px; + margin-top: 20px; + text-align: center; +} + +/* Styl pro ikonu */ +#scrollToTopBtn { + display: none; + position: fixed; + bottom: 20px; + right: 20px; + /*butoon přes obsah*/ + z-index: 99; + outline: none; + cursor: pointer; + padding: 15px; + border-radius: 50%; + background-color: transparent; +} + +/* Styl pro ikonu */ +#scrollToTopBtn i { + font-size: 34px; +} diff --git a/apollo-nvim/index.php b/apollo-nvim/index.php new file mode 100644 index 0000000..9403e9d --- /dev/null +++ b/apollo-nvim/index.php @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + 🚀 ApolloNvim + + + +

Na webu se pilně pracuje. Omlouváme se za nepříjemnosti, zatím můžete navštívit náš git 🚀 ApolloNvim.

+
+
+

Programování je mnohem zábavnější, když jste efektivní. Neovim vás tam může časem dostat, ale musíte být ochotni zkoušet nové věci. Nové pluginy, nové remapy atd.

+

🚀 ApolloNvim je Český komunitní projekt pro nováčky prostředí Neovim, ale i ostřílené borce v Neovimu.

+

Úvod:

+

Vždy se podívej před instalací nových pluginu, na dokumentaci k plaginům na Githubu. Předejdeš tím případným problémům! Pokud si nejsi jistý postupem nebo ti není něco jasné, tak raději se podívej do dokumentace, napiš nám nebo na fórech najdeš odpověď. Táke si vše vždy před změnou vše zálohuj!

+

👉 Neovim setup pro Front-End vývoj postavený na Coc a Lua.

+

👉 Výhody Neovim oproti klasickému IDE jsou nesporně ve svobodě konfigurace, je tisíce možností, jak Váš Neovim může vypadat a fungovat. Pro Vaši inspiraci a použití vznikl tento projekt 🚀 ApolloNvim.

+

👉 Tato distribuce nefunguje jen, že kliknete na tlačítko a nainstaluje se. Vede Vás k samostatné instalaci pomocí tohoto webu. Cílem je pochopit, jak Neovim funguje, abyste si sami mohli vše modifikovat, což i click-on distribucí se nenaučíte.

+

👉 Toto nastavení jsem vytvořil pro vývoj webu. Inspiroval jsem se pluginy, které jsem využíval v VSCode a Webstorm.

+

👉 Velký důraz je kladen na rychlost a lehkost.

+

👉 🚀 ApolloNvim Distro je pravidelně aktualizováno tak i celý projekt.

+

👉 Pro nejlepší zážitek s 🚀 ApolloNvim Distro doporučuji používat multiplexor Zellij, ale není to samozřejmě podmínkou.

+

Přednosti:

+

👉 Hlavní předností tohoto nastavení jsou podpora: Codeium alternativa k Copilot zdarma, Prettier, AutoSave, diplňování HTML, CSS, JS a zkratky k zakomentování a odkomentování kódu. Taky je zde několik pluginu pro příjemnější práci v Neovim.

+

👉 S LSP v této instalaci využívám Coc pro jeho jednoduchost bez potřeby zásahů do konfigurace Coc. LSP se mi velmi osvědčilo v modálním editoru Helix má konfigurace Helixu.

+

👉 Ty nejlepší témata pro Neovim (ať je nemusíte hledat), je defaultně nastavéné Dracula.

+

👉 Téma v Neovim si jednoduše změníte v command line příkazem colorscheme a tlačítkem Tab se budete přepínat mezi jednotlivými tématy.

+
+
+ + + + + + diff --git a/apollo-nvim/konfigurace.php b/apollo-nvim/konfigurace.php new file mode 100644 index 0000000..a616cc5 --- /dev/null +++ b/apollo-nvim/konfigurace.php @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + 🚀 ApolloNvim + + + + +
+
+ +
+
+ + + + + + + diff --git a/apollo-nvim/kontakty.php b/apollo-nvim/kontakty.php new file mode 100644 index 0000000..8cef3c4 --- /dev/null +++ b/apollo-nvim/kontakty.php @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + 🚀 ApolloNvim + + + + +
+
+

Kontakty:

+

🚀 ApolloNvim Telegram skupina

+

Osobní web autora 🚀 ApolloNvim

+
+
+ + + + + + + diff --git a/apollo-nvim/navody.php b/apollo-nvim/navody.php new file mode 100644 index 0000000..9dcb78e --- /dev/null +++ b/apollo-nvim/navody.php @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + 🚀 ApolloNvim + + + + +
+
+ +
+
+ + + + + + + diff --git a/apollo-nvim/novinky.php b/apollo-nvim/novinky.php new file mode 100644 index 0000000..9dcb78e --- /dev/null +++ b/apollo-nvim/novinky.php @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + 🚀 ApolloNvim + + + + +
+
+ +
+
+ + + + + + + diff --git a/assets/fullStyle.css b/assets/fullStyle.css deleted file mode 100644 index 0b3a3dd..0000000 --- a/assets/fullStyle.css +++ /dev/null @@ -1,217 +0,0 @@ -* { - margin: 0; - - padding: 0; - - box-sizing: border-box; -} - -body { - max-width: 1600px; - margin: 0 auto; - font-family: "Ubuntu", sans-serif; -} - -/* EOS ( header) */ - -header { - display: flex; - align-items: center; - background-color: #313131; - height: 70px; - flex-direction: row; - border-radius: 5px; - margin: 7px; -} - -.logo { - flex-grow: 1; -} - -.logo img { - width: 150px; - margin-left: 40px; -} - -/* EOS - navigation */ -nav { - margin-right: 40px; -} - -nav li { - display: inline-block; - list-style-type: none; - margin-right: 20px; -} - -nav li a { - text-decoration: none; - color: #734f96; - /*border: 1px solid #734f96;*/ -} - -/* EOS - navigation icons */ - -.menu-icon { - display: none; - margin-right: 30px; -} - -.welcome { - /*background: url("image/background.webp");*/ - min-height: calc(100vh - 70px); - background-size: cover; - /*background-position: center;*/ - text-align: center; -} - -h2 { - color: #734f96; - margin-top: 50px; - margin-bottom: 50px; -} - -a { - - color: #734f96; - margin-top: 50px; - margin-bottom: 50px; - -} - -h4 { - color: #734f96; - margin-top: 50px; - margin-bottom: 50px; -} - -.text { - color: #734f96; - margin-top: 50px; - margin-bottom: 50px; -} - -p { - margin: 10px; -} - -.p { - text-align: center; -} - -@media (max-width: 600px) { - header { - position: relative; - } - - header nav { - position: absolute; - top: 70px; - background-color: #313131; - width: 100%; - display: none; - } - - .menu-icon { - display: block; - color: var(--special-white); - font-size: 23px; - } - - header nav li { - display: block !important; - text-align: center; - margin-top: 10px; - margin-bottom: 10px; - } -} - -/*Code Box*/ -.code-box { - position: relative; - width: 500px; - height: auto; - border: 1px solid #734f96; - padding: 5px; - overflow: auto; - background-color: #734f96; - color: black; - margin: auto; - text-align: left; - border-radius: 7px; -} - -#copy-button { - position: absolute; - top: 10px; - right: 10px; - cursor: pointer; - color: whitesmoke; - background-color: transparent; - border: 1px solid #734f96; -} -.about-section { - margin: 45px 0; -} - -.about-section-wrapper { - width: 65%; - margin: 0 auto; - display: flex; - gap: 20px; -} - -.about-text { - flex: 1; -} - -.about-img { - flex: 1; -} - -img { - width: 100%; - height: 100%; - object-fit: cover; -} - -@media (max-width: 768px) { - .about-section-wrapper { - flex-direction: column; - width: 90%; - margin: 0 auto; - } - - .about-text { - text-align: left; - } - - .about-img { - text-align: center; - } - - .about-text-p { - padding-top: 15px; - } -} - -footer { - text-align: center; - margin-top: 20px; - margin-bottom: 20px; -} - -/* Go to go */ -#scrollToTopBtn { - display: none; - position: fixed; - bottom: 20px; - right: 20px; - /*butoon přes obsah*/ - z-index: 99; - outline: none; - cursor: pointer; - padding: 15px; - border-radius: 50%; - background-color: transparent; -} diff --git a/assets/header.php b/assets/header.php index 161ef0f..a216f9f 100644 --- a/assets/header.php +++ b/assets/header.php @@ -16,7 +16,7 @@ >
  • - Wiki
  • diff --git a/wiki/style.css b/assets/wiki.css similarity index 99% rename from wiki/style.css rename to assets/wiki.css index 7a3e17c..ccce9ec 100644 --- a/wiki/style.css +++ b/assets/wiki.css @@ -282,4 +282,4 @@ footer { img { width: 30%; -} \ No newline at end of file +} diff --git a/wiki/aplikace/aur-packages-a-jak-nainstalovat-aplikaci-pomoci-yay.html b/aur-packages-a-jak-nainstalovat-aplikaci-pomoci-yay.php similarity index 72% rename from wiki/aplikace/aur-packages-a-jak-nainstalovat-aplikaci-pomoci-yay.html rename to aur-packages-a-jak-nainstalovat-aplikaci-pomoci-yay.php index d2dc1de..d343f81 100644 --- a/wiki/aplikace/aur-packages-a-jak-nainstalovat-aplikaci-pomoci-yay.html +++ b/aur-packages-a-jak-nainstalovat-aplikaci-pomoci-yay.php @@ -7,9 +7,8 @@ - - - + + + + + diff --git a/wiki/aplikace/firewalid.html b/firewalid.php similarity index 82% rename from wiki/aplikace/firewalid.html rename to firewalid.php index b1e95f7..9eccd73 100644 --- a/wiki/aplikace/firewalid.html +++ b/firewalid.php @@ -10,9 +10,8 @@ - - - + + + + + diff --git a/wiki/aplikace/img/05e65955b353da10ffee4ef4c688621d4ca599d4_2_620x500.webp b/img/05e65955b353da10ffee4ef4c688621d4ca599d4_2_620x500.webp similarity index 100% rename from wiki/aplikace/img/05e65955b353da10ffee4ef4c688621d4ca599d4_2_620x500.webp rename to img/05e65955b353da10ffee4ef4c688621d4ca599d4_2_620x500.webp diff --git a/wiki/aplikace/img/2020-08-18_08-59.webp b/img/2020-08-18_08-59.webp similarity index 100% rename from wiki/aplikace/img/2020-08-18_08-59.webp rename to img/2020-08-18_08-59.webp diff --git a/wiki/aplikace/img/2021-05-18_19-13.webp b/img/2021-05-18_19-13.webp similarity index 100% rename from wiki/aplikace/img/2021-05-18_19-13.webp rename to img/2021-05-18_19-13.webp diff --git a/wiki/aplikace/img/2021-05-18_21-00.webp b/img/2021-05-18_21-00.webp similarity index 100% rename from wiki/aplikace/img/2021-05-18_21-00.webp rename to img/2021-05-18_21-00.webp diff --git a/wiki/aplikace/img/2021-05-18_21-01.webp b/img/2021-05-18_21-01.webp similarity index 100% rename from wiki/aplikace/img/2021-05-18_21-01.webp rename to img/2021-05-18_21-01.webp diff --git a/wiki/aplikace/img/2021-05-18_21-02.webp b/img/2021-05-18_21-02.webp similarity index 100% rename from wiki/aplikace/img/2021-05-18_21-02.webp rename to img/2021-05-18_21-02.webp diff --git a/wiki/aplikace/img/2021-05-18_21-03.webp b/img/2021-05-18_21-03.webp similarity index 100% rename from wiki/aplikace/img/2021-05-18_21-03.webp rename to img/2021-05-18_21-03.webp diff --git a/wiki/aplikace/img/2021-05-18_21-14.webp b/img/2021-05-18_21-14.webp similarity index 100% rename from wiki/aplikace/img/2021-05-18_21-14.webp rename to img/2021-05-18_21-14.webp diff --git a/wiki/aplikace/img/2023-04-18_08-06.webp b/img/2023-04-18_08-06.webp similarity index 100% rename from wiki/aplikace/img/2023-04-18_08-06.webp rename to img/2023-04-18_08-06.webp diff --git a/wiki/aplikace/img/2023-08-22_15-02.webp b/img/2023-08-22_15-02.webp similarity index 100% rename from wiki/aplikace/img/2023-08-22_15-02.webp rename to img/2023-08-22_15-02.webp diff --git a/wiki/aplikace/img/2023-08-22_15-05.webp b/img/2023-08-22_15-05.webp similarity index 100% rename from wiki/aplikace/img/2023-08-22_15-05.webp rename to img/2023-08-22_15-05.webp diff --git a/wiki/aplikace/img/2023-08-22_15-08.webp b/img/2023-08-22_15-08.webp similarity index 100% rename from wiki/aplikace/img/2023-08-22_15-08.webp rename to img/2023-08-22_15-08.webp diff --git a/wiki/aplikace/img/2023-10-05_12-51.webp b/img/2023-10-05_12-51.webp similarity index 100% rename from wiki/aplikace/img/2023-10-05_12-51.webp rename to img/2023-10-05_12-51.webp diff --git a/wiki/aplikace/img/2023-10-05_13-13.webp b/img/2023-10-05_13-13.webp similarity index 100% rename from wiki/aplikace/img/2023-10-05_13-13.webp rename to img/2023-10-05_13-13.webp diff --git a/wiki/aplikace/img/2024-04-19 22-49-42.png b/img/2024-04-19 22-49-42.png similarity index 100% rename from wiki/aplikace/img/2024-04-19 22-49-42.png rename to img/2024-04-19 22-49-42.png diff --git a/wiki/aplikace/img/2024-04-20 12-04-59.png b/img/2024-04-20 12-04-59.png similarity index 100% rename from wiki/aplikace/img/2024-04-20 12-04-59.png rename to img/2024-04-20 12-04-59.png diff --git a/wiki/aplikace/img/2024-04-20 14-02-29.png b/img/2024-04-20 14-02-29.png similarity index 100% rename from wiki/aplikace/img/2024-04-20 14-02-29.png rename to img/2024-04-20 14-02-29.png diff --git a/wiki/aplikace/img/2024-04-20 15-15-09.png b/img/2024-04-20 15-15-09.png similarity index 100% rename from wiki/aplikace/img/2024-04-20 15-15-09.png rename to img/2024-04-20 15-15-09.png diff --git a/wiki/img/304px-I3_window_manager_logo.svg_-300x286-1.webp b/img/304px-I3_window_manager_logo.svg_-300x286-1.webp similarity index 100% rename from wiki/img/304px-I3_window_manager_logo.svg_-300x286-1.webp rename to img/304px-I3_window_manager_logo.svg_-300x286-1.webp diff --git a/wiki/aplikace/img/546187.webp b/img/546187.webp similarity index 100% rename from wiki/aplikace/img/546187.webp rename to img/546187.webp diff --git a/wiki/img/AUR.webp b/img/AUR.webp similarity index 100% rename from wiki/img/AUR.webp rename to img/AUR.webp diff --git a/wiki/img/AUR1.webp b/img/AUR1.webp similarity index 100% rename from wiki/img/AUR1.webp rename to img/AUR1.webp diff --git a/wiki/img/Applications.webp b/img/Applications.webp similarity index 100% rename from wiki/img/Applications.webp rename to img/Applications.webp diff --git a/wiki/aplikace/img/Bildschirmfoto-vom-2019-08-22-13-30-24.webp b/img/Bildschirmfoto-vom-2019-08-22-13-30-24.webp similarity index 100% rename from wiki/aplikace/img/Bildschirmfoto-vom-2019-08-22-13-30-24.webp rename to img/Bildschirmfoto-vom-2019-08-22-13-30-24.webp diff --git a/wiki/aplikace/img/Bildschirmfoto_2019-12-28_12-32-32.webp b/img/Bildschirmfoto_2019-12-28_12-32-32.webp similarity index 100% rename from wiki/aplikace/img/Bildschirmfoto_2019-12-28_12-32-32.webp rename to img/Bildschirmfoto_2019-12-28_12-32-32.webp diff --git a/wiki/img/Books.webp b/img/Books.webp similarity index 100% rename from wiki/img/Books.webp rename to img/Books.webp diff --git a/wiki/img/CAl.webp b/img/CAl.webp similarity index 100% rename from wiki/img/CAl.webp rename to img/CAl.webp diff --git a/wiki/img/EOS_polygons_V2_rubber_1920x1080_logo.webp b/img/EOS_polygons_V2_rubber_1920x1080_logo.webp similarity index 100% rename from wiki/img/EOS_polygons_V2_rubber_1920x1080_logo.webp rename to img/EOS_polygons_V2_rubber_1920x1080_logo.webp diff --git a/wiki/img/Gnome-keyring.webp b/img/Gnome-keyring.webp similarity index 100% rename from wiki/img/Gnome-keyring.webp rename to img/Gnome-keyring.webp diff --git a/wiki/img/HDD-SSD-icon.webp b/img/HDD-SSD-icon.webp similarity index 100% rename from wiki/img/HDD-SSD-icon.webp rename to img/HDD-SSD-icon.webp diff --git a/wiki/img/Intel.webp b/img/Intel.webp similarity index 100% rename from wiki/img/Intel.webp rename to img/Intel.webp diff --git a/wiki/aplikace/img/Megasync.png b/img/Megasync.png similarity index 100% rename from wiki/aplikace/img/Megasync.png rename to img/Megasync.png diff --git a/wiki/img/Network.webp b/img/Network.webp similarity index 100% rename from wiki/img/Network.webp rename to img/Network.webp diff --git a/wiki/img/Nvidia-1.webp b/img/Nvidia-1.webp similarity index 100% rename from wiki/img/Nvidia-1.webp rename to img/Nvidia-1.webp diff --git a/wiki/acpi-kernel/img/OSI.png b/img/OSI.png similarity index 100% rename from wiki/acpi-kernel/img/OSI.png rename to img/OSI.png diff --git a/wiki/img/Shadow-of-the-tomb-raider.webp b/img/Shadow-of-the-tomb-raider.webp similarity index 100% rename from wiki/img/Shadow-of-the-tomb-raider.webp rename to img/Shadow-of-the-tomb-raider.webp diff --git a/wiki/acpi-kernel/img/Snímek obrazovky pořízený 2024-04-18 22-10-02.png b/img/Snímek obrazovky pořízený 2024-04-18 22-10-02.png similarity index 100% rename from wiki/acpi-kernel/img/Snímek obrazovky pořízený 2024-04-18 22-10-02.png rename to img/Snímek obrazovky pořízený 2024-04-18 22-10-02.png diff --git a/wiki/aplikace/img/Virtualbox_logo.webp b/img/Virtualbox_logo.webp similarity index 100% rename from wiki/aplikace/img/Virtualbox_logo.webp rename to img/Virtualbox_logo.webp diff --git a/wiki/aplikace/img/a232e150ac26b246dd2698173af5c52bc64d57c4_2_618x500.webp b/img/a232e150ac26b246dd2698173af5c52bc64d57c4_2_618x500.webp similarity index 100% rename from wiki/aplikace/img/a232e150ac26b246dd2698173af5c52bc64d57c4_2_618x500.webp rename to img/a232e150ac26b246dd2698173af5c52bc64d57c4_2_618x500.webp diff --git a/wiki/img/arm-a7-640x353-1.webp b/img/arm-a7-640x353-1.webp similarity index 100% rename from wiki/img/arm-a7-640x353-1.webp rename to img/arm-a7-640x353-1.webp diff --git a/wiki/img/audio.webp b/img/audio.webp similarity index 100% rename from wiki/img/audio.webp rename to img/audio.webp diff --git a/wiki/img/backlight_arch_by_karl_schneider_dazk2ky-scaled.webp b/img/backlight_arch_by_karl_schneider_dazk2ky-scaled.webp similarity index 100% rename from wiki/img/backlight_arch_by_karl_schneider_dazk2ky-scaled.webp rename to img/backlight_arch_by_karl_schneider_dazk2ky-scaled.webp diff --git a/wiki/img/bluetooth-logo-2-1024x614-1.webp b/img/bluetooth-logo-2-1024x614-1.webp similarity index 100% rename from wiki/img/bluetooth-logo-2-1024x614-1.webp rename to img/bluetooth-logo-2-1024x614-1.webp diff --git a/wiki/aplikace/img/bn.webp b/img/bn.webp similarity index 100% rename from wiki/aplikace/img/bn.webp rename to img/bn.webp diff --git a/wiki/aplikace/img/cantata-play-screen.webp b/img/cantata-play-screen.webp similarity index 100% rename from wiki/aplikace/img/cantata-play-screen.webp rename to img/cantata-play-screen.webp diff --git a/wiki/aplikace/img/cardboard_box-1.webp b/img/cardboard_box-1.webp similarity index 100% rename from wiki/aplikace/img/cardboard_box-1.webp rename to img/cardboard_box-1.webp diff --git a/wiki/aplikace/img/dd.webp b/img/dd.webp similarity index 100% rename from wiki/aplikace/img/dd.webp rename to img/dd.webp diff --git a/wiki/aplikace/img/df.webp b/img/df.webp similarity index 100% rename from wiki/aplikace/img/df.webp rename to img/df.webp diff --git a/wiki/aplikace/img/endeavour_2_nologo.webp b/img/endeavour_2_nologo.webp similarity index 100% rename from wiki/aplikace/img/endeavour_2_nologo.webp rename to img/endeavour_2_nologo.webp diff --git a/wiki/img/endeavour_3-scaled.webp b/img/endeavour_3-scaled.webp similarity index 100% rename from wiki/img/endeavour_3-scaled.webp rename to img/endeavour_3-scaled.webp diff --git a/wiki/aplikace/img/ev.webp b/img/ev.webp similarity index 100% rename from wiki/aplikace/img/ev.webp rename to img/ev.webp diff --git a/wiki/aplikace/img/firewall.webp b/img/firewall.webp similarity index 100% rename from wiki/aplikace/img/firewall.webp rename to img/firewall.webp diff --git a/wiki/aplikace/img/firewalld-1.webp b/img/firewalld-1.webp similarity index 100% rename from wiki/aplikace/img/firewalld-1.webp rename to img/firewalld-1.webp diff --git a/wiki/aplikace/img/firewalld-remove.webp b/img/firewalld-remove.webp similarity index 100% rename from wiki/aplikace/img/firewalld-remove.webp rename to img/firewalld-remove.webp diff --git a/wiki/aplikace/img/firewalld-tray-info-hover.webp b/img/firewalld-tray-info-hover.webp similarity index 100% rename from wiki/aplikace/img/firewalld-tray-info-hover.webp rename to img/firewalld-tray-info-hover.webp diff --git a/wiki/aplikace/img/firewalld-tray-info.webp b/img/firewalld-tray-info.webp similarity index 100% rename from wiki/aplikace/img/firewalld-tray-info.webp rename to img/firewalld-tray-info.webp diff --git a/wiki/img/hardware-linux.preview.webp b/img/hardware-linux.preview.webp similarity index 100% rename from wiki/img/hardware-linux.preview.webp rename to img/hardware-linux.preview.webp diff --git a/wiki/img/hibernate-btrfs.webp b/img/hibernate-btrfs.webp similarity index 100% rename from wiki/img/hibernate-btrfs.webp rename to img/hibernate-btrfs.webp diff --git a/wiki/acpi-kernel/img/linux-inside.jpg b/img/linux-inside.jpg similarity index 100% rename from wiki/acpi-kernel/img/linux-inside.jpg rename to img/linux-inside.jpg diff --git a/wiki/img/linux-sudo.webp b/img/linux-sudo.webp similarity index 100% rename from wiki/img/linux-sudo.webp rename to img/linux-sudo.webp diff --git a/wiki/img/linux_tux_penguins_1600x1200_w_1920x1200_.webp b/img/linux_tux_penguins_1600x1200_w_1920x1200_.webp similarity index 100% rename from wiki/img/linux_tux_penguins_1600x1200_w_1920x1200_.webp rename to img/linux_tux_penguins_1600x1200_w_1920x1200_.webp diff --git a/wiki/aplikace/img/malp_android.webp b/img/malp_android.webp similarity index 100% rename from wiki/aplikace/img/malp_android.webp rename to img/malp_android.webp diff --git a/wiki/aplikace/img/menu.webp b/img/menu.webp similarity index 100% rename from wiki/aplikace/img/menu.webp rename to img/menu.webp diff --git a/wiki/aplikace/img/mpd.webp b/img/mpd.webp similarity index 100% rename from wiki/aplikace/img/mpd.webp rename to img/mpd.webp diff --git a/wiki/aplikace/img/mpd_1_cantata_welcome_screen.webp b/img/mpd_1_cantata_welcome_screen.webp similarity index 100% rename from wiki/aplikace/img/mpd_1_cantata_welcome_screen.webp rename to img/mpd_1_cantata_welcome_screen.webp diff --git a/wiki/aplikace/img/mpd_2_server_config.webp b/img/mpd_2_server_config.webp similarity index 100% rename from wiki/aplikace/img/mpd_2_server_config.webp rename to img/mpd_2_server_config.webp diff --git a/wiki/aplikace/img/mpd_3_covers.webp b/img/mpd_3_covers.webp similarity index 100% rename from wiki/aplikace/img/mpd_3_covers.webp rename to img/mpd_3_covers.webp diff --git a/wiki/img/printer.webp b/img/printer.webp similarity index 100% rename from wiki/img/printer.webp rename to img/printer.webp diff --git a/wiki/img/privacy-security-lock-ss-1920.webp b/img/privacy-security-lock-ss-1920.webp similarity index 100% rename from wiki/img/privacy-security-lock-ss-1920.webp rename to img/privacy-security-lock-ss-1920.webp diff --git a/wiki/img/project-analysis.webp b/img/project-analysis.webp similarity index 100% rename from wiki/img/project-analysis.webp rename to img/project-analysis.webp diff --git a/wiki/aplikace/img/ss.webp b/img/ss.webp similarity index 100% rename from wiki/aplikace/img/ss.webp rename to img/ss.webp diff --git a/wiki/aplikace/img/terminalGnome.png b/img/terminalGnome.png similarity index 100% rename from wiki/aplikace/img/terminalGnome.png rename to img/terminalGnome.png diff --git a/wiki/img/tux-b⁄w.webp b/img/tux-b⁄w.webp similarity index 100% rename from wiki/img/tux-b⁄w.webp rename to img/tux-b⁄w.webp diff --git a/wiki/aplikace/img/vb1a.webp b/img/vb1a.webp similarity index 100% rename from wiki/aplikace/img/vb1a.webp rename to img/vb1a.webp diff --git a/wiki/aplikace/img/vbb.webp b/img/vbb.webp similarity index 100% rename from wiki/aplikace/img/vbb.webp rename to img/vbb.webp diff --git a/wiki/aplikace/img/vg.webp b/img/vg.webp similarity index 100% rename from wiki/aplikace/img/vg.webp rename to img/vg.webp diff --git a/wiki/aplikace/img/video-g4a0c8915a_640.webp b/img/video-g4a0c8915a_640.webp similarity index 100% rename from wiki/aplikace/img/video-g4a0c8915a_640.webp rename to img/video-g4a0c8915a_640.webp diff --git a/wiki/aplikace/img/virtManager.webp b/img/virtManager.webp similarity index 100% rename from wiki/aplikace/img/virtManager.webp rename to img/virtManager.webp diff --git a/wiki/aplikace/img/virtManager_logo.webp b/img/virtManager_logo.webp similarity index 100% rename from wiki/aplikace/img/virtManager_logo.webp rename to img/virtManager_logo.webp diff --git a/wiki/aplikace/img/virtualbox-2-1.webp b/img/virtualbox-2-1.webp similarity index 100% rename from wiki/aplikace/img/virtualbox-2-1.webp rename to img/virtualbox-2-1.webp diff --git a/wiki/aplikace/img/vv.webp b/img/vv.webp similarity index 100% rename from wiki/aplikace/img/vv.webp rename to img/vv.webp diff --git a/wiki/aplikace/img/vvvv.webp b/img/vvvv.webp similarity index 100% rename from wiki/aplikace/img/vvvv.webp rename to img/vvvv.webp diff --git a/wiki/aplikace/img/ww.webp b/img/ww.webp similarity index 100% rename from wiki/aplikace/img/ww.webp rename to img/ww.webp diff --git a/wiki/aplikace/img/xfce4-mime-editor.webp b/img/xfce4-mime-editor.webp similarity index 100% rename from wiki/aplikace/img/xfce4-mime-editor.webp rename to img/xfce4-mime-editor.webp diff --git a/index.php b/index.php index 3304227..c529642 100644 --- a/index.php +++ b/index.php @@ -40,6 +40,7 @@ 🇨🇿 Vítám Tě na webu České komunity EndeavourOS! 🇨🇿 +

    S hrdostí oznamujeme že máme možnost hostovat skvělý projekt 🚀 ApolloNvim než si najde svůj nový domov. 🚀 ApolloNvim se snaží rozšířit do povědomí (hlavně vývojářu, ale třeba i pisálů) editor Neovim, tím že pomůže s prvotní konfikurací či dá tip na dobrý plugin. 🚀 ApolloNvim je mladý projekt ale věříme že se mu bude dařit i díky naší spolupráci a také s spoluprací Arch-linux CZ.

    - + diff --git a/wiki/acpi-kernel/parametry-jadra-acpi-a-jak-je-vybrat.html b/parametry-jadra-acpi-a-jak-je-vybrat.php similarity index 90% rename from wiki/acpi-kernel/parametry-jadra-acpi-a-jak-je-vybrat.html rename to parametry-jadra-acpi-a-jak-je-vybrat.php index caa9af2..f2e85cb 100644 --- a/wiki/acpi-kernel/parametry-jadra-acpi-a-jak-je-vybrat.html +++ b/parametry-jadra-acpi-a-jak-je-vybrat.php @@ -10,8 +10,7 @@ - - + + + + diff --git a/wiki/index.html b/wiki.php similarity index 87% rename from wiki/index.html rename to wiki.php index bdf6a52..c717bf3 100644 --- a/wiki/index.html +++ b/wiki.php @@ -10,9 +10,9 @@ - - - + + + + + + diff --git a/wiki/acpi-kernel/index.html b/wiki/acpi-kernel/index.html deleted file mode 100644 index 598c02d..0000000 --- a/wiki/acpi-kernel/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - EndeavourOS - ACPI kernel - - -
    - - - - - - - -
    -
    -
    -

    Parametry jádra ACPI

    -

    - - Parametry jádra ACPI a jak je vybrat - -

    -
    -
    - - - - - - diff --git a/wiki/acpi-kernel/script.js b/wiki/acpi-kernel/script.js deleted file mode 100644 index 6b456cd..0000000 --- a/wiki/acpi-kernel/script.js +++ /dev/null @@ -1,46 +0,0 @@ -const menuIcon = document.querySelector(".menu-icon"); -const menuList = document.querySelector("nav"); -const hamburgerIcon = document.querySelector(".fa-solid"); - -menuIcon.addEventListener("click", () => { - if (hamburgerIcon.classList[1] === "fa-bars") { - hamburgerIcon.classList.add("fa-xmark"); - hamburgerIcon.classList.remove("fa-bars"); - menuList.style.display = "block"; - } else { - hamburgerIcon.classList.add("fa-bars"); - hamburgerIcon.classList.remove("fa-xmark"); - menuList.style.display = "none"; - } -}); - -// Tlačítko go to top -// Zobrazení tlačítka od rolovaní části stránky (víc logické než až na konci) -window.onscroll = function () { - scrollFunction(); -}; - -function scrollFunction() { - if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { - document.getElementById("scrollToTopBtn").style.display = "block"; - } else { - document.getElementById("scrollToTopBtn").style.display = "none"; - } -} - -// Posunout nahoru, když uživatel klikne na tlačítko -function scrollToTop() { - document.body.scrollTop = 0; // Pro Safari - document.documentElement.scrollTop = 0; // Pro ostatní prohlížeče -} - -// Code-box -document.getElementById("copy-button").addEventListener("click", function () { - var codeContent = document.getElementById("code-content"); - var range = document.createRange(); - range.selectNode(codeContent); - window.getSelection().removeAllRanges(); - window.getSelection().addRange(range); - document.execCommand("copy"); - window.getSelection().removeAllRanges(); -}); diff --git a/wiki/acpi-kernel/style.css b/wiki/acpi-kernel/style.css deleted file mode 100644 index 1e6a0d7..0000000 --- a/wiki/acpi-kernel/style.css +++ /dev/null @@ -1,92 +0,0 @@ -/* About sekce */ - -.about-section { - margin: 45px 0; -} - -.about-section-wrapper { - width: 65%; - margin: 0 auto; - display: flex; - gap: 20px; -} - -.about-text { - flex: 1; -} - -.about-img { - flex: 1; -} - -img { - width: 100%; - height: 100%; - object-fit: cover; -} - -@media (max-width: 768px) { - .about-section-wrapper { - flex-direction: column; - width: 90%; - margin: 0 auto; - } - - .about-text { - text-align: left; - } - - .about-img { - text-align: center; - } - - .about-text-p { - padding-top: 15px; - } -} - -footer { - text-align: center; - margin-top: 20px; - margin-bottom: 20px; -} - -/* Go to go */ -#scrollToTopBtn { - display: none; - position: fixed; - bottom: 20px; - right: 20px; - /*butoon přes obsah*/ - z-index: 99; - outline: none; - cursor: pointer; - padding: 15px; - border-radius: 50%; - background-color: transparent; -} - -/* Různé - extra css */ -h1 { - color: #734f96; - margin-top: 50px; - font-size: 50px; -} - -h2 a { - color: #734f96; -} - -h3 { - color: #734f96; -} - -img { - width: 40%; -} - -code { - background-color: aliceblue; -} - - diff --git a/wiki/aplikace/index.html b/wiki/aplikace/index.html deleted file mode 100644 index 8fdf8ef..0000000 --- a/wiki/aplikace/index.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - EndeavourOS - Aplikace - - -
    - - - - - - - -
    -
    -
    -

    Aplikace

    -

    EndeavourOS – AUR packages a jak nainstalovat aplikaci pomocí YAY

    -

    - FirewalID -

    -

    - - Flatpak - instalace a správa aplikaci -

    -

    - Flatpak - nastavení vzhledu aplikací -

    -

    Přehrávání videa

    -

    - Průvodce MPD pro začátečníky – Konfigurace a klienti - -

    -

    - Jak ninstalovat EndeavourOS na VirtualBox -

    -

    Jak nainstalovat Virt-Manager

    -

    - Jak nainstalovat Virtualbox - -

    -

    - Jednotný motiv a písma pro aplikace Qt v prostředích GTK -

    - -

    - Výchozí aplikace / MIME -

    -
    -
    - - - - - diff --git a/wiki/img/endeavour_2_nologo.webp b/wiki/img/endeavour_2_nologo.webp deleted file mode 100644 index 57126da..0000000 Binary files a/wiki/img/endeavour_2_nologo.webp and /dev/null differ