Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreadwarrior/kb
A personal knowledge base
https://github.com/dreadwarrior/kb
jekyll-site jekyll-website knowledge-base software-engineering
Last synced: 1 day ago
JSON representation
A personal knowledge base
- Host: GitHub
- URL: https://github.com/dreadwarrior/kb
- Owner: dreadwarrior
- License: mit
- Created: 2021-11-29T21:41:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T09:31:00.000Z (about 2 years ago)
- Last Synced: 2024-10-11T19:40:51.026Z (about 1 month ago)
- Topics: jekyll-site, jekyll-website, knowledge-base, software-engineering
- Language: Ruby
- Homepage: https://dreadwarrior.github.io/kb/
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nokieksel - a personal knowledge base
## rbenv usage instructions
# init rbenv in current shell session
eval "$(rbenv init - -bash)"
# check ruby version (match .ruby-version)
ruby -v
# export gem path
export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"## Jekyll theme candidates
* [sighingnow/jekyll-gitbook](https://github.com/sighingnow/jekyll-gitbook)
* [pmarsceill/just-the-docs](https://pmarsceill.github.io/just-the-docs/)
* [http://alexander.heimbu.ch/millidocs/](http://alexander.heimbu.ch/millidocs/)