Skip to content

Commit

Permalink
Merge a2d0f4c into e64b898
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent authored Sep 20, 2023
2 parents e64b898 + a2d0f4c commit e8622ed
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ Guide](https://projectpythia.org/contributing.html) for overall
contribution guidelines (such as detailed description of Project
Pythia structure, forking, repository cloning, branching, etc.).

## Instructions for adding a blog post

We use [Sphinx ABblog](https://ablog.readthedocs.io/en/stable/) to add blog posts to our site.

Within the `portal/posts/` folder add your `.md` blog file with the following heading:

```
---
blogpost: true
date: MON DD, YYYY
author: First Last
tags: sample-tag
---
```

The post will automatically be recognized and displayed when you build the portal site.

## Instructions for building the portal site

The portal site is built with [Sphinx](https://www.sphinx-doc.org/).
Expand Down Expand Up @@ -66,7 +83,7 @@ Open with your web browser, or from the terminal:

```bash
open _build/html/index.html
```
`````

However, many of the links will not work. For all of the links
found in the portal to work properly, you'll need to set up a local
Expand Down

0 comments on commit e8622ed

Please sign in to comment.