Skip to content

StratosNinja/skgtech.github.io

 
 

Repository files navigation

Thessaloniki's tech and developer Events, Meetups & News.

Meetup Organizers

SKGTech is using a Public Google Calendar for storing and reading the events and meetups. We also retain very few Pinned events that are edited only within this repository and reside in the _data/featuredevent.yaml file. The Pinned events will appear after all the Calendar events.

Web Developers

If you want to contribute to the development of this site you first need to setup your environment based on the project's requirements.

The Stack

  • Node >= 0.12.x
  • Ruby If you're on OS X or Linux you probably already have Ruby installed; test with ruby -v in your terminal.
  • Gulp npm install -g gulp
  • Jekyll gem install jekyll

This project was built using Jekyll, you don't need to be familiar with these tools to do most of the tasks.

Installing the project

First fork this repository and clone it to your local:

git clone git@github.com:YOUR_USERNAME/skgtech.github.io.git

After cloning is finished you need to install the development dependencies:

npm install && bower install

Working with the project

gulp

The default gulp task will:

  • Launch default Jekyll dev server.
  • Watch _sass, _frontapp, _includes and _layouts folders for changes and re-build them.

More specific tasks:

  • gulp styles: Builds sass files and produces css/main.css
  • gulp scripts: Browserifies whatever is in _frontapp and produces assets/js/app.js
  • gulp jekyll: Builds jekyll
  • gulp clean: Deletes jekyll's build files (jekyll clean)
  • gulp serve: Just serves, without watching

Assets and pages locations

  • Edit styles inside ./_sass/ folder. /css/ is auto generated.
  • The project's homepage is the file index.html in the root folder.
  • All the site's data are in the _data/ folder.

Notes

License

MIT

About

Thessaloniki Tech Community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.1%
  • HTML 28.0%
  • JavaScript 8.9%