All Projects → jethrokuan → Braindump

jethrokuan / Braindump

knowledge repository managed with org-mode and org-roam.

Projects that are alternatives of or similar to Braindump

Org Noter
Emacs document annotator, using Org-mode
Stars: ✭ 671 (+264.67%)
Mutual labels:  notes, org-mode
Org Wiki
Wiki for Emacs org-mode built on top of Emacs org-mode.
Stars: ✭ 319 (+73.37%)
Mutual labels:  notes, org-mode
knowledge-base
Personal Wiki
Stars: ✭ 16 (-91.3%)
Mutual labels:  notes, org-mode
Orgzly Android
Outliner for taking notes and managing to-do lists
Stars: ✭ 2,042 (+1009.78%)
Mutual labels:  notes, org-mode
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (-5.98%)
Mutual labels:  notes
Micropad Core
µPad (MicroPad) is an open digital note taking app
Stars: ✭ 165 (-10.33%)
Mutual labels:  notes
Notas De Aula
Reunião de anotações sobre conteúdos aprendidos por mim.
Stars: ✭ 159 (-13.59%)
Mutual labels:  notes
Hexo Renderer Org
Hexo renderer plugin for emacs org-mode
Stars: ✭ 157 (-14.67%)
Mutual labels:  org-mode
Piano Rs
A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal
Stars: ✭ 180 (-2.17%)
Mutual labels:  notes
Orgro
An org-mode file viewer for iOS and Android
Stars: ✭ 175 (-4.89%)
Mutual labels:  org-mode
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (-7.07%)
Mutual labels:  notes
Ideas2
Another 85+ Ideas for Computing https://samsquire.github.io/ideas2/
Stars: ✭ 166 (-9.78%)
Mutual labels:  notes
Machine Learning Notes
周志华《机器学习》手推笔记
Stars: ✭ 2,710 (+1372.83%)
Mutual labels:  notes
Awesome Scientific Writing
⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
Stars: ✭ 162 (-11.96%)
Mutual labels:  org-mode
Notable
Notable - a simple note taking application
Stars: ✭ 175 (-4.89%)
Mutual labels:  notes
Developnote
开发中遇到的好的文章还有一些笔记
Stars: ✭ 158 (-14.13%)
Mutual labels:  notes
Nginx Admins Handbook
How to improve NGINX performance, security, and other important things.
Stars: ✭ 12,463 (+6673.37%)
Mutual labels:  notes
Vscode Journal
Lightweight journal and simple notes support for Visual Studio Code
Stars: ✭ 174 (-5.43%)
Mutual labels:  notes
Cehv10 Notes
📕 Both personal and public notes for EC-Council's CEHv10 312-50, because its thousands of pages/slides of boredom, and a braindump to many
Stars: ✭ 170 (-7.61%)
Mutual labels:  notes
Desktopfolder
Bring your Desktop Back to Life
Stars: ✭ 171 (-7.07%)
Mutual labels:  notes

Netlify Status

Jethro's Braindump

This braindump is generated via ox-hugo and uses the cortex theme.

The org files used to generate the markdown files are also hosted here for posterity. They can be found in the org folder.

Installation instructions

I use the Ninja build tool to convert my Org files into Markdown locally. This is so that only changed Org files get reprocessed into Markdown files. Ninja spawns many Emacs instances in batch mode running ox-hugo, parallelizing the job of exporting the Org files.

To convert all Org files into Markdown, run:

./build.py

build.py is simple enough to inspect. Once the Markdown files are generated, we can use Hugo to generate the website.

Install hugo. E.g., on a Mac with Homebrew:

$ brew install hugo

Make sure the submodule containing the Hugo theme is installed:

$ git submodule init
$ git submodule update

Now run hugo to generate the files (find them in /public):

$ hugo

Or run the following to get an immediately browsable website on localhost:

$ hugo serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].