GithubHelp home page GithubHelp logo

tomclement / geeknight Goto Github PK

View Code? Open in Web Editor NEW

This project forked from twkampala/geeknight

0.0 2.0 0.0 1.08 MB

Geek Night Kampala - Monthly technology meetup for geeks!

Home Page: http://twkampala.github.io/geeknight

License: MIT License

geeknight's Introduction

Geek Night Kampala

Development

Using nanoc for static site generation. Jekyll/Octopress are hard-coded for blogging, while Nanoc is much simpler, doesn't take any assumptions and allows to build whatever type of content (not just blogs).

To start developing,

  • Clone this repository
  • Forget about whatever present in the root folder
  • Worry only about the generator folder
  • cd generator and do bundle install. You'll need RVM + Ruby 2.0
  • Make changes (see below folder structure). Mostly you'll be dealing with generator/content
  • Run nanoc to compile the website
  • Run nanoc view to start a server and browse to localhost:3000

For ease, there is a Guardfile. You can run bundle exec guard, it will keep watching for changes and re-compile the site whenever any file is changed.

Folders of interest

  • generator - this is the main source code, rest are all generated source code that can be ignored
  • generator/assets - contains all assets
  • generator/assets/app.sass - contains the main stylesheet
  • generator/assets/img/speakers - contains speaker images
  • generator/content - content for each geek night
  • generator/layouts - layouts for default and archive versions
  • generator/Rules - routing rules

Front-End Development

  • Pure HTML/CSS/Javascript website. No JQuery.
  • Used HTML5 Boilerplate to generate the skeleton.
  • Used colourlovers.com for the color swatches.
  • Using SASS and Foundation for all the Styling.
  • Icon fonts were generated and downloaded from Fontello. Only icons from the Modern Pictogram set were used for consistency.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.