5th interation of esi.gg - static version
The 5th iteration of ESI website. Main goals:
All easily solved and maintained by Jekyll!
Notes: Follows the example file in _drafts/1995-01-01-template.md
_events/
<date of event>-<name of event>.md
(e.g. 2016-09-01-smash-weekly.md
is the Smash Weekly on Sept 1st, 2016)In the new file add the metadata and fill in the content:
Leave content which is unknown or non-existent blank
---
layout: "event"
title: "General Meeting"
date: 2016-01-01 00:00:00
date-end: 2016-01-01 00:00:00
categories: "event"
location: "Round Meeting Room"
games:
- "lol"
tags:
- "something"
image-link: "/images/logos/esi/esi.png"
event-link:
ticket-link:
rules-link:
description: "This is a general meeting"
---
// Event info
.md
extension) follows the following syntaxgit clone https://github.com/esportsinitiative/esportsinitiative.github.io.git
pwd
should print something like .../esportsinitiative.github.io/
)cd
(change directory) and ls
(list) commandsbundle install
bundle exec jekyll serve
http://127.0.0.1:4000
NOTE: There are problems with the auto rebuilding support, at least on Windows, as such this method will be less produce when making edits. This also
pwd
should print something like .../esportsinitiative.github.io/
)
# Replace `pwd` with $pwd` on PowerShell
docker build -t esi .
docker run -it --rm -v `pwd`:/srv/jekyll -p 4000:4000 esi bash
jekyll serve
# If the site doesn't reload between changes reload the server with
# ctrl + c
# jekyll serve
docker-compose up
http://127.0.0.1:4000
It helped us! May it help you!
Building stuff: