Code Monkey home page Code Monkey logo

andrealeone / snt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from speckandtech/speckandtech.github.io

0.0 0.0 0.0 112.32 MB

The website of Speck&Tech, a community of startuppers, students, professionals and... anyone that aims at building a network of tech enthusiasts within the Trento area, with the purpose of learning about and sharing new ideas regarding development, design, startups and any related topic.

Home Page: https://speckand.tech

HTML 34.01% SCSS 65.97% Ruby 0.02%

snt's Introduction

Speck&Tech

System Preparation

You'll need Ruby and the Bundler gem installed on your machine. As our site is hosted on GitHub pages, you are required to procure the same dependency versions they ship. We suggest using the rbenv version manager.

# install the Ruby version manager
brew install rbenv ruby-build
rbenv install $(cat .ruby-version)

# set the local Ruby version
rbenv local $(cat .ruby-version)

# install the package manager
gem install bundler

Local Installation

  1. Clone this repo, or download it into a directory of your choice.
  2. Inside the directory, run bundle install. It will fetch Jekyll and its dependencies.

Compatibility issues with your platform? Fear not! Just run bundle lock --add-platform <platform>.

Jekyll Development Mode

To get the server running:

bundle exec jekyll serve [--livereload]
# in alternative
jekyll serve [--livereload]

It will take care of livereloading and Sass compiling. If you need more info, please see the Jekyll docs.

Deploy

When you push to master, Github Pages will take care of building the website and deploying it at http://speckand.tech.



Management

How to use the website to expose content. If you are an editor this is the section for you.

Events on the homepage hero

For a matter of simplicity, when the hero is in loading mode several fields are not shown even if they have a value.

The hero is managed by editing _data/homepage-event.json.

The most important field is type. Is used to set the mode of the hero.

You can use two types of type:

  • event: During regular events when we have all necessary data
  • loading: Before a new event

Use the "event" type

We are near event 42 and we need to display all the information on the homepage.

Set the type field to event. Fill in all the other necessary fields. Remember that if a field has a value it will be visible.

Use the "loading" type

Event 64 has finished, we need to remove the details from the homepage.

You need to change type from event to loading and empty the ticket-url field if filled.

We don't have details for the event but we want to publish the tickets page.

Once you have the link to the tickets page set the ticket-url field. Example: "ticket-url": "//bit.ly/ST-64".

snt's People

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.