An open API service indexing awesome lists of open source software.

https://github.com/thenewtoncapstone/blog

A repository of what we're learning & our progress as we embark on this crazy journey!
https://github.com/thenewtoncapstone/blog

blog chirpy-theme jekyll utterances

Last synced: 4 months ago
JSON representation

A repository of what we're learning & our progress as we embark on this crazy journey!

Awesome Lists containing this project

README

          

# Blog

Welcome to our blog!

## How To Post

1. Go to `_posts`
2. Create a new file named as `YYYY-MM-DD-title-of-post.md`
3. Make sure the file starts with:
```
---
title: ""
date: YYYY-MM-DD
categories: [, , ]
tags: [, , ] # TAG names should always be lowercase
author:
---
```
4. Write the post in Markdown format!

## How To Add Author

1. Go to `_data/authors.yml`
2. Add a new section like follow, while replacing the <> with your info. The `url` field is for a linkedin page, portfolio, etc.:
```
:
name:
url:
```
3. Commit, create PR and merge!

## Building Locally

For local building instructions checkout the [original Chirpy repository](https://github.com/cotes2020/jekyll-theme-chirpy).