Skip to content

Commit 146ea52

Browse files
committed
Merge branch 'master' into change-blog-folder
2 parents a5568be + a25b6ea commit 146ea52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ draft: true
44

55
# Sample blog powered by [Truegit](https://truegit.io)
66

7-
To create a blog on Truegit, you need to do follow these steps:
8-
97
1. Create a Github repository with a truegit.yaml configuration file at the root folder. You may also fork this sample repository to get started.
108
2. Install the [Github App](https://github.com/apps/truegit-app) and give it access to the repository.
119
3. Log in to Truegit dashboard and add the repository. At this point, your blog should be live.

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ disableSuggestEdit: true
33
skipListing: true
44
---
55

6-
## About
6+
## About: Sample Change
77

88
This is a sample about page for the blog. You may use this blog as a starting point for you blog. Simply clone the repository and install the [Truegit Github App](https://bit.ly/3GyRCBG) to get stated.

truegit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
title: OverReact
22
description: I love React so much that I overReact.
3+
# Theme must be a HEX value inside quotes
4+
theme: "#CF508A"
35
# This folder is where all the files related to the blog would live
46
bannerImage: /banner.webp
57
logoImage: ./logo.png

0 commit comments

Comments
 (0)