Code Monkey home page Code Monkey logo

level-up's Introduction

Level-Up

This is the source code for the https://level-up.cc website.

Build Status

In 2016, all Level Up content was added to Github in an effort to make the content accessible for remixing and sharing.

All content on this site is available under a Creative Commons Attribution-Share Alike Unported 3.0 license by multiple authors.

Explore advice from fellow digital safety trainers and experienced facilitators, customize curriculum keyed to how adults learn, learn more from experts on the Psychology of Security Trainings and self-care (including how stress and trauma affect the ability to learn as well as train effectively), get ideas from icebreakers and activities to start your workshops and make them fun, check out guides on developing trainings and crafting agendas, and more. All made for trainers by their fellow trainers.

Who built the site?

The website was built by the engine room in the spring of 2016.

User Experience - Julie Lorch

Designer - Dimitris Stamatis

Developer - Hannah Edrosa

How can I contribute?

If you want to contribute:

  • email the community maintainer
  • fork the repo, edit and submit a pull request

See the wiki for instructions for adding content.

Building the source code

First you need to install the following tools. The instructions depend on the operating system you use.

git clone [email protected]:levelupcc/level-up.git

The compiled code can be found in the _site folder. If you want to build it with a different baseurl, change the baseurl value in _config.yml.

# Site settings
title: LevelUp
description: Resources for the global digital safety training community.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site

Once you've added the baseurl you want, run the build command.

jekyll build

Or change it on the fly when you run the serve command with the baseurl of your choosing.

jekyll serve --baseurl '' --watch

Deployment

Main site

Level-Up uses Github Actions to automatically deploy the site on Github Pages whenever there is a change to the repository. The Action it uses is .github/workflows/publish-to-gh-pages.yml. It is based on Jekyll's recommended Action configuration: https://jekyllrb.com/docs/continuous-integration/github-actions/.

Dev site

The dev site also uses Github Actions to build whenever there is a change to the dev repository, in a slightly more complicated manner:

  • Github Actions runs the .github/workflows/publish-to-dev.yml Action that first builds the site, then transfers the directory with static files to another repo, level-up-dev
  • level-up-dev runs its own Github Action to publish the static files.

level-up's People

Contributors

houndbee avatar joncamfield avatar mayarichman avatar megdeb avatar mfc avatar nicsrlv avatar rorymbyrne avatar seamustuohy avatar tingeber avatar

Watchers

 avatar

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.