Skip to content

DPHHSCodingClub/DPHHSCodingClub.github.io

Repository files navigation

DPHHS Coding Club front-facing webpage

This repository currently hosts a static redirect to our most up-to-date website at https://tinyurl.com/dphhs.

The Jekyll website (created Fall 2022) has been mothballed, but it can be restored with the following commands:

mv index.html        index-redirect.html
mv index-jekyll.html index.html
rm .nojekyll

Freelancer Jekyll theme Build Status

Jekyll theme based on Freelancer bootstrap theme

How to use

  • Place a image in /img/portfolio/
  • Replace your-email@domain.com in _config.yml with your email address. Refer to formspree for more information.
  • Create posts to display your projects. Use the follow as an example:
---
layout: default
modal-id: 1
date: 2020-01-18
img: cabin.png
alt: image-alt
project-date: January 2020
client: The Client
category: Web Development
description: The description of the project

---