2 Commits

Author SHA1 Message Date
  vinay bf46155917 use blog/ instead of blog.md 1 year ago
  vinay 859cf94862 update content/ 1 year ago
9 changed files with 5 additions and 7 deletions
Split View
  1. +2
    -3
      content/_index.md
  2. +0
    -0
      content/blog/contributing-to-debian.md
  3. +0
    -0
      content/blog/debian-maintainer.md
  4. +0
    -0
      content/blog/git-fosscommunity-in-update.md
  5. +0
    -0
      content/blog/interception-vimproved.md
  6. +0
    -0
      content/blog/mapping-of-physical-usb-ports-to-device-names.md
  7. +0
    -0
      content/blog/software-freedom-camp-2021.md
  8. +2
    -3
      content/docs/interception-vimproved.md
  9. +1
    -1
      hugo.yaml

+ 2
- 3
content/_index.md View File

@ -4,9 +4,8 @@ toc: false
---
## Recent Posts
{{< cards >}}
{{< card link="/posts/mapping-of-physical-usb-ports-to-device-names/" title="Mapping of Physical USB ports to device filename on GNU/Linux" icon="arrow-circle-right" >}}
{{< card link="/posts/debian-maintainer/" title="Debian Maintainer Now!! " icon="arrow-circle-right" >}}
{{< card link="/posts/contributing-to-debian/" title="Contributing to Debian !!" icon="arrow-circle-right" >}}
{{< card link="/blog/debian-maintainer/" title="Debian Maintainer Now!! " icon="arrow-circle-right" >}}
{{< card link="/blog/contributing-to-debian/" title="Contributing to Debian !!" icon="arrow-circle-right" >}}
{{< /cards >}}
## Explore


content/posts/contributing-to-debian.md → content/blog/contributing-to-debian.md View File


content/posts/debian-maintainer.md → content/blog/debian-maintainer.md View File


content/posts/git-fosscommunity-in-update.md → content/blog/git-fosscommunity-in-update.md View File


content/posts/interception-vimproved.md → content/blog/interception-vimproved.md View File


content/posts/mapping-of-physical-usb-ports-to-device-names.md → content/blog/mapping-of-physical-usb-ports-to-device-names.md View File


content/posts/software-freedom-camp-2021.md → content/blog/software-freedom-camp-2021.md View File


+ 2
- 3
content/docs/interception-vimproved.md View File

@ -3,8 +3,7 @@ title: Interception Vimproved
next: /docs/openldap
---
### Setting up Interception Vimproved on Debian Bookworm
### Setting up Interception Vimproved on Debian Bookworm
I started learning vim few months ago and wanted to try vim key bindings like shortcuts on my laptop after trying a mechanical hackable keyboard.
@ -16,7 +15,7 @@ This blog post shows how to setup [interception-vimproved](https://github.com/ma
Installing Dependencies to build interception-vimproved on Debian Bookworm GNU/Linux
```bash
$ sudo apt install interception-tools meson libyaml-cpp-dev cmake
sudo apt install interception-tools meson libyaml-cpp-dev cmake
```
interception-tools is a small set of tools for input events of devices,that can be used to customize the behaviour of input keyboard mappings.


+ 1
- 1
hugo.yaml View File

@ -30,7 +30,7 @@ menu:
pageRef: /docs
weight: 2
- name: Blog
pageRef: blog.md
pageRef: /blog
weight: 3
- name: Search
weight: 4


Loading…
Cancel
Save