How to publish Logseq notes on your website

Logseq allows you to freely publish notes using custom domain or GitHub pages. Using the below steps, you can accomplish that.
A collection of 15 posts
Logseq allows you to freely publish notes using custom domain or GitHub pages. Using the below steps, you can accomplish that.
Problem If you are uploading files (pdf, screenshots, images) with sensitive data, these uploads in Roam Research (and Notion) are not protected with your login, meaning if someone gets holds of this uploaded file URL they can view it.
Use case - You have some changes, and you do not want to commit to upstream/origin, but you want to share the changes to your friend/colleague, so that they can work on top of your changes, then you can follow...
In this post, I will go through steps to set up a primary environment for development. When choosing a tool for development, make sure that it is available across multiple platforms (macOS, Windows, Linux). And also, make sure the tool...
Below are steps to configure Termux in android. Download Termux from F-Droid as Google App Store version is outdated due to reasons mentioned here After installation, make sure every package is up to date. pkg update and pkg upgrade
Below are a few ways to customize Visual Studio Code. In order to get settings.json do cmd + shift + p and search for settings and select Preferences: open settings (JSON).
In this post, I will be discussing how to set up emacs.
In the below post, I will walkthrough on how to customize zsh. Ensure you installed zsh; the configuration file will be in your home directory ~/.zshrc. I recommend using oh-my-zsh as it provides all the necessary settings by default. If...
Having a good window manager will help in navigating windows quickly. You can accomplish this by having an i3 window manager. Below is how you can configure the i3 window manager in Ubuntu.
Below are some terminal emulators that I used across platforms.
In this post, I will go through how to customize neovim. If you are new to Vim, I suggest you go through this post to get familiarize with Vim first.
I will go through some ways to customize Vim; this will be a long post. You can use below table of contents below to navigate between topics.
With Tmux, you can manage multiple sessions/terms and navigate quickly. There are advanced terminals like iTerm2 from which you can accomplish most of the tasks that can be done by tmux, but since iTerm2 is available only to macOS, you...
This article aims to find the optimal way to search for a word in a folder containing multiple inner folders and a large set of files.
Below are some essential shortcuts built-in in Bash (and in Zsh), which enables a user to quickly move around the current command, edit it, and utilize previous commands.