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!
- Host: GitHub
- URL: https://github.com/thenewtoncapstone/blog
- Owner: TheNewtonCapstone
- License: mit
- Created: 2024-07-24T16:00:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T07:17:49.000Z (over 1 year ago)
- Last Synced: 2025-01-30T21:34:49.080Z (over 1 year ago)
- Topics: blog, chirpy-theme, jekyll, utterances
- Language: Ruby
- Homepage: https://thenewtoncapstone.github.io/blog/
- Size: 3.7 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).