From ad588a4ba1504443bca9219f77735c4b4b31b74c Mon Sep 17 00:00:00 2001 From: Can <> Date: Tue, 1 Dec 2020 06:54:55 +0300 Subject: [PATCH] Readme edit --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7acbc1..b736d36 100644 --- a/README.md +++ b/README.md @@ -1 +1,39 @@ -This is a starter template for [Learn Next.js](https://nextjs.org/learn).# digital-garden-react-nextjs +# Digital Garden Implementation of Next.JS + +A digital garden implementation of React with Next.Js. It is currently not suitable for production environment. Also, code is written in a rush and it is not optimized yet. + +The theme has: + +* Wiki style bi-directional internal links +* Graph-map of internal links + + + +![digital-garden-nextjs](https://cbsofyalioglu.fra1.digitaloceanspaces.com/note-images/digital-garden/digital-garden.gif) + + + +Except `post/index.md` and `/post/sidebar.md`, you can delete all the posts and rebuild it. + + + + + + + + + +The list of amazing programs used in this theme: + +* unified +* remark +* remark-wiki-link +* remark-preset-lint-markdown-style-guide +* remark-parse +* remark-html +* remark-highlight.js +* remark-external-links +* remark-frontmatter +* gray-matter +* jsnetworkx +* d3 \ No newline at end of file