Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 863 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 863 Bytes

GroningenML website

Aanmaken van een pagina.

Om een pagina aan te maken geeft je een relatief pad op.

hugo new posts/welcome.md

hugo new projects/hugo.md

Front matter

Het je een post gemaakt vergeet dan niet author toe te voegen aan de frontmatter

---
title: "Deep Squeak"
date: 2019-02-26T10:08:12+01:00
draft: false
author: "Clemens Tolboom"
---

Document a meetup

In /misc we have a notebook for each meeting. They could/should have a slides config.

  • Create custom (*.html) and custom (.slides.html)_
  • Move these files into /static/meetups
  • Update

Polls (inactive)

Een poll bestaat uit een bestand in content/polls/*.md en een AlpacaJS configuratie in static/js/polls/*.js.

Verder zijn er nog support CSS en JS in bijbehorende static/*

Lokaal testen

hugo server -D