An open API service indexing awesome lists of open source software.

https://github.com/marcloupias/memo-dev

Knowledge base, Today I Learned, Cheatsheet ... Call this as you want ...
https://github.com/marcloupias/memo-dev

cheat-sheet cheat-sheets cheatsheet cheatsheets knowledge knowledge-base knowledgebase memo til today-i-learned

Last synced: about 1 month ago
JSON representation

Knowledge base, Today I Learned, Cheatsheet ... Call this as you want ...

Awesome Lists containing this project

README

        

# memo-dev

[memo-dev available here](http://memo-dev.marc-loupias.fr)

This website is a personal reminder for work. Aka : memo, knowledge base, cheatsheets, til, ...

Sometimes in english, et parfois en français ...

Writing things to learn, and uses this book as a knowledge index.

Any comments welcome ...

> Others similar repo linked [there](https://github.com/RichardLitt/meta-knowledge).

## how it works

### markdown files

The markdown files belongs in the `content/` folder.

They are linted with [DavidAnson/markdownlint](https://github.com/DavidAnson/markdownlint).

### website generation

With [VuePress](https://vuepress.vuejs.org/).

The generated files belongs in the `docs/` folder to follow GitHub pages conventions.

### host

[GitHub pages](https://help.github.com/en/categories/github-pages-basics) with the `docs/` folder configuration is used to deploy.