This repository contains the website for the Applied Machine Learning (AML) Lab at the University of Bonn.
Then:
-
Install dependencies:
bundle config set --local path 'vendor/bundle' bundle install
-
Run the site locally:
bundle exec jekyll serve -
View the site: Open
http://localhost:4000in your browser
Create a new file in _posts/ named YYYY-MM-DD-your-title.md with the following front matter:
---
layout: post
title: "Your Post Title"
date: YYYY-MM-DD
author: Your Name
categories: [A list of categories]
description: false
---
Your content here...The post will automatically appear on the /news/ page. The date in the filename controls the sort order.
Please do not commit files for downloading (like lecture slides or assignments) into this repo. Create a separate repo or use a different hoster for this.