flashapply.app publications
- Add a new folder in the publications folder with the following publication's slug as the folder name.
- Add a
index.md
file in this folder and fill out the front matter and content. - Add a featured image named
featured.jpg/png
in this folder.
The front matter of a publication should look like this:
---
title: "Paper Title"
date: June 23rd, 2023
slug: my-new-publication
author: Example Author
duration: 5 minutes read
cover: featured.jpg
---
The content of a publication is written in Markdown.
Add images to your publication by placing them in your publication folder and referencing them in your publication content with the correct path:

To submit a publication, please open a pull request with your publication added to the publications
folder. Please make sure that your publication follows the naming convention and includes all the necessary files. Your publication will be reviewed and merged. Once merged, your publication will be live on the website.