elvismunyikiiru / gnu-octave.github.io

Repository for the https://octave.org website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU Octave Website development

This is the https://octave.org website development repository.

The development and deployment workflow in short:

  1. The website development repository is located at:

  2. Static HTML pages are generated from these repositories and deployed at

  3. The deployment to GitHub Pages happens automatically by pushing to the respective repository. The deployment on FossHost has to be done manually.

Simple website changes / contributions

Anyone is free to clone this website development repository, simply type

git clone https://github.com/gnu-octave/gnu-octave.github.io.git

to get anonymous read access without writing privileges.

If you want submit changes/additions, please create a pull request on GitHub or contact the Octave developers at https://octave.discourse.group/.

Note: Changes made to the GitHub page repository are only visible there. To change https://octave.org, the updates must be deployed manually on FossHost.

Add a new RSS post

Duplicate another post in the subdirectory _posts and adjust the filename, especially the date.

Be sure to choose the correct categories!!

categories: news release is reserved for release announcements, those posts are also displayed inside the Octave GUI. Consider choosing another category like categories: news or alike for less important news.

Advanced development

Building requisites

To build the static website offline, you need to install Bundler. For Debian/Ubuntu please perform the following setup fist. For other Linux distributions this command might change.

sudo apt-get install bundler

From now on, everything is handled by Bundler. Install all required dependencies for the static Octave website by running

bundle install

from within the checked-out website development repository.

For the responsive webpages, we internally use the Foundation 6 framework. All necessary files are already included inside this website development repository.

Building the static website offline

All relevant information for Bundler to build the static website are located in the files _config.yml, Gemfile, and Gemfile.lock. Typing

bundle exec jekyll build

from the repository root directory will build a complete static website into the subdirectory _site using this information. This directory is ignored by Mercurial and will be created on first build.

Especially for development, it is beneficial to watch the changes locally before pushing any changes. Jekyll provides a local webserver by typing

bundle exec jekyll serve

and rebuilds the whole static website automatically, as it monitors any file changes.

License

Website Design and Code

  • Copyright (c) 2016-2022 The Octave Project Developers.
  • Copyright (c) 2015-2016 Alex Krolick.

See the file LICENSE in the top-level directory of this distribution or https://octave.org/copyright/.

The Octave website is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The Octave website is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the Octave website; see the file COPYING. If not, see https://www.gnu.org/licenses/.

Website Content

The website content is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.

About

Repository for the https://octave.org website.

License:GNU General Public License v3.0


Languages

Language:HTML 60.6%Language:CSS 39.1%Language:Ruby 0.4%