https://github.com/maxdome/maxdome.github.io
https://github.com/maxdome/maxdome.github.io
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxdome/maxdome.github.io
- Owner: maxdome
- Created: 2017-07-21T09:29:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T13:23:58.000Z (about 8 years ago)
- Last Synced: 2025-02-17T16:45:07.805Z (over 1 year ago)
- Language: CSS
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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