Skip to content

Commit

Permalink
Conversion to Wyam (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Jun 9, 2017
1 parent 7d8fc8c commit 176efd0
Show file tree
Hide file tree
Showing 139 changed files with 461 additions and 3,672 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.DS_Store
.idea
_site/
.sass-cache/
.jekyll-metadata
[Pp]ackages/
[Tt]ools/*
![Tt]ools/packages.config
[Oo]utput/
nuget.exe
*.zip
/debug.log
/packages.xml
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

202 changes: 0 additions & 202 deletions Gemfile.lock

This file was deleted.

23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,6 @@ While there is no code in the repository yet, we hope you'll join us for plannin

# How to Build this Site

* Install Ruby (2.3.x is what we're using)
* Install the bundler gem: `gem install bundler`
* Head to the root directory in your command prompt
* Run `bundle install`. The github pages gems will install.
* Run `bundle exec jekyll serve --config _config.yml,_config.dev.yml` . This will serve the page at `http://localhost:4000`
* If you omit the `--config` references, all URLs will reference the prod site, which may be confusing.
* This reference means that the standard `_config.yml` is used first, and then overridden with the values in `_config.dev.yml`.
If you run into problems, add an issue in this repo and we'll figure it out.
Run `build -target preview`

## Troubleshooting: Regeneration throws an SSL Error
Sean [Ran into this problem](https://github.com/github/pages-gem/issues/399#issuecomment-280205210).

Here's the fix on Windows, per that thread (note -- requires a restart):

* Go to GitHub and [generate a personal access token](https://github.com/settings/tokens)
* It just needs public access
* Don't forget to copy the token text!
* Create a system environment variable called `JEKYLL_GITHUB_TOKEN` and set the value to the token text
* Create a system environment variable called `SSL_CERT_FILE` and set the value to the full path of the `cacert.pem` file (found in the root directory of this repo)
* Restart your machine.

This should remove this error when building the repo. (ugh, sorry about that)
This project uses [Cake](http://cakebuild.net) to instrument the build and [Wyam](https://wyam.io) as the static site generator. This command will run Wyam via Cake, downloading all the tools and other packages you need.
5 changes: 0 additions & 5 deletions _config.dev.yml

This file was deleted.

43 changes: 0 additions & 43 deletions _config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions _includes/_image

This file was deleted.

32 changes: 0 additions & 32 deletions _includes/_splash.html

This file was deleted.

42 changes: 0 additions & 42 deletions _layouts/main.html

This file was deleted.

0 comments on commit 176efd0

Please sign in to comment.