Hyde is an archive of The Phoenix Chronobiology Projects' original website, at www.phoenix.tc-ieee.org
. That site was retired when the host site was refactored.
The archived content deployed with Jekyll, a static site generator.
The site is built and deployed by GitHub from the main branch. A build is triggered by any push to that branch.
The repository currently places minimal constraints on change. Anyone with write access may directly
push
content from a local repository to the GitHub repository. Expect more robust change management as the number of contributors grows.
The following is derived from docs.github.com / "Text site locally with Jekyll". If you have problems with the following instructions then see the GitHub docs.
-
Set up
git
-
Install Ruby and Jekyll.
-
Checkout repository
git clone https://github.com/phoenix-chronobiology/hyde.git cd hyde
-
Run
bundle install
. -
Run your Jekyll site locally.
$ bundle exec jekyll serve > Configuration file: /Users/octocat/hyde/_config.yml > Source: /Users/octocat/hyde > Destination: /Users/octocat/hyde/_site > Incremental build: disabled. Enable with --incremental > Generating... > done in 0.309 seconds. > Auto-regeneration: enabled for '/Users/octocat/hyde' > Configuration file: /Users/octocat/hyde/_config.yml > Server address: http://127.0.0.1:4000/hyde/ > Server running... press ctrl-c to stop.
-
Open the local site.
In your web browser, navigate to http://127.0.0.1:4000/hyde/.