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 ...
- Host: GitHub
- URL: https://github.com/marcloupias/memo-dev
- Owner: MarcLoupias
- License: isc
- Created: 2017-05-07T16:44:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T13:36:41.000Z (about 1 year ago)
- Last Synced: 2025-01-25T03:57:30.945Z (3 months ago)
- Topics: cheat-sheet, cheat-sheets, cheatsheet, cheatsheets, knowledge, knowledge-base, knowledgebase, memo, til, today-i-learned
- Language: JavaScript
- Homepage: http://memo-dev.marc-loupias.fr
- Size: 31.8 MB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Security: docs/security/CORS/infos-CORS.html
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.