Skip to content

Commit

Permalink
Add User guide to site
Browse files Browse the repository at this point in the history
  • Loading branch information
picodotdev committed Mar 20, 2022
1 parent 4558285 commit bd95ffc
Show file tree
Hide file tree
Showing 33 changed files with 670 additions and 3 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.1
HUGO_VERSION: 0.94.2
steps:
- uses: actions/checkout@v2
with:
Expand Down
10 changes: 8 additions & 2 deletions site/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ menu:
- Name: "Overview"
URL: "/overview/"
Weight: 3
- Name: "User Guide"
URL: "/user-guide/"
Weight: 4
- Name: "Source code"
URL: "https://github.com/picodotdev/alis/"
Weight: 4
Weight: 5
footer:
- Name: "Home"
URL: "/"
Expand All @@ -60,9 +63,12 @@ menu:
- Name: "Overview"
URL: "/overview/"
Weight: 3
- Name: "User Guide"
URL: "/user-guide/"
Weight: 4
- Name: "Source code"
URL: "https://github.com/picodotdev/alis/"
Weight: 4
Weight: 5

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
4 changes: 4 additions & 0 deletions site/content/pages/user-guide/code/alis-cloud.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$ ./alis-cloud-init-iso.sh
$ ./alis-cloud-kvm-virt-installsh
$ ./alis-cloud-init-ssh.sh -i IP
$ ./alis-cloud-init-ssh.sh -i IP -c [configuration to apply]
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/alis-packages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ ./alis.packages.sh
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/alis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# alis.sh
2 changes: 2 additions & 0 deletions site/content/pages/user-guide/code/aur-package-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ paru -S [package]
$ yay -S [package]
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/download-conf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash -s -u picodotdev
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/download.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# curl -sL https://raw.githubusercontent.com/picodotdev/alis/master/download.sh | bash
5 changes: 5 additions & 0 deletions site/content/pages/user-guide/code/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# # 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
# vim alis.conf # Edit configuration and change variables values with your preferences (system configuration)
# ./alis.sh # Start installation
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/loadkeys.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# loadkeys [keymap]
26 changes: 26 additions & 0 deletions site/content/pages/user-guide/code/ls-alis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
$ ls -l
total 1520
-rwxr-xr-x 1 picodotdev picodotdev 506 mar 20 11:40 alis-asciinema.sh
-rwxr-xr-x 1 picodotdev picodotdev 415 mar 20 11:40 alis-cloud-init-iso.sh
-rwxr-xr-x 1 picodotdev picodotdev 1252 mar 20 11:40 alis-cloud-init-ssh.sh
-rw-r--r-- 1 picodotdev picodotdev 981 mar 20 11:40 alis-commons.conf
-rwxr-xr-x 1 picodotdev picodotdev 13336 mar 20 11:40 alis-commons.sh
-rw-r--r-- 1 picodotdev picodotdev 9319 mar 20 11:40 alis.conf
-rwxr-xr-x 1 picodotdev picodotdev 975 mar 20 11:40 alis-kvm-virt-install.sh
drwxr-xr-x 8 picodotdev picodotdev 4096 mar 20 11:04 alis-master
-rw-r--r-- 1 picodotdev picodotdev 1354656 mar 20 11:40 alis-master.zip
-rwxr-xr-x 1 picodotdev picodotdev 514 mar 20 11:40 alis-packages-asciinema.sh
-rw-r--r-- 1 picodotdev picodotdev 5672 mar 20 11:40 alis-packages.conf
-rwxr-xr-x 1 picodotdev picodotdev 548 mar 20 11:40 alis-packages-exit.sh
-rwxr-xr-x 1 picodotdev picodotdev 9004 mar 20 11:40 alis-packages.sh
-rwxr-xr-x 1 picodotdev picodotdev 670 mar 20 11:40 alis-packer.sh
-rwxr-xr-x 1 picodotdev picodotdev 201 mar 20 11:40 alis-reboot.sh
-rwxr-xr-x 1 picodotdev picodotdev 524 mar 20 11:40 alis-recovery-asciinema.sh
-rw-r--r-- 1 picodotdev picodotdev 2738 mar 20 11:40 alis-recovery.conf
-rwxr-xr-x 1 picodotdev picodotdev 864 mar 20 11:40 alis-recovery-reboot.sh
-rwxr-xr-x 1 picodotdev picodotdev 8702 mar 20 11:40 alis-recovery.sh
-rwxr-xr-x 1 picodotdev picodotdev 67840 mar 20 11:40 alis.sh
drwxr-xr-x 2 picodotdev picodotdev 4096 mar 20 11:40 configs
-rwxr-xr-x 1 picodotdev picodotdev 647 mar 20 11:40 download.sh
-rwxr-xr-x 1 picodotdev picodotdev 645 mar 20 11:40 download-sid.sh
drwxr-xr-x 3 picodotdev picodotdev 4096 mar 20 11:40 files
2 changes: 2 additions & 0 deletions site/content/pages/user-guide/code/media-fingerprint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ sha1sum archlinux-2022.03.01-x86_64.iso
64070acf60ac342d7aaddddfa0448f5900c4a0a5 archlinux-2022.03.01-x86_64.iso
2 changes: 2 additions & 0 deletions site/content/pages/user-guide/code/package-downgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ pacman -U [package]
$ pacman -U /var/cache/pacman/pkg/linux-5.16.15.arch1-1-x86_64.pkg.tar.zst
2 changes: 2 additions & 0 deletions site/content/pages/user-guide/code/pacman-package-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ pacman -S [package]
$ pacman -S firefox
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/pacman-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ pacman -Syu
2 changes: 2 additions & 0 deletions site/content/pages/user-guide/code/recovery.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$ vim alis-recovery.conf
$ ./alis-recovery.sh
1 change: 1 addition & 0 deletions site/content/pages/user-guide/code/vim-alis-conf.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# vim alis.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# vim alis-packages.conf
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bd95ffc

Please sign in to comment.