GithubHelp home page GithubHelp logo

0x20 / hackerspaces.be Goto Github PK

View Code? Open in Web Editor NEW
12.0 13.0 16.0 274 KB

DEPRECATED - moved to https://gitlab.com/hackerspacesbe/website/

Home Page: https://hackerspaces.be

HTML 86.94% CSS 2.49% JavaScript 10.56%

hackerspaces.be's Introduction

DEPRECATED

The Git backend has moved to https://gitlab.com/hackerspacesbe/website/ and Hugo static site generation.
Commits in this repo will not be pushed to the hackerspaces.be website.


hackerspaces.be

Git backend for the content of https://hackerspaces.be feel free to fork, and to send me updates. Once I know you're not a spammer, you can get commit rights.

If you just want to add a new space it's easy, look into the hackerspaces.be/content/spaces folder, copy one and fill in your details. Editing an exiting space works the same way. The content is formatted with markdown, tutorial here.

This repo gets synced with the site every hour, so if your pull request has been accepted in the master branch, wait till the hour changes to check the site.

You are encouraged to write scripts, for instance, one that would pull a calender feed into git, and displays it nicely on the page. Or a script that checks twitterfeeds for tags and pushes that info to the repo.

Basic Installation

The main requirement, hyde, requires python 2.7 or above. Python3 and above are not yet supported.

pip install -r requirements.txt

Usage

The only command to execute is hyde gen. The static result will be in deploy/. If you copy it to another location make sure to also copy the media/ directory since it contains the stylesheet and images.

While developping, it may be usefull to use the integrated server with hyde serve -a localhost -p 8000

Or by using Docker (and access it via http://localhost:8080):

docker run -it  -p 8080:8080 -v $(pwd):/code nyxcharon/docker-hyde bash
hyde serve -a <ip of container>

Deployment

The script that's triggered on the server does :

cd ~/hackerspaces.be && git pull
hyde gen
rsync -rtu --delete-delay ~/staticnew/ ~/static/

Wishlist

  • Fancy imageslider on frontpage (every site needs one ;-)
  • Logo's of spaces on the page.

hackerspaces.be's People

Contributors

abcarnage avatar betz avatar c4ptaincrunch avatar drskullster avatar ekatsah avatar fs111 avatar gusttt avatar hansf avatar iliasb avatar iooner avatar janc13 avatar kefcom avatar merlijn-sebrechts avatar procrat avatar redfast00 avatar ruleant avatar sasja avatar warddr avatar zoobab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hackerspaces.be's Issues

Upgrade to Hyde 0.8.4

@fs111:

is there a particular reason that you are using a pretty old version
of hyde on the server? I wanted to play around with it and noticed
that it's not working with the latest release (0.8.4).

@HansF:

oops, I ended up here: http://ringce.com/hyde
https://github.com/lakshmivyas/hyde
the right one seems to be :
https://github.com/hyde/hyde

@fs111:

I will look into this. It seems that hyde has changed has quite a bit
and the whole structure has changed. I think it makes sense to change
it to the "new way".

Site update

Hi All

So one of our Brixel Members (Kefcom) editted the address a couple of months ago. 7 days ago this request was merged but the website still isn't updated. When will it see the latest changes?

cornify and https

I migrated hackerspaces.be to a more up-to-date, Belgian hosted server, and enabled https on it (Let's Encrypt ftw).

The problem is now that users get an error because some images are insecure (cornify).

Can we drop cornify in favor of https?

I looked into hosting the image and the javascript myself, but the unicorn images themselves are downloaded using http as well from the cornify website.

Any thought?

Website seems down

Hello,

The server doesn't seems to response anymore :/

psycojoker@maximoff ~ curl http://hackerspaces.be/
curl: (7) couldn't connect to host

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.