-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
26 lines (19 loc) · 817 Bytes
/
_config.yml
File metadata and controls
26 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Dependencies
markdown: redcarpet
highlighter: true
# Permalinks
permalink: pretty
# Setup
title: Fortran FOSS Programmers
tagline: 'A community homepage for F/OSS Fortran programmers on Github'
description: 'A reserved <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
url: http://Fortran-FOSS-Programmers.github.io
author:
name: 'Izaak Beekman'
url: https://twitter.com/zbeekman
paginate: 5
# Custom vars
version: 2.0.0
github:
repo: https://github.com/Fortran-FOSS-Programmers/Fortran-FOSS-Programmers.github.io
gems: [jekyll-paginate]