molequetu / skgtech.github.io

A vibrant community of developers, designers, product people and entrepreneurs.

Home Page:http://skgtech.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

SKGTech is a non profit organization based in Thessaloniki, Greece. The organization is comprised of creative and passionate people that love all the things revolving around technology.

For Meetup Organizers

SKGTech is using a public Google Calendar for storing and reading the events and meetups. See how you can add your event.

For 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
  • 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

Working with the project

gulp

The default gulp task will:

  • Browserify the required modules.
  • Build sass and the Jekyll site.
  • Launch default Jekyll dev server with BrowserSync.
  • Watch HTML/SASS/JS/YAML folders and rebuild and reload the site on your browser.

More specific tasks:

  • gulp browserify: Browserifies whatever is in _app and produces assets/js/app.js
  • gulp jekyll-build: Builds jekyll
  • gulp sass: Builds sass sources, adds source comments and produces _site/css/style.css and css/style.css files.

Assets and pages locations

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

Deploy

  • Generated styles and scripts must be committed.
  • Use npm run browserify-prod to generate a production build (only react transformer needs this, but it must be run on every build).
  • Anything merged on master branch automatically gets deployed by GitHub Pages.

License

MIT

About

A vibrant community of developers, designers, product people and entrepreneurs.

http://skgtech.io


Languages

Language:CSS 72.6%Language:HTML 19.7%Language:JavaScript 7.7%