First Post

What would a first post be without some arbitrary content that demonstrates the capabilities of the platform?

For instance, syntax highlighting appears to work (except in preview pages, where it isnt properly escaped due to an apparent Grav bug).

#include <stdio.h>
#include <stdlib.h>

int main(int argc, char *argv[])
{
    (void) argc;
    (void) argv;
    printf("Hello, world!\n");
    return EXIT_SUCCESS;
}

Additionally, the QR code plugin works (with one minor patch).


Notices appear to work!


Task lists do not work:

  • [x] Enable Grav docker image
  • [x] Test plugins
    • [x] Syntax highlighting
    • [x] QR codes
    • [x] Notices
    • [ ] Task lists
  • [x] Create some test content
    • [x] Create blog
    • [x] Create some unlisted content
  • [ ] Switch to Traefik instead of nginx

Next Post