Skip to content

Commit

Permalink
Site update at 2024-01-12T23:51:39+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 12, 2024
1 parent 346f7bb commit 93366a7
Show file tree
Hide file tree
Showing 25 changed files with 105 additions and 192 deletions.
2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 21 additions & 47 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.97.3" />
<meta name="generator" content="Hugo 0.121.1">
<meta name="base" href="/alis/">
<meta name="description" content="A simple powerful Bash based script for an unattended, easy and fast way to install Arch Linux. Developed from many Arch Linux Wiki pages that fully automates the installation of a Arch Linux system after booting from the original Arch Linux installation media.">
<meta charset="utf-8">
Expand All @@ -20,16 +20,10 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3533636310991304" crossorigin="anonymous"></script>


<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-71D7PJB4PJ" async></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-71D7PJB4PJ');
</script>


</head>
<body>
<div class="container-fluid">
Expand All @@ -41,7 +35,7 @@
<div class="col-12">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/alis/">alis</a>
<a class="navbar-brand" href="/">alis</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -208,17 +202,7 @@ <h5 class="card-title fw-bold">And much more!</h5>
<div class="container">
<div class="row">
<div class="col-12">
<div class="adsense adsense-bilboard">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3533636310991304"
data-ad-slot="8430508513"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
</div>
</div>
Expand All @@ -230,21 +214,21 @@ <h5 class="card-title fw-bold">And much more!</h5>
<h2 class="fs-3 fw-bold">Usage</h2>
<p>Only 4 commands away to have a vanilla Arch Linux system.</p>










<div class="code">
<div class="highlight"><div class="chroma">&#10;<table class="lntable"><tr><td class="lntd">&#10;<pre tabindex="0" class="chroma"><code><span class="lnt">1&#10;</span><span class="lnt">2&#10;</span><span class="lnt">3&#10;</span><span class="lnt">4&#10;</span><span class="lnt">5&#10;</span></code></pre></td>&#10;<td class="lntd">&#10;<pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="c1">#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Start the system with latest Arch Linux installation media</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># loadkeys [keymap]&nbsp;&nbsp;&nbsp;&nbsp; # Load keyboard keymap, eg. loadkeys es, loadkeys us, loadkeys de</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash&nbsp;&nbsp;&nbsp;&nbsp; # Download alis scripts</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># vim alis.conf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Edit configuration and change variables values with your preferences (system configuration)</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># ./alis.sh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Start installation</span></span></span></code></pre></td></tr></table>&#10;</div>&#10;</div>
<div class="highlight-meta">
<span>install.sh</span>
</div>
</div>
<div class="code">
<div class="highlight"><div class="chroma">&#10;<table class="lntable"><tr><td class="lntd">&#10;<pre tabindex="0" class="chroma"><code><span class="lnt">1&#10;</span><span class="lnt">2&#10;</span><span class="lnt">3&#10;</span><span class="lnt">4&#10;</span><span class="lnt">5&#10;</span><span class="lnt">6&#10;</span></code></pre></td>&#10;<td class="lntd">&#10;<pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="cp">#!/usr/bin/env bash&#10;</span></span></span><span class="line"><span class="cl"><span class="cp"></span><span class="c1">#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Start the system with latest Arch Linux installation media</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># loadkeys [keymap]&nbsp;&nbsp;&nbsp;&nbsp; # Load keyboard keymap, eg. loadkeys es, loadkeys us, loadkeys de</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash&nbsp;&nbsp;&nbsp;&nbsp; # Download alis scripts</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># vim alis.conf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Edit configuration and change variables values with your preferences (system configuration)</span>&#10;</span></span><span class="line"><span class="cl"><span class="c1"># ./alis.sh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Start installation</span></span></span></code></pre></td></tr></table>&#10;</div>&#10;</div>
<div class="highlight-meta">
<span>install.sh</span>
</div>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -317,17 +301,7 @@ <h5>Arch Linux with XFCE desktop environment installed with alis</h5>
</div>
<div class="col">
<div class="sticky-top mt-3 mb-3 sidebar-sticky">
<div class="adsense adsense-vertical">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3533636310991304"
data-ad-slot="3667532428"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
</div>
</div>
Expand Down
12 changes: 5 additions & 7 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,22 @@
<description>Recent content on alis :. Arch Linux Install Script</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Fri, 04 Feb 2022 16:00:00 +0100</lastBuildDate><atom:link href="https://picodotdev.github.io/alis/index.xml" rel="self" type="application/rss+xml" />
<copyright>https://creativecommons.org/licenses/by-sa/4.0/</copyright>
<lastBuildDate>Fri, 04 Feb 2022 16:00:00 +0100</lastBuildDate>
<atom:link href="https://picodotdev.github.io/alis/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>User guide</title>
<link>https://picodotdev.github.io/alis/user-guide/</link>
<pubDate>Sun, 20 Mar 2022 01:00:00 +0100</pubDate>

<guid>https://picodotdev.github.io/alis/user-guide/</guid>
<description>(adsbygoogle = window.adsbygoogle || []).push({}); User Guide Installing Arch Linux with alis only requires the use of four commands and depending on the speed of the internet connection a few minutes, more important than the speed of installation is that the script completely automates the installation. Apart from the four commands, it is necessary to edit a configuration file in which to declaratively specify the values ​​of the variables to customize the configuration of the system to be installed according to preferences.</description>
<description>User Guide Installing Arch Linux with alis only requires the use of four commands and depending on the speed of the internet connection a few minutes, more important than the speed of installation is that the script completely automates the installation. Apart from the four commands, it is necessary to edit a configuration file in which to declaratively specify the values ​​of the variables to customize the configuration of the system to be installed according to preferences.</description>
</item>

<item>
<title>Overview</title>
<link>https://picodotdev.github.io/alis/overview/</link>
<pubDate>Thu, 10 Feb 2022 19:00:00 +0100</pubDate>

<guid>https://picodotdev.github.io/alis/overview/</guid>
<description>(adsbygoogle = window.adsbygoogle || []).push({}); Overview The Arch Linux distribution can be intimidating for users who want to use it as it does not offer a graphical installer and the officially recommended option is to read a few dozen pages of the wiki to complete the installation and then type many commands interactively from the terminal in which the installation media is launched.</description>
<description>Overview The Arch Linux distribution can be intimidating for users who want to use it as it does not offer a graphical installer and the officially recommended option is to read a few dozen pages of the wiki to complete the installation and then type many commands interactively from the terminal in which the installation media is launched. An installer is not offered because one of the principles of Arch is that it adjusts to the user and not the user to Arch, with an installer it is very difficult or impossible to achieve the customization desired by all users, that is why it is left to each user the responsibility but the power to install it as you want according to your preferences.</description>
</item>

</channel>
</rss>
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# # Start the system with latest Arch Linux installation media
# loadkeys [keymap] # Load keyboard keymap, eg. loadkeys es, loadkeys us, loadkeys de
# curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash # Download alis scripts
Expand Down
48 changes: 6 additions & 42 deletions overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3533636310991304" crossorigin="anonymous"></script>


<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-71D7PJB4PJ" async></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-71D7PJB4PJ');
</script>


</head>
<body>
<div class="container-fluid">
Expand All @@ -40,7 +34,7 @@
<div class="col-12">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/alis/">alis</a>
<a class="navbar-brand" href="/">alis</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -92,17 +86,7 @@
<div class="container">
<div class="row">
<div class="col">
<div class="adsense adsense-bilboard">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3533636310991304"
data-ad-slot="8430508513"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
</div>
</div>
Expand Down Expand Up @@ -211,17 +195,7 @@ <h3 id="other-alternatives">Other alternatives</h3>
<div class="container">
<div class="row">
<div class="col">
<div class="adsense adsense-bilboard">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3533636310991304"
data-ad-slot="8430508513"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
</div>
</div>
Expand All @@ -233,17 +207,7 @@ <h3 id="other-alternatives">Other alternatives</h3>
</div>
<div class="col">
<div class="sticky-top mt-3 mb-3 sidebar-sticky">
<div class="adsense adsense-vertical">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3533636310991304"
data-ad-slot="3667532428"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
</div>
</div>
Expand Down
24 changes: 4 additions & 20 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3533636310991304" crossorigin="anonymous"></script>


<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-71D7PJB4PJ" async></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-71D7PJB4PJ');
</script>


</head>
<body>
<div class="container-fluid">
Expand All @@ -40,7 +34,7 @@
<div class="col-12">
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/alis/">alis</a>
<a class="navbar-brand" href="/">alis</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -96,17 +90,7 @@
</div>
<div class="col">
<div class="sticky-top mt-3 mb-3 sidebar-sticky">
<div class="adsense adsense-vertical">
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3533636310991304"
data-ad-slot="3667532428"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
</div>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 93366a7

Please sign in to comment.