An open API service indexing awesome lists of open source software.

https://github.com/maxdome/maxdome.github.io


https://github.com/maxdome/maxdome.github.io

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Contributing Rules

https://confluence.sim-technik.de/display/MXDSD/maxdome+Tech+Blog

# How to create a post

Because the blog use [jekyll](http://jekyllrb.com/) every post is just a file in the `_posts` directory.

1. Create a [new file in the `_posts` directory](https://github.com/maxdome/maxdome.github.io/new/master/_posts)
2. The filename must have the format `date-title.md`, e.g.: `2017-4-28-ai-first-at-maxdome.md`
3. The content must start with a Front Matter, e.g.:
```
---
layout: post
title: AI first @ maxdome
---
```
4. Write your content in [markdown](https://en.wikipedia.org/wiki/Markdown)
5. Commit the file via new branch and pull request to let someone review it before publishing
6. https://maxdome.github.io/ will be automatically updated after merging the pull request with the new post