This is the source for the HackSlash website, powered by Jekyll
Feel free to suggest changes to our website.
- Please ensure Ruby is installed
- Use
ruby --version
, to verify if ruby is installed. - Also make sure
bundler
is installed bysudo gem install bundler
- Use
- Install
jekyll
usingsudo gem install jekyll
git clone https://github.com/hackslashjecrc/hackslashjecrc.github.io
cd hackslashjecrc.github.io
jekyll serve
orjekyll build
To keep layout and design same throughtout the website, use layout - default
and for team members profile use people
layout.
---
layout: default
title: PageName - HackSlash
description: PageName - HackSlash
id: category
---
- The profile page should be in
people/
dir, and name as username.html
---
layout: people
title: Name | Team - HackSlash
description: Name | Team - HackSlash
id: team
person: Name
designation: Team Member
branch: Branch
img: image #/assets/people/
email: email
facebook: username
twitter: username
github: username
linkedin: username
skills:
- skill: Skill 1
- skill: Skill 2
bio: A bio about yourself
---
- The team directory list
Mention details in
_data/team.yml
file
- id: username //the same as above created file
name: Full Name
img: image name #/assets/people/
branch: Branch
role: Team Member
skills: Skills
- The image
The image should be placed in
/assets/people/
folder with the same name specified inteam.yml
data file and/people/name.html
file. Recommended size of image - 480x480