diff --git a/.project b/.project new file mode 100644 index 0000000..4d5c802 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + HELYX-OS + + + + + + + + diff --git a/_config.yml b/_config.yml index daf17e4..2bbcb8e 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ author: dcombest # This URL is the main address for absolute links. Don't include a slash at the end. # url: 'http://engys.github.io/HELYX-OS' -baseurl: '' +baseurl: '/' # This is for the editing function in _/includes/improve_content # Leave it empty if your site is not on GitHub/GitHub Pages diff --git a/_data/navigation.yml b/_data/navigation.yml index 8431e4b..a4f966f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -2,7 +2,7 @@ # Navigation to the left › side: left # - title: "Home" - url: "/" + url: "http://engys.github.io/HELYX-OS/" side: left - title: "Quick Links" @@ -12,7 +12,7 @@ - title: "About HELYX-OS" url: "http://engys.com/products/helyx-os" - title: "Installation" - url: "/installation/" + url: "http://engys.github.io/HELYX-OS/installation/" - title: "Training and Support" url: "http://engys.com/services/support" - title: "HELYX-OS on Github" diff --git a/_includes/_navigation.html b/_includes/_navigation.html index 48758bb..a8b94a5 100644 --- a/_includes/_navigation.html +++ b/_includes/_navigation.html @@ -35,14 +35,14 @@ {% comment %} If right side WITHOUT dropdown menu do {% endcomment %} {% if link.dropdown == nil %}
  • - {{ link.title | escape }} + {{ link.title | escape }} {% comment %} If right side WITH dropdown menu do {% endcomment %} {% else %}
  • - {{ link.title | escape }} + {{ link.title | escape }} @@ -89,14 +89,14 @@ {% comment %} If left side WITHOUT dropdown menu do {% endcomment %} {% if link.dropdown == nil %} - {{ link.title | escape }}
  • + {{ link.title | escape }}
  • {% comment %} If left side WITH dropdown menu do {% endcomment %} {% else %}
  • - {{ link.title | escape }} + {{ link.title | escape }} diff --git a/_layouts/frontpage.html b/_layouts/frontpage.html index 65121c7..f623898 100644 --- a/_layouts/frontpage.html +++ b/_layouts/frontpage.html @@ -22,7 +22,7 @@ format: blog-index {% if page.callforaction %} {% endif %} diff --git a/_sass/_01_settings_colors.scss b/_sass/_01_settings_colors.scss index b1d671d..8ca306c 100644 --- a/_sass/_01_settings_colors.scss +++ b/_sass/_01_settings_colors.scss @@ -116,7 +116,7 @@ $subfooter-link-color: $grey-8; $code-background-color: scale-color($secondary-color, $lightness: 70%); -$highlight-background: #ffffff; +$highlight-background: #9b9b9b; $highlight-comment: #999988; $highlight-error: #a61717; $highlight-comment-special: #999999; diff --git a/pages/installation.md b/pages/installation.md index ced60a5..f0d806e 100644 --- a/pages/installation.md +++ b/pages/installation.md @@ -7,7 +7,7 @@ teaser: "" permalink: /installation/ --- -1. These instructions assume you have a working version of [OpenFOAM v4.1](http://www.openfoam.org/archive/4.1/download/source.php) or [OpenFOAM v1606+](http://openfoam.com/download/install-binary.php). If you are using Ubuntu 14.04 or greater, the installer will download and install the proper version of OpenFOAM in steps 8-10. +1. Before you proceed, please make sure you have a working version of [OpenFOAM v4.1](http://www.openfoam.org/archive/4.1/download/source.php) or [OpenFOAM v1606+](http://openfoam.com/download/install-binary.php) installed in your system. HELYX-OS v2.4.0 is designed to work only with this particular version of OpenFOAM. If you are using Ubuntu 14.04 or greater, the installer provided can download and install the proper version of OpenFOAM, as explained below during steps 8 to 10. 2. Download the [latest 64 Bit binary of HELYX-OS](https://github.com/ENGYS/HELYX-OS/releases/download/v2.4.0/HELYX-OS-2.4.0-linux-x86_64.bin) from the [project releases](https://github.com/ENGYS/HELYX-OS/releases) or the [project front page](http://engys.github.io/HELYX-OS/). The installer name will have the form: @@ -17,22 +17,20 @@ permalink: /installation/ 4. Change the permissions of the installer by executing ```chmod 755 ``` in the terminal, similar to: - :~$ chmod 755 HELYX-OS-2.4.0-linux-x86_64.bin - + :~$ chmod 755 HELYX-OS-2.4.0-linux-x86_64.bin + 5. Start the installer by typing ```./``` while in the terminal, similar to: - :~$ ./HELYX-OS-2.4.0-linux-x86_64.bin + :~$ ./HELYX-OS-2.4.0-linux-x86_64.bin 6. At this point, the installer will begin and the user will be guided through the installation process: Waiting for HELYX-OS installer to start... - - This program will install HELYX-OS on your system. Do you want to continue? 1) Yes 2) No - #? - + #? + In order to continue with the installation, you must type **1** in the terminal and press enter.
    7. The user will be presented with a copy of the Gnu Public License (press enter or space to read through the GPL): @@ -51,7 +49,7 @@ permalink: /installation/ 2) HELYX-OS-GUI and Kernel #? - For users with existing installations of OpenFOAM (see compatability table above), select to install only the GUI by typing **1** and hitting enter. To install the HELYX-OS GUI and the compatable version of OpenFOAM (for Ubuntu 14.04 or later only), type **2** and press enter. + For users with an existing installations of OpenFOAM (refer to step 1 for compatability), select to install only the GUI by typing **1** and hitting enter. Otherwise, to install the HELYX-OS GUI with the compatible version of OpenFOAM (for Ubuntu 14.04 or later only), type **2** and press enter. 9. The user will be prompted to enter **the full path** to where HELYX-OS will be installed: @@ -69,17 +67,16 @@ permalink: /installation/ 10. If you previously selected option **2** in step 8, you will now be prompted to select your linux distribution: - Please select your linux distribution: - 1) Ubuntu (14.04 or later) - 2) Other - #? + Please select your linux distribution: + 1) Ubuntu (14.04 or later) + 2) Other + #? - Selecting **1** will install the compatable OpenFOAM deb package for 64 bit Ubuntu on 14.04 or later. For other linux distributions, the compatable version of OpenFOAM must be installed manually by the user. + Selecting **1** will install the compatible OpenFOAM deb package for 64 bit Ubuntu on 14.04 or later. For other linux distributions, the compatible version of OpenFOAM must be installed manually by the user. 11. To start HELYX-OS in the terminal, execute the ```HELYX-OS.sh``` file located in ```engys/HELYX-OS/v2.4.0``` directory similar to: - - :~$ ~/Engys/HELYX-OS/v2.4.0/HELYX-OS.sh + :~$ ~/Engys/HELYX-OS/v2.4.0/HELYX-OS.sh Please report all bugs encountered with HELYX-OS on the [project issue tracker](https://github.com/ENGYS/HELYX-OS/issues).