Skip to content

Commit

Permalink
Add Overview page to site
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Feb 10, 2022
1 parent 5082900 commit 361b286
Show file tree
Hide file tree
Showing 20 changed files with 203 additions and 396 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alis-site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.92.0
HUGO_VERSION: 0.92.1
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ For new features, improvements and bugs fill an issue in GitHub or make a pull r
* Allow to customize the installation to cover the most common cases
* Provide support for system recovery
* Provide support for installation log
* Use sane configuration default values

## Features

Expand Down Expand Up @@ -214,7 +215,7 @@ Type the system installation commands and wait to the installation complete. Aft

There are other quite good similar projects that can be used as alternative to install a vanilla Arch Linux without any additions.

* [Arch Installer](https://github.com/archlinux/archinstall) (included in the installation media)
* [Arch Installer](https://github.com/archlinux/archinstall) (archinstall) (maybe is the most relevant as is included in the official installation media)
* [archfi](https://github.com/MatMoul/archfi/)
* [Archlinux Ultimate Installer (aui)](https://github.com/helmuthdu/aui) (only accepts patches)

Expand Down
2 changes: 1 addition & 1 deletion site/build-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -eu

(cd deploy/ && git pull)
hugo gen chromastyles --style=github > themes/alis/assets/syntax.css
hugo --destination="deploy"
hugo --destination="deploy" --gc --cleanDestinationDir
31 changes: 18 additions & 13 deletions site/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@ disableKinds:
- taxonomyTerm

markup:
defaultMarkdownHandler: goldmark
blackFriday:
goldmark:
extensions:
linkify: false
renderer:
unsafe: true # Allows you to write raw html in your md files
highlight:
codeFences: true
guessSyntax: false
hl_Lines: ""
lineNoStart: 1
lineNos: false
lineNumbersInTable: true
noClasses: false
style: github
tabWidth: 4
unsafe: true
xHTML: true
tableOfContents:
startLevel: 3
endLevel: 4
ordered: false

pygmentsUseClasses: true
pygmentsOptions: linenos=table,linenostart=1
Expand All @@ -45,19 +44,25 @@ menu:
- Name: "What is alis?"
URL: "/#what-is"
Weight: 2
- Name: "Overview"
URL: "/overview/"
Weight: 3
- Name: "Source code"
URL: "https://github.com/picodotdev/alis/"
Weight: 3
Weight: 4
footer:
- Name: "Home"
URL: "/"
Weight: 1
- Name: "What is alis?"
URL: "/#what-is"
Weight: 2
- Name: "Overview"
URL: "/overview/"
Weight: 3
- Name: "Source code"
URL: "https://github.com/picodotdev/alis/"
Weight: 3
Weight: 4

params:
description: "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."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
pid: 0
title: "alis :. Arch Linux Install Script"
type: "pages"
url: "/"
date: 2022-02-04T16:00:00+01:00
updated: 2022-02-04T16:00:00+01:00
index: true
sharing: true
tags: []
---

Expand Down Expand Up @@ -77,7 +75,7 @@ It is a simple Bash script developed from many Arch Linux Wiki pages that fully
<div class="card">
<div class="card-body">
<h5 class="card-title fw-bold">Bash based</h5>
<p class="card-text">Contains the same commands you type on a manual install one after another. Being Bash based is easy to compare the script commands with your own manual recipe and easy to compare with the commands provided by the Arch Linux wiki pages and other installation guides.</p>
<p class="card-text">Contains the same commands you type on a manual install one after another. Being Bash based is easy to compare the script commands with your own manual recipe and easy to compare with the commands provided by the Arch Linux wiki pages and other installation guides, ecause that can be known as _the Arch Linux executable installation guide and wiki_.</p>
<a href="https://github.com/picodotdev/alis" class="card-link">Source code</a>
</div>
</div>
Expand Down Expand Up @@ -213,4 +211,4 @@ It is a simple Bash script developed from many Arch Linux Wiki pages that fully
</div>
</div>
</div>
</section>
</section>
File renamed without changes.
Loading

0 comments on commit 361b286

Please sign in to comment.