GithubHelp home page GithubHelp logo

cko / nixcon2017 Goto Github PK

View Code? Open in Web Editor NEW
6.0 9.0 18.0 63.29 MB

Source of the NixCon 2017 website

Home Page: http://nixcon2017.org/

CSS 0.61% HTML 98.88% Haskell 0.23% JavaScript 0.14% Nix 0.05% Shell 0.09%

nixcon2017's Introduction

Website for NixCon 2017

Build

The site is build with Hakyll

ghc --make site.hs
site build
site server

Build with nix

nix-build

Travis Deployment

Go to GitHub.com -> Settings -> Applications -> Personal Access Tokens — > Create new token, and copy it to your clipboard travis encrypt -r cko/nixcon2017 GH_TOKEN=[your token]

nixcon2017's People

Contributors

cko avatar copumpkin avatar fpletz avatar johbo avatar k0001 avatar maxhbr avatar moretea avatar profpatsch avatar seelmann avatar thufschmitt avatar zimbatm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nixcon2017's Issues

Clarify who's organizing the conference

There seems to be a fair amount of confusion on IRC and nobody seems to know who's actually behind the conference. Would be nice to give credit and also have an idea who's putting in the work to make this thing happen!

Fix styles at participant page

  • the margin of the icons on a card should be smaller so that line breaks can be avoided
  • the text on the corner ribbons should be centered and the ribbon be moved closer to the corner
  • the ribbons should use prettier colors

Two more hackathon entries

    {
        "title": "Test ALL the things",
        "homepage": null,
        "description": "<p>I will work on the package tests I introduced in <a href=\"https://www.youtube.com/watch?v=6bLF7zqB7EM\">my talk</a>.</p><p>If you want to help, have questions or want to know how to write tests for your package, please join me!</p>",
        "host": "Profpatsch",
        "required_experience": null
    },
    {
        "title": "taggedUnion type for the module system",
        "homepage": null,
        "description": "<p>Tagged unions, also called sum types, can represent different values which have a nested type themselves. A practical example where this is useful is <code>hdparm -a</code>, which represents different semantic values with ranges in one byte. In nixos we could represent that with <code>type = taggedUnion { off = unit; low = int.between 1 127; high = int.between 128 254; };</code>.</p><p>I am having a bit of trouble with how to define the merge function, so please shout if you know the insides of the module system.</p>",
        "host": "Profpatsch",
        "required_experience": "a bit of nix to help OR the module system to help a lot"
    },

Don’t want to do a PR, because there will probably be merge conflicts.

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.