-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# A git diary | ||
# [A git diary](https://pboueke.github.io/git-diary/index.html) | ||
|
||
Hello world! | ||
This repository is managed by an instance of the [git-diary-api](https://github.com/pboueke/git-diary-api).You can view the static rendering of the diary [here](https://pboueke.github.io/git-diary/index.html). | ||
|
||
The git-diary project aims to provide an absolutely basic diary/blogging experience backed by a git repository. The chosen repository must contain a folder named `posts`, and that's it. The details of setting up the repository are explained in the [git-diary-api](https://github.com/pboueke/git-diary-api) project, which is responsible for managing the repository. | ||
|
||
Blog posts are written in markdown and saved as plain text in files named as `yyyy-MM-dd-Post-Title.md`. | ||
|
||
This is a very simple project aiming to provide basic file management over a git repository. The API provides an easy way to integrate this solution in file editors, chat bots and whatever else. | ||
|
||
If you are looking to set up a diary, simply create a new repository with a folder named `posts` and set up the api following the steps described [there](https://github.com/pboueke/git-diary-api). If you want the static rendering to be public, enabled github pages in your repository and copy the `index.html` file to it, editing whatever you fell like editing. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.