Giter Site home page Giter Site logo

wwpg_2021's Introduction

The Doyle Lab main website

This repository encodes the lab website with github pages / jekyll.

TODOS

How to add content

  1. Fork the repository to your own github account using the "fork" button on the site. If you previously created a fork, be sure to synchronize your fork with the main repository first. Instructions at How To Ensure Your GitHub Fork Is Up To Date explain how to do that from the command line or the github website.
  2. Clone your fork to your local computer (git clone)
  3. Create a new feature branch (git branch feature-name) and check it out (git checkout feature-name)
  4. Make your edits in a new feature branch, for example
  • add image files, for example add a profile picture at assets/images/team/vladimir-sanchez-2019-pic.jpg
  • edit an existing page, for example change the image location in `team/_posts/2019-01-01-vladimir-sanchez.md'
  • create a new page, for example copy news/_posts/2018-10-01-welcome-sam.md to a new file news/_posts/2019-01-01-welcome-vlad.md and then edit.
  1. Commit your changes
  • first add them, e.g. git add assets/images/team/vladimir-sanchez-2019-pic.jpg
  • commit with an informative message, e.g. git commit -m "new vladimir sanchez picture"
  1. If possible, preview the website locally using bundle exec jekyll serve to create it, and then browse to http://127.0.0.1:4000/
  1. Push changes to your fork with git push feature-name.
  2. Make a pull request into the staging branch. Someone, probably Edward, will review the pull request and incorporate it into the website.

Most of these steps can also be done via the website of your github fork, avoiding the command-line clone and push steps. I don't know how to preview the website edits this way, though.

News

Updating the public site

All edits should be made on the staging branch.

License

MIT

wwpg_2021's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.