Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

KilleenCode/dotnetfringe.github.io

 
 

Repository files navigation

dotnetfringe.github.io

Website for dotnetfringe.org

Fonts: Intro Cond

To Build & Run

  • 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 refernece means that the standard _config.yml is used first, and then overriden with the values in _config.dev.yml. If you run into problems, feel free to reach out to Sean Killeen or find us on the dotNetFringe Slack org

Troubleshooting: Regeneration throws an SSL Error

Sean Ran into this problem.

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

  • Go to github and generate a personal access token
  • 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)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.4%
  • CSS 16.7%
  • HTML 4.8%
  • Ruby 2.1%