Add stub ticket sales open and CFP open posts
This commit is contained in:
parent
aeb8f9d85e
commit
8cd73d442b
4 changed files with 28 additions and 3 deletions
22
README.md
Normal file
22
README.md
Normal 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
3
content/cfp-open.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
title: Call for proposals open!
|
||||
tags: news
|
||||
date: 2023-04-21
|
|
@ -1,3 +0,0 @@
|
|||
title: News item
|
||||
tags: news
|
||||
date: 2023-04-20
|
3
content/ticket-sales-open.md
Normal file
3
content/ticket-sales-open.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
title: Ticket sales open!
|
||||
tags: news
|
||||
date: 2023-04-21
|
Loading…
Reference in a new issue