czgdp1807 / fortran-lang.org

Fortran website

Home Page:https://fortran-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fortran-lang.org website

This repository contains the source for the fortran-lang.io website. It's derived from https://github.com/neovim/neovim.github.io.

Contributing

Setup

This assumes that you already have a recent Ruby with RubyGems.

For example on Ubuntu 18.04, do:

sudo apt install ruby-dev

Installing Ruby gems

Install Bundler, either systemwide:

sudo gem install bundler

or for the current user:

gem install --user-install bundler
export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"

In the latter case, you might want to add the PATH update to .bashrc or your shell's equivalent.

To install the dependencies of this project, use Bundler:

bundle config set path '.bundle'
bundle install

Serving locally

Execute the following command:

bundle exec jekyll serve --watch

Open http://localhost:4000 to view the website.

About

Fortran website

https://fortran-lang.org/

License:MIT License


Languages

Language:HTML 53.2%Language:JavaScript 28.6%Language:CSS 13.5%Language:Python 4.5%Language:Ruby 0.2%