From d3eb6686bde6622b1b57bd1ae86bffb12bbd592d Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Wed, 1 Nov 2017 14:47:10 +0100 Subject: [PATCH] First commit, bootstrap all the things --- .gitignore | 1 + README.md | 36 ++++++++++++++++++++++++++++++++++++ src/SUMMARY.md | 3 +++ src/structure/intro.md | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 src/SUMMARY.md create mode 100644 src/structure/intro.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a1fb22 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# Brain + +Random notes on stuff I use, build, etc... My public draft notebook. + +## Why ? + +Inspired by https://dev.to/maxwell_dev/takes-notes-on-everything-3io + +## How ? + +Using mdbook, https://github.com/azerupi/mdBook + +## Usage + +Install mdbook, see https://github.com/azerupi/mdBook, then + + > mbbook serve + +Go to localhost:3000 with your $BROWSER, enjoy. + +## Licence + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright 2017 papey + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..fb0be77 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Introduction](./structure/intro.md) diff --git a/src/structure/intro.md b/src/structure/intro.md new file mode 100644 index 0000000..424ac70 --- /dev/null +++ b/src/structure/intro.md @@ -0,0 +1,33 @@ +# Introduction + +## What ? + +Brain is like a draft notebook. A place to store all my notes. + +## Why ? + +While browsering [dev.to](https://dev.to), I found this article : + +- [Takes Notes On Everything](https://dev.to/maxwell_dev/takes-notes-on-everything-3io) + +Then I decide to give this concept a shot. + +## Licence + + You can do whatever the fuck you want with this. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright 2017 papey + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + +