Posts
Neovim
· ☕ 0 min read
Vieb - The Best Vim Based Browser?
· ☕ 1 min read
Vieb is a web browser with vim bindings such as j and k
to move up and down. Unlike plugins for popular browsers, this feature is built
in by design.
In case you’re wondering how to pronounce the word Vieb let me share the tip
from the main website:
Vieb is pronounced like “deep” with a “v” and rhymes with sheep
Here is a screenshot of the method used to “click” on a link, press f to enter
Setting Up a Blog With Hugo
· ☕ 2 min read
Setting Up A Blog With Hugo This site uses hugo and setup was easy. Following the
hugo quick-start was very
straight forward and simple.
Install Install prerequisites:
go git hugo minimum version of 0.74.x for the terminal theme 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 # Check version latest version now is: hugo v0.101.0+extended linux/amd64 hugo version # Create new site, NOTE: this command creates a new directory hugo new site DereksBlogSource # Add a theme cd DereksBlogSource && git init git submodule add -f https://github.