Skip to content

phoenix-chronobiology/hyde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyde

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.

Building the site

Production build

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.

Local build

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.

  1. Set up git

    See https://git-scm.com/downloads.

  2. Install Ruby and Jekyll.

    See https://jekyllrb.com/docs/installation/.

  3. Checkout repository

    git clone https://github.com/phoenix-chronobiology/hyde.git
    cd hyde
    
  4. Run bundle install.

  5. 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.
    
  6. Open the local site.

    In your web browser, navigate to http://127.0.0.1:4000/hyde/.