Skip to content

Commit d5fdc0e

Browse files
committed
Setup Jekyll
1 parent a8c1e88 commit d5fdc0e

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p>The requested page could not be found.</p>
25+
</div>

_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
url: "https://mpi4py.github.io"
2+
3+
plugins:
4+
- jekyll-redirect-from
5+
6+
include:
7+
- _static
8+
- _sources
9+
- _templates

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
permalink: /index.html
3+
layout: default
4+
redirect_to: /stable/
5+
---

stable

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1.6

0 commit comments

Comments
 (0)