• Stars
    star
    130
  • Rank 270,758 (Top 6 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

(deprecated) Fortran website

fortran-lang.org website

This repository is deprecated, the new webpage can be found here.

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.

More Repositories

1

stdlib

Fortran Standard Library
Fortran
974
star
2

fpm

Fortran Package Manager (fpm)
Fortran
810
star
3

fortls

fortls - Fortran Language Server
Python
215
star
4

vscode-fortran-support

Fortran language support for Visual Studio Code
TypeScript
191
star
5

minpack

Modernized Minpack: for solving nonlinear equations and nonlinear least squares problems
Fortran
82
star
6

test-drive

The simple testing framework
Fortran
66
star
7

fftpack

Double precision version of fftpack
Fortran
63
star
8

setup-fortran

GitHub action to setup Fortran compiler and toolchain
Shell
59
star
9

http-client

http-client offers a user-friendly, high-level API to make HTTP requests in Fortran.
Fortran
56
star
10

webpage

New Fortran webpage
Python
45
star
11

fpm-registry

Centralized registry of fpm packages
Python
35
star
12

fpm-docs

Documentation repository for the Fortran package manager (fpm)
Fortran
34
star
13

playground

An interactive Fortran playground
JavaScript
33
star
14

setup-fpm

GitHub Action to setup the Fortran Package Manager for CI on Ubuntu, MacOS and Windows.
JavaScript
26
star
15

stdlib-docs

Documentation for https://github.com/fortran-lang/stdlib
HTML
16
star
16

benchmarks

Fortran benchmarks
C
15
star
17

talks

Repository for talks and presentations about fortran-lang projects
TeX
13
star
18

stdlib-cmake-example

Integration of the Fortran standard library in CMake projects
Fortran
13
star
19

homebrew-fortran

Homebrew tap for Fortran tooling and libraries
Ruby
12
star
20

fortran-forum-article-template

Article template for the ACM Fortran Forum
Shell
9
star
21

registry

Registry for Fortran package manager
JavaScript
7
star
22

fpm-metadata

Python model for Fortran package manifests
Python
6
star
23

fpm-on-wheels

Fortran package manager on wheels
Shell
4
star
24

fpm-haskell

The legacy Haskell implementation of fpm. No longer under active development.
Haskell
2
star
25

assets

Assets, artwork and graphics for fortran-lang
HTML
2
star
26

.github

Community-wide resources and default files for Fortran-lang
2
star