Skip to content

hmtl6/hmtl6.github.io

Repository files navigation

HMTL

HMTL6 logo

About

An informal monthly meetup group for front-end web developers, to discuss new developments in HTML, CSS and JavaScript.

This is an informal group with a (lack of) structure - topics are discussed in advance but the event itself is fairly open to move in whichever direction the discussion takes it, rather than having a formal rigid itinerary.

Too many tech meetups are bogged down by uninteresting irrelevant talks given by opinionated 'weblebrities' who are more interested in promoting their own brand than offering something useful to practitioners. We will stick to useful interesting topics that will be of direct benefit, community driven discussions rather than "my opinion is best because I like the sound of my own voice".

Contributing

This site is hosted on Github pages.

The site uses Jekyll to build static templates, so the first step is to install it (see their website for instructions)

gem install jekyll

To compile the static templates locally, run:

jekyll build

To add a new page, create a new file in the _posts directory.