montrehack / montrehack.github.com

The MontréHack website
https://montrehack.ca
21 stars 13 forks source link

Splitting in posts #9

Closed obilodeau closed 9 years ago

obilodeau commented 9 years ago

This is starting the work to split our archive section into posts. Most of what was there was converted. The rest will be easily done and I have several files on my laptop to still push.

The archive page now shows montrehacks sorted by date and grouped by tags. Tags are topics that I assigned to our montrehacks. You can have multiple of them.

Some of the posts are incomplete and we will need to hunt presenters for their slides, etc. I added a status property in the header when a post is incomplete.

Using _posts/ instead of appending to archives.md will be nicer because we will be able to git mv index.md _posts/<date>-topic.md and simply adjust the file in order to archive a montrehack session. Then copy the "coming-up" teaser into index.md and wait for the next person to manage the montrehack to take care of it.

The reason this commit is so large is that it includes @ouaibe's slides for his smartcard session.

Let me know if you have any questions. Looking at the site through jekyll serve is probably going to be an easier review than to look at this diff :frowning:

obilodeau commented 9 years ago

Addressing a comment @marc-etienne made in person about the northsec slides being included (and large):

We could git submodule the archives/ but so far since there is only the northsec smartcards reveal.js slidedeck in there I don't think the hassle of going submodules (with the learning curve it implies for others) is worth it.

I suggest that next time we get a bunch of files to host for a particular event then we reconsider.