diff --git a/.mkdocs.yml.swp b/.mkdocs.yml.swp new file mode 100644 index 0000000..8886896 Binary files /dev/null and b/.mkdocs.yml.swp differ diff --git a/docs/index.md b/docs/index.md index 17c0097..10dc0d6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,17 +1,3 @@ # Welcome to wiki.bijl.us -For full documentation visit [mkdocs.org](https://www.mkdocs.org). - -## 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. +These are all the docs related to [git.bijl.us](git.bijl.us). diff --git a/docs/void-desktop-setup/Installation-with-LVM.md b/docs/void-desktop-setup/Installation-with-LVM.md index fa7ebb6..eddee8a 100644 --- a/docs/void-desktop-setup/Installation-with-LVM.md +++ b/docs/void-desktop-setup/Installation-with-LVM.md @@ -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. ``` @@ -174,4 +167,4 @@ And reboot. ``` # shutdown -r now -``` \ No newline at end of file +``` diff --git a/docs/void-desktop-setup/Installation.md b/docs/void-desktop-setup/Installation.md index ce8eb9c..efeae0f 100644 --- a/docs/void-desktop-setup/Installation.md +++ b/docs/void-desktop-setup/Installation.md @@ -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. ``` @@ -172,4 +165,4 @@ And reboot. ``` # shutdown -r now -``` \ No newline at end of file +``` diff --git a/docs/void-desktop-setup/Post-install.-.md b/docs/void-desktop-setup/Post-install.md similarity index 100% rename from docs/void-desktop-setup/Post-install.-.md rename to docs/void-desktop-setup/Post-install.md diff --git a/docs/void-desktop-setup/Provisioning-with-LVM.md b/docs/void-desktop-setup/Provisioning-with-LVM.md index 6ba935f..e8328bc 100644 --- a/docs/void-desktop-setup/Provisioning-with-LVM.md +++ b/docs/void-desktop-setup/Provisioning-with-LVM.md @@ -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. It should look something like this: @@ -47,4 +40,4 @@ To create the filesystems on the logical partitions: # mkfs.ext4 -L home /dev/mapper/lv0-home ``` -Other filesystems can also be used but `ext4` is the standard for most linux distrobutions. Other sizes for the partitions can also be used depending on the needs of the user. \ No newline at end of file +Other filesystems can also be used but `ext4` is the standard for most linux distrobutions. Other sizes for the partitions can also be used depending on the needs of the user. diff --git a/docs/void-desktop-setup/Provisioning.md b/docs/void-desktop-setup/Provisioning.md index dafc0f6..c86a4ae 100644 --- a/docs/void-desktop-setup/Provisioning.md +++ b/docs/void-desktop-setup/Provisioning.md @@ -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. It should look something like this: @@ -28,4 +21,4 @@ And the encrypted filesystem of the root partition. # mkfs.ext4 -L root /dev/mapper/root ``` -Other filesystems can also be used but `ext4` is the standard for most linux distobutions. \ No newline at end of file +Other filesystems can also be used but `ext4` is the standard for most linux distobutions. diff --git a/mkdocs.yml b/mkdocs.yml index 4b45d3b..7345e63 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,16 +3,20 @@ theme: name: material features: - navigation.tabs + - toc.follow nav: - 'Home': index.md - 'Void Desktop setup': - 'Start': void-desktop-setup/Home.md - - 'Installation with LVM (recommended)': + - 'Installation': + - 'Installation with LVM (recommended)': - 'Provisioning': void-desktop-setup/Provisioning-with-LVM.md - 'Installation': void-desktop-setup/Installation-with-LVM.md - - 'Installation without LVM': + - 'Installation without LVM': - 'Provisioning': void-desktop-setup/Provisioning.md - 'Installation': void-desktop-setup/Installation.md + - 'Post installation': + - 'Config files': void-desktop-setup/Post-install.md - 'Alpine Server setup': alpine-home.md - 'Xbps-Ample': ample-home.md