bphenriques / knowledge-base

Personal Wiki

Home Page:https://bphenriques.github.io/knowledge-base/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived: Migrating out of emacs. Feel free to re-use the Explorer theme.

https://img.shields.io/badge/hugo-0.85.0-blue.svg https://github.com/bphenriques/knowledge-base/workflows/Build%20&%20Deploy/badge.svg?event=push https://img.shields.io/badge/License-MIT-blue.svg

Digital Garden

My digital garden is available at bphenriques.github.io/knowledge-base and uses the Explorer Book Theme.

How it works

The content is written using org-mode in the org directory where each *.org file is a new note.

Then, using ox-hugo, each *.org file is converted to *.md which will feed gohugo to generate my digital garden.

Run locally

  1. Export existing *.org content and run the website locally:
    $ make clean build-content serve
        
  2. Open localhost:1313.

Contributing

Feel free to send feedback! I look forward to include your insights on my notes :)

Reference

Inspired by

There are several personal Wikis made by other people that inspired me to make one for me. Follows some notable examples:

Theme

The theme is Explorer, a theme made by me heavily based on Hugo Book Theme with a twist of Gatsby Theme Code Nodes and Maggie Delano’s digital garden.

I am no front-end expert so I look forward for your help improving the theme if you like it!

About

Personal Wiki

https://bphenriques.github.io/knowledge-base/

License:MIT License


Languages

Language:Emacs Lisp 64.9%Language:Makefile 25.7%Language:Nix 9.4%