Skip to content

Commit

Permalink
Merge pull request #2 from carpentries/gh-pages
Browse files Browse the repository at this point in the history
Updated fork
  • Loading branch information
NPalopoli authored Feb 5, 2019
2 parents 69d9e7f + 8d19bbd commit 17380d4
Show file tree
Hide file tree
Showing 26 changed files with 75,543 additions and 224 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ addons:
packages:
- python3-requests
- python3-yaml
- python3-pip

install:
- gem install yaml-lint
- pip3 install --user --upgrade pip && pip install --user yq

before_script:
- chmod +x ./bin/cibuild # or do this locally and commit
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ Instead, you should use the following commands:
* `make clean` removes the `_site` directory and any Emacs editor backup files littering the source directories.

The [details](#details) describes a few more advanced commands as well.
Please note that rebuilding this site can take 3-4 minutes on a moderately powerful laptop,
and occasionally times out on GitHub.
We're working on it...


## Development <a name="development"></a>

Expand All @@ -74,7 +72,7 @@ The YAML header of a blog post must look like this:

~~~
---
layout: post
layout: page
authors: ["Your Name"]
title: "A Title-Cased Title for the Post"
date: YYYY-MM-DD
Expand Down
Loading

0 comments on commit 17380d4

Please sign in to comment.