Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.1 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.1 KB

विचारमञ्जरी (Vichāramañjarī)

Welcome to विचारमञ्जरी (Vichāramañjarī), a personal blog built using Hugo. This blog covers various topics, including technology, personal experiences, and much more.

Table of Contents

Introduction

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.

Features

  • Static site generation with Hugo
  • Responsive design
  • Easy content management with Markdown
  • Customizable themes
  • SEO-friendly

Installation

To set up the blog locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/iCaran/theBlog.git
    cd theBlog
  2. Install Hugo:

    Follow the Hugo installation guide for your operating system.

  3. Run the development server:

    hugo server

    Your site will be available at http://localhost:1313.

Usage

  • 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.

Contributing

We welcome contributions! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

Authors

License

This project is licensed under the Unlicense. See the LICENSE file for more details.