Skip to content

jewatkins/fanssie.github.io

 
 

Repository files navigation

Overview

This is the official DOE FAnSSIE website, hosted on GitHub. It's web address is https://fanssie.github.io/.

Usage

FAnSSIE members should feel free to directly modify the master branch (which is the branch that is rendered to the webpage) as they see fit. One easy way to do this is via web-based editing and committing. If error-free, your edits will be automatically incorporated into the website, generally within a few seconds. If you're feeling cautious you can always clone and configure a local rendering environment, too.

Layout

The site is based on Jekyll, which is a Github-supported static site generator. Main pages are written in Markdown (.md). You can use Markdown or HTML/CSS in these files, they're pretty flexible. Template designs are also open to modification by advanced developers.

The main configuration file is _config.yml.

The landing page is index.md.

Additional pages are added as follows:

  1. Create and commit a new YOURPAGENAME.md file (online or via local clone/create/commit/push).
  2. Add YAML header to top of file (see existing *.md files), including a permalink ID for the page.
  3. If you want your page appearing on the top banner, in _layouts/default.html, being careful about upper/lower cases, add: <a href="{{ site.baseurl }}/[YOURPAGENAME]">[YOURPAGENAME]</a>. to the list of existing pages.

Contact

This website was configured by Matt Hoffman, following the ProSPect template set up by Jeremy Fyke. Comments, questions, direct commits or pull requests welcome!

About

FAnSSIE project website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 91.1%
  • HTML 8.9%