From 07417dc394eb834c2b0cf10436c1edb887a56353 Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Fri, 10 Feb 2017 18:36:42 +0200 Subject: [PATCH] Add Hugo YAML headers to each file so Help Center will have article titles. --- budgie/shortcuts/en.md | 3 +++ common-tasks/browsing-the-web/en.md | 3 +++ common-tasks/checking-email/en.md | 3 +++ common-tasks/installing-and-updating-software/en.md | 3 +++ common-tasks/listening-to-music/en.md | 3 +++ common-tasks/managing-your-files/en.md | 3 +++ common-tasks/watching-videos/en.md | 3 +++ configuration/changing-backgrounds/en.md | 3 +++ configuration/configuring-date-and-time/en.md | 3 +++ configuration/configuring-default-applications/en.md | 3 +++ configuration/configuring-displays/en.md | 3 +++ configuration/configuring-keyboard-layout/en.md | 3 +++ configuration/configuring-language/en.md | 3 +++ configuration/configuring-mouse-and-touchpad/en.md | 3 +++ configuration/configuring-network/en.md | 3 +++ configuration/configuring-sound-and-sound-devices/en.md | 3 +++ configuration/enabling-desktop-icons/en.md | 3 +++ configuration/managing-users/en.md | 3 +++ configuration/modifying-grub/en.md | 3 +++ contributing/community-guidelines/en.md | 3 +++ contributing/getting-involved/en.md | 3 +++ gaming/heroes-of-newerth/en.md | 3 +++ gaming/minecraft/en.md | 3 +++ gaming/steam/en.md | 3 +++ hardware/ios-support/en.md | 3 +++ hardware/laptops/en.md | 6 ++++++ hardware/proprietary-drivers/en.md | 3 +++ hardware/wireless-chipsets/en.md | 3 +++ installation/disks/en.md | 3 +++ installation/preparing-to-install/en.md | 3 +++ package-management/basics/en.md | 3 +++ package-management/history-and-rollback/en.md | 3 +++ package-management/repo-management/en.md | 5 ++++- packaging/package.yml/en.md | 6 ++++++ software/gnome-shell/en.md | 3 +++ software/java/en.md | 3 +++ software/powerline-shell-prompt/en.md | 3 +++ software/third-party/en.md | 3 +++ software/vagrant/en.md | 3 +++ software/virtualbox/en.md | 3 +++ 40 files changed, 127 insertions(+), 1 deletion(-) diff --git a/budgie/shortcuts/en.md b/budgie/shortcuts/en.md index c0f0ce2..85b9040 100644 --- a/budgie/shortcuts/en.md +++ b/budgie/shortcuts/en.md @@ -1,3 +1,6 @@ +--- +title: Budgie Shortcuts +--- # Budgie Shortcuts Budgie provides multiple shortcuts to make navigating around Budgie faster and easier. diff --git a/common-tasks/browsing-the-web/en.md b/common-tasks/browsing-the-web/en.md index 8e97ac6..1394362 100755 --- a/common-tasks/browsing-the-web/en.md +++ b/common-tasks/browsing-the-web/en.md @@ -1,3 +1,6 @@ +--- +title: Browsing the web +--- # Browsing the web Solus comes pre-installed with Firefox, a secure and trustworthy web browser provided by the non-profit organization [Mozilla](https://www.mozilla.org/en-US/). diff --git a/common-tasks/checking-email/en.md b/common-tasks/checking-email/en.md index 130917f..8875d2c 100755 --- a/common-tasks/checking-email/en.md +++ b/common-tasks/checking-email/en.md @@ -1,3 +1,6 @@ +--- +title: Checking Email +--- # Checking Email Solus comes pre-installed with the powerful [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) email, newsgroup, and feeds client. diff --git a/common-tasks/installing-and-updating-software/en.md b/common-tasks/installing-and-updating-software/en.md index ee182d4..eecec90 100755 --- a/common-tasks/installing-and-updating-software/en.md +++ b/common-tasks/installing-and-updating-software/en.md @@ -1,3 +1,6 @@ +--- +title: Installing and updating software +--- # Installing and updating software You can install software ranging from Google Chrome to LibreOffice, as well as updating software, via our Software Center. diff --git a/common-tasks/listening-to-music/en.md b/common-tasks/listening-to-music/en.md index dcb6bf2..6fcc6c9 100755 --- a/common-tasks/listening-to-music/en.md +++ b/common-tasks/listening-to-music/en.md @@ -1,3 +1,6 @@ +--- +title: Listening to music +--- # Listening to music Solus comes pre-installed with the rockin’ music player Rhythmbox as well as the necessary codecs to play all your favorite music! diff --git a/common-tasks/managing-your-files/en.md b/common-tasks/managing-your-files/en.md index 9e15dd9..683f68a 100755 --- a/common-tasks/managing-your-files/en.md +++ b/common-tasks/managing-your-files/en.md @@ -1,3 +1,6 @@ +--- +title: Managing your files +--- # Managing your files Solus provides software that enables you to store, organize, and view your files (such as documents, music, pictures, and videos). diff --git a/common-tasks/watching-videos/en.md b/common-tasks/watching-videos/en.md index 9811a14..529058b 100755 --- a/common-tasks/watching-videos/en.md +++ b/common-tasks/watching-videos/en.md @@ -1,3 +1,6 @@ +--- +title: Watching Videos +--- # Watching Videos Solus comes pre-installed with the [VLC Media Player](http://www.videolan.org/vlc/index.html), enabling you to watch your favorite movies, t.v. shows, DVDs, and Blu-rays. diff --git a/configuration/changing-backgrounds/en.md b/configuration/changing-backgrounds/en.md index 84632be..6369127 100755 --- a/configuration/changing-backgrounds/en.md +++ b/configuration/changing-backgrounds/en.md @@ -1,3 +1,6 @@ +--- +title: Changing Background +--- # Changing Background You can change your background by going to the Budgie Menu, opening Settings, then clicking Background. diff --git a/configuration/configuring-date-and-time/en.md b/configuration/configuring-date-and-time/en.md index acb61db..ae14682 100755 --- a/configuration/configuring-date-and-time/en.md +++ b/configuration/configuring-date-and-time/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Date and time +--- # Configuring Date and time You can configure the date and time of your system by going to the Budgie Menu, opening the Settings app then going to the Date & Time section. diff --git a/configuration/configuring-default-applications/en.md b/configuration/configuring-default-applications/en.md index 306bb81..82a5845 100755 --- a/configuration/configuring-default-applications/en.md +++ b/configuration/configuring-default-applications/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Default Applications +--- # Configuring Default Applications You can configure default applications by going to the Budgie Menu, opening Settings app, and going to the Details section. diff --git a/configuration/configuring-displays/en.md b/configuration/configuring-displays/en.md index b2268c4..ba2c2f1 100755 --- a/configuration/configuring-displays/en.md +++ b/configuration/configuring-displays/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Displays +--- # Configuring Displays You can configure your display(s) by going to the Budgie Menu, opening the Settings app, and clicking the Displays section. diff --git a/configuration/configuring-keyboard-layout/en.md b/configuration/configuring-keyboard-layout/en.md index a33368e..204ab57 100755 --- a/configuration/configuring-keyboard-layout/en.md +++ b/configuration/configuring-keyboard-layout/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Keyboard Layout +--- # Configuring Keyboard Layout You can change your language by going to the Budgie Menu, opening Settings, then clicking Region and Language. diff --git a/configuration/configuring-language/en.md b/configuration/configuring-language/en.md index 52a046b..967024a 100755 --- a/configuration/configuring-language/en.md +++ b/configuration/configuring-language/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Langauge +--- # Configuring Langauge You can change your language by going to the Budgie Menu, opening Settings, then clicking Region and Language. diff --git a/configuration/configuring-mouse-and-touchpad/en.md b/configuration/configuring-mouse-and-touchpad/en.md index 4250144..f7a42a8 100755 --- a/configuration/configuring-mouse-and-touchpad/en.md +++ b/configuration/configuring-mouse-and-touchpad/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Mouse and Touchpad +--- # Configuring Mouse and Touchpad You can configure the settings of your mouse and/or touchpad by going to the Budgie Menu, opening the Settings app, then clicking the Mouse & Touchpad section. You will be either one of the following windows, depending on the device. diff --git a/configuration/configuring-network/en.md b/configuration/configuring-network/en.md index 223f265..b7333cf 100755 --- a/configuration/configuring-network/en.md +++ b/configuration/configuring-network/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Network +--- # Configuring Network You can configure your network settings such as wireless networking, by going to the Budgie Menu, opening Settings, then clicking Network. diff --git a/configuration/configuring-sound-and-sound-devices/en.md b/configuration/configuring-sound-and-sound-devices/en.md index 5a2547e..33bccd3 100755 --- a/configuration/configuring-sound-and-sound-devices/en.md +++ b/configuration/configuring-sound-and-sound-devices/en.md @@ -1,3 +1,6 @@ +--- +title: Configuring Sound and Sound Devices +--- # Configuring Sound and Sound Devices You can configure sound devices, change volume and enable / disable devices through two methods. diff --git a/configuration/enabling-desktop-icons/en.md b/configuration/enabling-desktop-icons/en.md index 72fab75..d252f5e 100755 --- a/configuration/enabling-desktop-icons/en.md +++ b/configuration/enabling-desktop-icons/en.md @@ -1,3 +1,6 @@ +--- +title: Enabling Desktop Icons +--- # Enabling Desktop Icons You can enable desktop icons by opening Raven, clicking the cog wheel for Budgie Settings, then toggling Desktop Icons on under the Background section. diff --git a/configuration/managing-users/en.md b/configuration/managing-users/en.md index ae20cfb..5bd911c 100755 --- a/configuration/managing-users/en.md +++ b/configuration/managing-users/en.md @@ -1,3 +1,6 @@ +--- +title: Managing Users +--- # Managing Users To add and remove users on your Solus system, go to the Budgie Menu, open the Settings app, then go to Users. diff --git a/configuration/modifying-grub/en.md b/configuration/modifying-grub/en.md index 34ef34d..55eaf0d 100644 --- a/configuration/modifying-grub/en.md +++ b/configuration/modifying-grub/en.md @@ -1,3 +1,6 @@ +--- +title: Modifying Grub +--- # Modifying Grub In this document, we walk over several scenarios where you may need to access, modify, or repair GRUB. diff --git a/contributing/community-guidelines/en.md b/contributing/community-guidelines/en.md index 7e44478..6ad2e22 100644 --- a/contributing/community-guidelines/en.md +++ b/contributing/community-guidelines/en.md @@ -1,3 +1,6 @@ +--- +title: Community Guidelines +--- # Community Guidelines The Solus Project enforces a set of community guidelines to maintain respect and professionalism, as well as a family-friendly environment. diff --git a/contributing/getting-involved/en.md b/contributing/getting-involved/en.md index e2f520a..5371d39 100755 --- a/contributing/getting-involved/en.md +++ b/contributing/getting-involved/en.md @@ -1,3 +1,6 @@ +--- +title: Getting Involved +--- # Getting Involved Solus is a big undertaking, and as such there are many ways in which your involvement can help us. Naturally, that means there are also many ways in which you can help out. diff --git a/gaming/heroes-of-newerth/en.md b/gaming/heroes-of-newerth/en.md index eccdbff..5c0af57 100644 --- a/gaming/heroes-of-newerth/en.md +++ b/gaming/heroes-of-newerth/en.md @@ -1,3 +1,6 @@ +--- +title: Heroes of Newerth +--- # Heroes of Newerth First, install the latest version of HoN by downloading it and running "HoNClient.sh". diff --git a/gaming/minecraft/en.md b/gaming/minecraft/en.md index eba025c..b9166b2 100644 --- a/gaming/minecraft/en.md +++ b/gaming/minecraft/en.md @@ -1,3 +1,6 @@ +--- +title: Minecraft +--- # Minecraft [Minecraft](https://minecraft.net) is a sandbox independent video game originally created by Swedish programmer Markus "Notch" Persson and later developed and published by the Swedish company Mojang. diff --git a/gaming/steam/en.md b/gaming/steam/en.md index 436291e..7003807 100644 --- a/gaming/steam/en.md +++ b/gaming/steam/en.md @@ -1,3 +1,6 @@ +--- +title: Steam +--- # Steam Steam is currently available via the Solus repository, as the `steam` package. diff --git a/hardware/ios-support/en.md b/hardware/ios-support/en.md index a3710e3..d18ed18 100644 --- a/hardware/ios-support/en.md +++ b/hardware/ios-support/en.md @@ -1,3 +1,6 @@ +--- +title: iOS Support +--- # iOS Support Historically, iOS support on Linux has been quirky and typically done via partial implementations, such as [libimobiledevice](http://www.libimobiledevice.org/) and [libgpod](http://www.gtkpod.org/libgpod/). As software that Solus provides diff --git a/hardware/laptops/en.md b/hardware/laptops/en.md index 8fe3e96..1d5ce9b 100644 --- a/hardware/laptops/en.md +++ b/hardware/laptops/en.md @@ -1,8 +1,14 @@ +--- +title: Laptop Compatibility +--- # Laptop Compatibility The following laptops have been tested and/or suggested to function correctly by our users. This list should not suggest that **only*- such devices listed below are compatible with Solus, as there may be devices not listed below that are in fact compatible. +--- +title: Models +--- # Models ## Acer diff --git a/hardware/proprietary-drivers/en.md b/hardware/proprietary-drivers/en.md index 31f0afa..ca63f06 100755 --- a/hardware/proprietary-drivers/en.md +++ b/hardware/proprietary-drivers/en.md @@ -1,3 +1,6 @@ +--- +title: Proprietary Drivers +--- # Proprietary Drivers Installing proprietary drivers may improve performance or certain features, however they are usually not necessary for normal daily usage. diff --git a/hardware/wireless-chipsets/en.md b/hardware/wireless-chipsets/en.md index 26b6207..fb31c98 100644 --- a/hardware/wireless-chipsets/en.md +++ b/hardware/wireless-chipsets/en.md @@ -1,3 +1,6 @@ +--- +title: Wireless Chipsets Compatibility +--- # Wireless Chipsets Compatibility The following wireless chipsets have been tested and/or suggested to function correctly by our users. This list should not suggest that **only*- such devices listed below are compatible with Solus, as there may be devices not listed below that are in diff --git a/installation/disks/en.md b/installation/disks/en.md index 7acacc3..e7c4a78 100644 --- a/installation/disks/en.md +++ b/installation/disks/en.md @@ -1,3 +1,6 @@ +--- +title: Disks +--- # Disks Solus provides multiple ways you can install onto your system. diff --git a/installation/preparing-to-install/en.md b/installation/preparing-to-install/en.md index e88ace0..012b9ee 100755 --- a/installation/preparing-to-install/en.md +++ b/installation/preparing-to-install/en.md @@ -1,3 +1,6 @@ +--- +title: Preparing to installation +--- # Preparing to installation The first step to installing Solus is acquiring the correct media. The Solus Project provides ISO images, which contain the contents of the Solus for installing. diff --git a/package-management/basics/en.md b/package-management/basics/en.md index 8360310..1689f75 100755 --- a/package-management/basics/en.md +++ b/package-management/basics/en.md @@ -1,3 +1,6 @@ +--- +title: Basics to Package Management +--- # Basics to Package Management Solus uses the eopkg package management system to deliver software to the end-user. diff --git a/package-management/history-and-rollback/en.md b/package-management/history-and-rollback/en.md index 2b7723b..bd5b6ae 100755 --- a/package-management/history-and-rollback/en.md +++ b/package-management/history-and-rollback/en.md @@ -1,3 +1,6 @@ +--- +title: History and Software Rollback +--- # History and Software Rollback Solus provides a history and rollback feature via its package manager, eopkg. This feature allows you to see when your repository was last diff --git a/package-management/repo-management/en.md b/package-management/repo-management/en.md index a0fae45..7a44939 100755 --- a/package-management/repo-management/en.md +++ b/package-management/repo-management/en.md @@ -1,4 +1,7 @@ -# Repository Management +--- +title: Repository Management +--- +# Repository Management While Solus currently only provides two repositories, stable (shannon) and stable, our package manager does support actively using multiple repositories on your system. This is useful if you are using a vendor-provided repository. diff --git a/packaging/package.yml/en.md b/packaging/package.yml/en.md index ecb46d3..23be3f3 100644 --- a/packaging/package.yml/en.md +++ b/packaging/package.yml/en.md @@ -1,3 +1,6 @@ +--- +title: Package.yml +--- # Package.yml All packages consist of a single build file, which provides all of the required metadata for the package manager, plus the build steps involved to produce a package. This follows the YAML specification. @@ -88,6 +91,9 @@ they are substituted within the script before execution. Macros are prefixed with `%`, and are substituted before your script is executed. Macros ending with `%` are used to provide directory names or build values, to the script. ``` bash +--- +title: Run the configure macro with the given arguments +--- # Run the configure macro with the given arguments %configure --disable-static ``` diff --git a/software/gnome-shell/en.md b/software/gnome-shell/en.md index 509f24c..24036a7 100644 --- a/software/gnome-shell/en.md +++ b/software/gnome-shell/en.md @@ -1,3 +1,6 @@ +--- +title: Gnome Shell +--- # Gnome Shell Solus offers GNOME Shell as an alternative to the Budgie desktop environment. Below are installation instructions for installing GNOME Shell and necessary components: diff --git a/software/java/en.md b/software/java/en.md index 6b90439..abaedfc 100644 --- a/software/java/en.md +++ b/software/java/en.md @@ -1,3 +1,6 @@ +--- +title: Java +--- # Java This article covers obtaining open source Java as well as Oracle Java. diff --git a/software/powerline-shell-prompt/en.md b/software/powerline-shell-prompt/en.md index 4b71cd1..bb040d2 100644 --- a/software/powerline-shell-prompt/en.md +++ b/software/powerline-shell-prompt/en.md @@ -1,3 +1,6 @@ +--- +title: Powerline Shell Prompt +--- # Powerline Shell Prompt [Powerline](https://github.com/powerline) is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile. diff --git a/software/third-party/en.md b/software/third-party/en.md index d5a89c6..a31539c 100644 --- a/software/third-party/en.md +++ b/software/third-party/en.md @@ -1,3 +1,6 @@ +--- +title: Third Party +--- # Third Party You can install or update Applications currently by using the instructions below from our 3rd Party Repository, these applications cannot be included in the primary repository due to licensing issues: diff --git a/software/vagrant/en.md b/software/vagrant/en.md index 5fa1227..441c68f 100644 --- a/software/vagrant/en.md +++ b/software/vagrant/en.md @@ -1,3 +1,6 @@ +--- +title: Vagrant +--- # Vagrant Vagrant is a tool for building complete development environments. You can use providers listed below with Vagrant, which itself is installable via the `vagrant` package. diff --git a/software/virtualbox/en.md b/software/virtualbox/en.md index 8415f2d..43ea281 100644 --- a/software/virtualbox/en.md +++ b/software/virtualbox/en.md @@ -1,3 +1,6 @@ +--- +title: VirtualBox +--- # VirtualBox [VirtualBox](https://virtualbox.org) is an x86 virtualization software package developed by Sun Microsystems.