Clean up and further
This commit is contained in:
parent
5bb603a2df
commit
ff81a73a51
8 changed files with 11 additions and 49 deletions
BIN
.mkdocs.yml.swp
Normal file
BIN
.mkdocs.yml.swp
Normal file
Binary file not shown.
|
@ -1,17 +1,3 @@
|
||||||
# Welcome to wiki.bijl.us
|
# Welcome to wiki.bijl.us
|
||||||
|
|
||||||
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
|
These are all the docs related to [git.bijl.us](git.bijl.us).
|
||||||
|
|
||||||
## Commands
|
|
||||||
|
|
||||||
* `mkdocs new [dir-name]` - Create a new project.
|
|
||||||
* `mkdocs serve` - Start the live-reloading docs server.
|
|
||||||
* `mkdocs build` - Build the documentation site.
|
|
||||||
* `mkdocs -h` - Print help message and exit.
|
|
||||||
|
|
||||||
## Project layout
|
|
||||||
|
|
||||||
mkdocs.yml # The configuration file.
|
|
||||||
docs/
|
|
||||||
index.md # The documentation homepage.
|
|
||||||
... # Other markdown pages, images and other files.
|
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: false
|
|
||||||
---
|
|
||||||
|
|
||||||
## Installation with LVM
|
|
||||||
|
|
||||||
To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system.
|
To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: false
|
|
||||||
---
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system.
|
To install the Void Linux distribution on the system, the encrypted partition and the efi partition have to be mounted to the main system.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: false
|
|
||||||
---
|
|
||||||
|
|
||||||
## Provisioning with LVM
|
|
||||||
|
|
||||||
First off the drive should be partitioned, possibly with fdisk. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
|
First off the drive should be partitioned, possibly with fdisk. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
|
||||||
|
|
||||||
It should look something like this:
|
It should look something like this:
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
---
|
|
||||||
gitea: none
|
|
||||||
include_toc: false
|
|
||||||
---
|
|
||||||
|
|
||||||
## Provisioning
|
|
||||||
|
|
||||||
First off the drive should be partitioned, possibly with fdisk. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
|
First off the drive should be partitioned, possibly with fdisk. It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition.
|
||||||
|
|
||||||
It should look something like this:
|
It should look something like this:
|
||||||
|
|
|
@ -3,16 +3,20 @@ theme:
|
||||||
name: material
|
name: material
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
- toc.follow
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- 'Home': index.md
|
- 'Home': index.md
|
||||||
- 'Void Desktop setup':
|
- 'Void Desktop setup':
|
||||||
- 'Start': void-desktop-setup/Home.md
|
- 'Start': void-desktop-setup/Home.md
|
||||||
- 'Installation with LVM (recommended)':
|
- 'Installation':
|
||||||
|
- 'Installation with LVM (recommended)':
|
||||||
- 'Provisioning': void-desktop-setup/Provisioning-with-LVM.md
|
- 'Provisioning': void-desktop-setup/Provisioning-with-LVM.md
|
||||||
- 'Installation': void-desktop-setup/Installation-with-LVM.md
|
- 'Installation': void-desktop-setup/Installation-with-LVM.md
|
||||||
- 'Installation without LVM':
|
- 'Installation without LVM':
|
||||||
- 'Provisioning': void-desktop-setup/Provisioning.md
|
- 'Provisioning': void-desktop-setup/Provisioning.md
|
||||||
- 'Installation': void-desktop-setup/Installation.md
|
- 'Installation': void-desktop-setup/Installation.md
|
||||||
|
- 'Post installation':
|
||||||
|
- 'Config files': void-desktop-setup/Post-install.md
|
||||||
- 'Alpine Server setup': alpine-home.md
|
- 'Alpine Server setup': alpine-home.md
|
||||||
- 'Xbps-Ample': ample-home.md
|
- 'Xbps-Ample': ample-home.md
|
||||||
|
|
Loading…
Reference in a new issue