Skip to content

flashapply/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

blog

flashapply.app publications

How to add a new publication

  1. Add a new folder in the publications folder with the following publication's slug as the folder name.
  2. Add a index.md file in this folder and fill out the front matter and content.
  3. Add a featured image named featured.jpg/png in this folder.

Front matter

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
---

Content

The content of a publication is written in Markdown.

Images

Add images to your publication by placing them in your publication folder and referencing them in your publication content with the correct path:

![My helpful screenshot](./screenshot.png)

Submissions

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.

About

flashapply publications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •