-
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
6 changed files
with
1,113 additions
and
131 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,6 +1,18 @@ | ||
# About This Branch: Simplest Journal Starter | ||
|
||
This branch, simplest_journal_starter, is the most most simple of all sub-projects in this repository and may be a good starting place for customization that differ from those seen in all other branches. | ||
This branch, simple_journal_starter, is the second most simple of all sub-projects in this repository. It differs from the simplest_journal_starter in that is has additional features listed in these section on [Incrementally Added Features](#incrementally-added-features) | ||
|
||
This sub-project is based on [Brad Traversy's Next Markdown Blog](https://github.com/bradtraversy/next-markdown-blog) and its accompanying [video tutorial](https://www.youtube.com/watch?v=MrjeefD8sac&list=PLYZPgijbvzkZjFnjis7CYKyJgBt8ZSZ7X&index=3&ab_channel=TraversyMedia). | ||
This sub-project is based on [Brad Traversy's DevSpace Blog](https://github.com/bradtraversy/devspace-blog), which is part of his [Next.js Udemy course](https://www.udemy.com/course/nextjs-dev-to-deployment). | ||
|
||
|
||
|
||
## Incrementally Added Features | ||
|
||
This branch is an expanded version of simplest_journal_starter. The features expected to be implemented in this branch which are not present in simplest_journal_starter are the following: | ||
|
||
* Pagination of the posts on the index page | ||
* Grouping of posts by category | ||
* A simple search function of site contents (posts) | ||
* Caching of posts | ||
* Tailwind CSS | ||
|
Oops, something went wrong.