First commit, bootstrap all the things
This commit is contained in:
commit
d3eb6686bd
4 changed files with 73 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
book
|
36
README.md
Normal file
36
README.md
Normal file
|
@ -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.
|
||||
|
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Summary
|
||||
|
||||
- [Introduction](./structure/intro.md)
|
33
src/structure/intro.md
Normal file
33
src/structure/intro.md
Normal file
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in a new issue