Add stub ticket sales open and CFP open posts

This commit is contained in:
Ben Sturmfels 2023-04-20 12:09:44 +10:00
parent aeb8f9d85e
commit 8cd73d442b
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
4 changed files with 28 additions and 3 deletions

22
README.md Normal file
View file

@ -0,0 +1,22 @@
This site uses the Pelican static site builder, which you can install with
something like:
apt install pelican
To work on the site locally, run:
pelican devserver
To deploy run:
export SSH_HOST=...
export SSH_PORT=22
export SSH_USER=...
export SSH_TARGET_DIR=...
make publish
make ssh_upload
(The `ssh_upload` command is slower than `rsync_upload`, but `rsync_upload` will
delete files, so you need to be 100% sure the target directory is set
correctly.)

3
content/cfp-open.md Normal file
View file

@ -0,0 +1,3 @@
title: Call for proposals open!
tags: news
date: 2023-04-21

View file

@ -1,3 +0,0 @@
title: News item
tags: news
date: 2023-04-20

View file

@ -0,0 +1,3 @@
title: Ticket sales open!
tags: news
date: 2023-04-21