Skip to content

A website for CalTTC powered by Jekyll using airspace template - currently active at calttc.berkeley.edu

License

Notifications You must be signed in to change notification settings

pingpong2002/CalTTCwebpage

 
 

Repository files navigation

CalTTC Webpage

Website for CalTTC powered by Jekyll using ThemeFisher's Airspace template.

Updating Announcements

In the site directory there is a subdirectory named _post. Adding new Markdown files, will update the Announcements page in reverse chronological order. You can follow the format of previous posts. Make sure that each new post has a YAML header at the top in between --- markers. Please follow the naming convention of year-month-day-title.md. Be sure to deploy the site again after the edits.

Updating Board

The name, position, bio and image of the board page are editable in the board.html. To update the image simply upload the new images to _img and refer to the images appropiately in the board.html. Be sure to deploy the site again after the edits.

Depolyoing the website

In order to deploy the site, first ssh into the OCF server. If you don't know the password, ask Jay Monga ([email protected]).

Then, you can go into the website folder.

cd ~/jekyll/CalTTC

Pull from the GitHub repo to get new changes.

git pull

And lastly, deploy new changes to the webpage

bundle exec jekyll build -d ~/public_html

About

A website for CalTTC powered by Jekyll using airspace template - currently active at calttc.berkeley.edu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.1%
  • CSS 41.7%
  • JavaScript 4.7%
  • Ruby 0.5%