Coder Social home page Coder Social logo

netherlands.rustfest.eu's Introduction

Contributing

If you want to add to this website use git to clone it.

git clone --branch master [email protected]:RustFestEU/netherlands.rustfest.eu.git netherlands.rustfest.eu

Or to update your local copy

git checkout master
git pull

Yarn is used for dependency management. To install the dependencies required run

yarn install

You can start a local development server to explore the data in the GraphQL explorer or to preview the changes you've made with.

yarn start

Once you've completed your content changes (see Content) run the deploy command. This will create an optimised build and push it to the gh-pages branch from which it will be served.

yarn deploy

Optionally you can use the -m option to add a description of what you changed.

yarn deploy -m "Added John Doe as speaker"

Don't forget to commit and push your changes to the content on the master branch so other people can iterate on top of them.

git commit
git push

Content

All content filenames should be lowercase with words separated by hyphens (-).

Whenever content is added a rebuild is needed.

Adding speakers

Copy the template below and change values as needed.

---
name: Example Namse
image: /images/example.jpg
links:
  - icon: github
    url: https://github.com/example
  - icon: twitter
    url: https://twitter.com/example
---

Examples are great, that's why it should definitely be a speaker.

image should be a path to a file in the /content/images folder that starts with /images.

Adding sponsors

Copy the template below and change values as needed.

---
name: 'Example LLC'
link: 'https://example.com'
group: sponsor
level: travel
image: /images/sponsors/example.jpg
---

Description for platinum sponsors can go here.

group should be one of:

  • sponsor
  • partner
  • venue
  • media

level should be one of:

  • platinum
  • gold
  • silver
  • bronze
  • travel

Adding sessions

Copy the template below and change values as needed.

---
title: Title of the session
date: 2018-04-05T10:00:00.000Z

speakers:
  - Example Name
---

This is an example session that'll be awesome.

speakers can be multiple values in Markdown list format or a single value. Each value should correspond to the value of the name field of one of the files in the /content/speakers folder.

Adding teammembers

Copy the template below and change values as needed.

---
name: Jane Doe
image: /images/team/jane-doe.jpg

website: https://example.com
twitter: https://twitter.com/janedoe
linkedin: https://linked.in/u/janedoe
github: https://github.com/janedoe
gitlab: https://gitlab.com/janedoe
behance: https://www.behance.net/janedoe
medium: https://www.medium.com/@janedoe
discord: discord://janedoe#1234

---
Jane Doe has a lot of experience with organising conferences and will be 
attending RustFest for the third time. This is her first time organising RustFest.

Name, role and image are mandatory (use an anonymous image if the teammember does not want to display one). The other fields will only be output when filled.

netherlands.rustfest.eu's People

Contributors

kingdutch avatar wassasin avatar badboy avatar rafaelawetzel avatar dns2utf8 avatar

Watchers

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.