From 958de5c2ce9986a5c8123d9ec798fd6683e2297a Mon Sep 17 00:00:00 2001 From: Leon in 't Veld Date: Sat, 25 Jan 2025 23:35:20 +0100 Subject: [PATCH] Added PARA method starter files --- 1_project/index.md | 8 ++++++++ 2_area/index.md | 9 +++++++++ 3_resource/index.md | 8 ++++++++ 4_archive/index.md | 8 ++++++++ README.md | 3 +++ 5 files changed, 36 insertions(+) create mode 100644 1_project/index.md create mode 100644 2_area/index.md create mode 100644 3_resource/index.md create mode 100644 4_archive/index.md create mode 100644 README.md diff --git a/1_project/index.md b/1_project/index.md new file mode 100644 index 0000000..b05c47f --- /dev/null +++ b/1_project/index.md @@ -0,0 +1,8 @@ +--- +tags: + - project +--- + +# Project +This is part of the [PARA method](https://fortelabs.com/blog/para/). + diff --git a/2_area/index.md b/2_area/index.md new file mode 100644 index 0000000..ac42f99 --- /dev/null +++ b/2_area/index.md @@ -0,0 +1,9 @@ +--- +tags: + - area +--- + +# Area +This is part of the [PARA method](https://fortelabs.com/blog/para/). + + diff --git a/3_resource/index.md b/3_resource/index.md new file mode 100644 index 0000000..7f7174b --- /dev/null +++ b/3_resource/index.md @@ -0,0 +1,8 @@ +--- +tags: + - resource +--- + +# Resource +This is part of the [PARA method](https://fortelabs.com/blog/para/). + diff --git a/4_archive/index.md b/4_archive/index.md new file mode 100644 index 0000000..282f90f --- /dev/null +++ b/4_archive/index.md @@ -0,0 +1,8 @@ +--- +tags: + - archive +--- + +# Archive +This is part of the [PARA method](https://fortelabs.com/blog/para/). + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0337813 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Notes + +This repo contains all of my personal notes.