Giter Site home page Giter Site logo

2mh / ccc-ch.ch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ccc-ch/ccc-ch.ch

0.0 2.0 0.0 114.31 MB

Website des Chaos Computer Club Schweiz

Home Page: https://www.ccc-ch.ch/

Makefile 2.23% Python 17.13% Shell 1.25% HTML 11.62% CSS 67.75% Roff 0.03%

ccc-ch.ch's Introduction

ccc-ch.ch

Website of CCC Swiss association.

Dependencies

The CCC-CH website is implemented with the help of Python and the Pelican Static Site Generator. Content is written in Markdown.

Development setup

Manual setup

You can set up the development environment locally. Then you need the following tools:

  • Python 2 or 3
  • Virtualenv

First, create a virtualenv:

$ virtualenv VENV
$ . VENV/bin/activate

Then install the dependencies:

$ pip install -U -r requirements.txt

Now start the development server:

$ ./develop_server.sh start

The web server is now running on http://localhost:8000.

Markdown use

You can use the online Markdown Editor to write articles and protocols.

Deployment

If you have a user account on the ccc-ch.ch Server, first make sure that the correct umask is set in your ~/.profile file:

umask 022

Then you can deploy the website via rsync:

$ make rsync_upload

ccc-ch.ch's People

Contributors

keachi avatar dbrgn avatar niklaushofer avatar gnurbs avatar the-compiler avatar xtaran avatar j0wi avatar

Watchers

hmm avatar James Cloos 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.