<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lightbi</title><link>https://lightbi-hugo-theme.netlify.app/en/</link><description>Recent content on Lightbi</description><generator>Hugo</generator><language>EN</language><lastBuildDate>Sun, 22 Dec 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://lightbi-hugo-theme.netlify.app/en/index.xml" rel="self" type="application/rss+xml"/><item><title>What is Journaling?</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-1/</link><pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-1/</guid><description>&lt;p&gt;Journaling is a powerful habit that helps you understand your thoughts and emotions more clearly. By putting pen to paper, you create space to reflect, process, and grow from your daily experiences.&lt;/p&gt;</description></item><item><title>Why you should take notes</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-3/</link><pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-3/</guid><description>&lt;ul&gt;
&lt;li&gt;🧠 Boosts memory – Writing things down helps reinforce what you learn and improves recall.&lt;/li&gt;
&lt;li&gt;🧩 Clarifies thinking – Note-taking forces you to process and summarize information in your own words.&lt;/li&gt;
&lt;li&gt;✅ Keeps you organized – Notes create a structured record you can revisit and build upon.&lt;/li&gt;
&lt;li&gt;💡 Sparks creativity – Jotting down thoughts can lead to new connections and fresh ideas.&lt;/li&gt;
&lt;li&gt;📚 Supports deeper learning – Regular note reviews help you retain knowledge over the long term.&lt;/li&gt;
&lt;li&gt;🛠️ Builds a personal knowledge base – Over time, your notes become a valuable resource tailored to your interests.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Understanding Creative design</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-2/</link><pubDate>Mon, 02 Dec 2024 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-2/</guid><description>&lt;p&gt;Creative design is the art of solving problems and communicating ideas through visually compelling and imaginative means. It blends aesthetics with functionality, ensuring a message is not only seen but felt. At its core, creative design involves thinking beyond templates and conventional structures to craft original, meaningful solutions.&lt;/p&gt;</description></item><item><title>Sample Post</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/sample-post/</link><pubDate>Mon, 25 Dec 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/sample-post/</guid><description>&lt;p&gt;This is a sample post where you can understand how this is working.&lt;/p&gt;
&lt;p&gt;Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur sodales ligula in libero. Sed dignissim lacinia nunc.&lt;/p&gt;</description></item><item><title>Install Hugo in Windows</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/install-hugo/</link><pubDate>Wed, 20 Dec 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/install-hugo/</guid><description>&lt;p&gt;Hugo comes in three versions: Standard, Extended, and Extended/Deploy. The Standard edition covers core functionalities, while Extended adds advanced options, with Extended/Deploy** offering further deployment features.&lt;/p&gt;
&lt;h3 id="setting-up-your-directories"&gt;Setting Up Your Directories&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open File Explorer and create a folder, e.g., &lt;code&gt;C:\Hugo&lt;/code&gt;, and inside it, a &lt;code&gt;bin&lt;/code&gt; folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="installing-hugo"&gt;Installing Hugo&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download the latest Hugo executable from &lt;a href="https://github.com/gohugoio/hugo/releases/"&gt;Hugo releases&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>How to use Lightbi theme ?</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/use-this-theme/</link><pubDate>Mon, 18 Dec 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/use-this-theme/</guid><description>&lt;p&gt;In this post, we&amp;rsquo;ll cover how to install Hugo and set up your first website with the Lightbi theme. For detailed steps, refer to &lt;a href="https://gohugo.io/getting-started/quick-start/"&gt;Hugo’s quick-start guide&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Create a New Hugo Site&lt;/strong&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;hugo new site &amp;lt;name of site&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; &amp;lt;name of site&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git init
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git submodule add https://github.com/binokochumolvarghese/lightbi-hugo themes/lightbi-hugo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;After completing the steps above, copy the contents of &lt;code&gt;exampleSite/contents&lt;/code&gt; into the &lt;code&gt;content&lt;/code&gt; folder of your website.&lt;/p&gt;</description></item><item><title>Features of Lightbi</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/features-of-lightbi/</link><pubDate>Sun, 17 Dec 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/features-of-lightbi/</guid><description>&lt;h3 id="general"&gt;General&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Three Main Content Sections:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Blog&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Collections&lt;/strong&gt; (Newsletter)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Responsive Design&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Built with a &lt;strong&gt;mobile-first approach&lt;/strong&gt; for seamless viewing on any device.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Card-Based Theme&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Flexible image placement options:
&lt;ul&gt;
&lt;li&gt;Image at the top of the card&lt;/li&gt;
&lt;li&gt;Image in the middle of the card&lt;/li&gt;
&lt;li&gt;Image at the bottom of the card&lt;/li&gt;
&lt;li&gt;No image option&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Menu Location Indicator&lt;/strong&gt;:&lt;/p&gt;</description></item><item><title>Parameters in Lightbi</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/parameters/</link><pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/parameters/</guid><description>&lt;p&gt;Below is a list of configurable parameters in the Lightbi theme, along with descriptions to help you customize your site effectively. You can be adjust the below parameters in your &lt;code&gt;hugo.toml&lt;/code&gt; file.&lt;/p&gt;</description></item><item><title>More about Lightbi</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/more-about-lightbi/</link><pubDate>Sun, 10 Dec 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/more-about-lightbi/</guid><description>&lt;p&gt;In this post, I’ll introduce the theme in detail — exploring its purpose, design philosophy, and key features. I’ll also share various ways you can support and contribute to the development of this theme, whether through feedback, code contributions, translations, or spreading the word.&lt;/p&gt;</description></item><item><title>Understanding Hugo Shortcodes</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/understanding-hugo-shortcodes/</link><pubDate>Thu, 30 Nov 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/understanding-hugo-shortcodes/</guid><description>&lt;p&gt;Hugo shortcodes are powerful tools for adding custom HTML or other special content within Markdown files without complex code. They enable enhanced flexibility and are a core part of Hugo&amp;rsquo;s functionality, offering reusable snippets for embedding media, custom components, or dynamic content. Below, we’ll explore what shortcodes are and highlight some popular examples.&lt;/p&gt;</description></item><item><title>Lightbi Custom Shortcodes</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/custom-shortcodes/</link><pubDate>Fri, 24 Nov 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/custom-shortcodes/</guid><description>&lt;p&gt;To create your own shortcodes in Hugo, add an HTML file in layouts/shortcodes/. This theme provides the following useful custom shortcodes:&lt;/p&gt;
&lt;h3 id="info-card"&gt;Info card&lt;/h3&gt;
&lt;p&gt;Displays information in a card format.&lt;/p&gt;
&lt;h5 id="shortcode"&gt;Shortcode&lt;/h5&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;{{/* &amp;lt; info_cards header=&amp;#34;lorem-ipsum&amp;#34; title=&amp;#34;What is Lorem Ipsum?&amp;#34; content=&amp;#34;Lorem Ipsum is simply dummy text of the printing and typesetting industry.&amp;#34; &amp;gt; */}}
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h5 id="output"&gt;Output&lt;/h5&gt;






 


&lt;div class="card mb-3 p-0 mt-4 mb-4 info-card-bg"&gt;
 &lt;div class="card-body"&gt;
 
 &lt;h5 class="card-title mt-0"&gt;
 What is Lorem Ipsum?
 &lt;/h5&gt;
 
 &lt;p class="card-text text-body-secondary fs-6 mt-0"&gt;

 
 Lorem Ipsum is simply dummy text of the printing and typesetting industry.
 
 &lt;/p&gt;</description></item><item><title>Learn to play</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-7/</link><pubDate>Wed, 22 Nov 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-7/</guid><description>&lt;p&gt;Learning to play an instrument like the guitar opens up a powerful form of self-expression and creativity. It helps improve focus, patience, and discipline—skills that carry over into other areas of life. Music can be a great stress reliever, offering a calming escape from daily routines.&lt;/p&gt;</description></item><item><title>Image Gallery Shortcode</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/image-gallery/</link><pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/image-gallery/</guid><description>&lt;p&gt;Here’s a custom Hugo shortcode that creates an image gallery in a masonry style using GLightbox, allowing you to specify a folder containing images. This approach will display images from a specified folder in a masonry layout, and each image will open in a lightbox when clicked.&lt;/p&gt;</description></item><item><title>Hosting Your Hugo Site on Netlify</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/netlify-configuration/</link><pubDate>Sat, 04 Nov 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/netlify-configuration/</guid><description>&lt;p&gt;Hosting a Hugo site on Netlify is an effective solution for deploying static websites, combining Hugo’s speed with Netlify’s robust features like continuous deployment, a user-friendly dashboard, and advanced build settings.&lt;/p&gt;</description></item><item><title>Coding is meditation</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-4/</link><pubDate>Wed, 22 Feb 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-4/</guid><description>&lt;p&gt;Coding is meditation in motion—a quiet, focused journey into logic and creativity. As the world fades away, the mind becomes absorbed in solving problems, line by line.&lt;/p&gt;
&lt;p&gt;There’s a rhythm to writing code, a flow that mirrors breath: steady, deliberate, and calming. Distractions dissolve as attention sharpens, revealing clarity in complexity. Like meditation, it cultivates patience, presence, and deep concentration. In the silence of a glowing screen, coding becomes a mindful act of creation.&lt;/p&gt;</description></item><item><title>Enhances critical thinking</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-5/</link><pubDate>Wed, 22 Feb 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-5/</guid><description>&lt;p&gt;Summarizing and organizing information in your own words forces you to analyze and synthesize content, helping you make connections and deepen your insights.&lt;/p&gt;</description></item><item><title>Supports better organization of ideas</title><link>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-6/</link><pubDate>Wed, 22 Feb 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/notes/2020/note-6/</guid><description>&lt;p&gt;Note-taking helps structure information logically, making complex topics easier to break down, review, and connect — especially useful for studying, writing, or planning.&lt;/p&gt;</description></item><item><title>Collections No.1</title><link>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections/</guid><description>&lt;p&gt;Articles about learn in public, brag document and free stuffs.&lt;/p&gt;
&lt;h3 id="learn-in-public"&gt;Learn In Public&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.&lt;br&gt;
A habit of creating learning exhaust:&lt;/p&gt;</description></item><item><title>Collections No.2</title><link>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections2/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections2/</guid><description>&lt;p&gt;Articles about learn in public, brag document and free stuffs.&lt;/p&gt;
&lt;h3 id="learn-in-public"&gt;Learn In Public&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.&lt;br&gt;
A habit of creating learning exhaust:&lt;/p&gt;</description></item><item><title>Collections No.3</title><link>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections3/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections3/</guid><description>&lt;p&gt;Articles about learn in public, brag document and free stuffs.&lt;/p&gt;
&lt;h3 id="learn-in-public"&gt;Learn In Public&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.&lt;br&gt;
A habit of creating learning exhaust:&lt;/p&gt;</description></item><item><title>Collections No.4</title><link>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections4/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections4/</guid><description>&lt;p&gt;Articles about learn in public, brag document and free stuffs.&lt;/p&gt;
&lt;h3 id="learn-in-public"&gt;Learn In Public&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.&lt;br&gt;
A habit of creating learning exhaust:&lt;/p&gt;</description></item><item><title>Collections No.5</title><link>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections5/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections5/</guid><description>&lt;p&gt;Articles about learn in public, brag document and free stuffs.&lt;/p&gt;
&lt;h3 id="learn-in-public"&gt;Learn In Public&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.&lt;br&gt;
A habit of creating learning exhaust:&lt;/p&gt;</description></item><item><title>Collections No.6</title><link>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections6/</link><pubDate>Sun, 01 Jan 2023 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/collections/2023/collections6/</guid><description>&lt;p&gt;Articles about learn in public, brag document and free stuffs.&lt;/p&gt;
&lt;h3 id="learn-in-public"&gt;Learn In Public&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;If there’s a golden rule, it’s this one, so I put it first. All the other rules are more or less elaborations of this rule #1.&lt;br&gt;
A habit of creating learning exhaust:&lt;/p&gt;</description></item><item><title>What is Markdown ?</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/markdown/</link><pubDate>Mon, 27 Jan 2020 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/markdown/</guid><description>&lt;h3 id="what-is-markdown"&gt;What is Markdown?&lt;/h3&gt;
&lt;p&gt;Markdown is a lightweight, plain-text formatting language used for creating styled text through simple, readable syntax. Developed by John Gruber in 2004, its goal is to allow writers to format documents without complex code, making it easy to read and edit. The beauty of Markdown lies in its simplicity, allowing creators to add headings, lists, images, links, and more by typing a few symbols around their text.&lt;/p&gt;</description></item><item><title>Markdown Syntax Guide</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/syntax/</link><pubDate>Sat, 25 Jan 2020 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/syntax/</guid><description>&lt;h2 id="headings"&gt;Headings&lt;/h2&gt;
&lt;p&gt;To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you use should correspond to the heading level. For example, to create a heading level three (h3), use three number signs (e.g., ### My Header).
 &lt;/p&gt;</description></item><item><title>Who am I ?!</title><link>https://lightbi-hugo-theme.netlify.app/en/posts/2020/who-am-i/</link><pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate><guid>https://lightbi-hugo-theme.netlify.app/en/posts/2020/who-am-i/</guid><description>&lt;p&gt;Who am I ?! This is the most asked question in my life. Yet no clear answer has yet been found.&lt;/p&gt;
&lt;p&gt;As a child, the answer to this question was simple. Say my name to the question of who. Aha ..! Simple and beautiful. In that answer, parents and siblings in adolescence. I thought to myself that the answer was too clear.&lt;/p&gt;</description></item></channel></rss>