Welcome to विचारमञ्जरी (Vichāramañjarī), a personal blog built using Hugo. This blog covers various topics, including technology, personal experiences, and much more.
This repository contains the source code for विचारमञ्जरी, hosted on Render, Netlify and GitHub. The blog is created using the Hugo static site generator, which allows for easy content management and fast performance.
- Static site generation with Hugo
- Responsive design
- Easy content management with Markdown
- Customizable themes
- SEO-friendly
To set up the blog locally, follow these steps:
-
Clone the repository:
git clone https://github.com/iCaran/theBlog.git cd theBlog
-
Install Hugo:
Follow the Hugo installation guide for your operating system.
-
Run the development server:
hugo server
Your site will be available at
http://localhost:1313
.
- Add new posts in the
content/posts
directory. - Customize the theme and layout by modifying the files in the
themes
directory. - Deploy the site by generating the static files with
hugo
and pushing them to your GitHub Pages repository.
We welcome contributions! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
This project is licensed under the Unlicense. See the LICENSE file for more details.