Milanaryal.github.io screenshot

Milanaryal.github.io

Author Avatar Theme by Milanaryal
Updated: 29 Nov 2025
38 Stars

Source code for Milan Aryal

Categories

Overview:

This product analysis is based on the Jekyll source code for Milan Aryal’s personal weblog. The source code is open-source and available on https://milanaryal.com.np/. However, certain directories and their contents are copyright of Milan Aryal and cannot be reused without written permission. The other directories and files have MIT license.

Features:

  • Open Source: The Jekyll source code for Milan Aryal’s personal weblog is open-source, allowing users to view and modify the code.
  • Weblog Personalization: The source code provides the framework for a personalized weblog, where users can customize the layout, design, and functionality according to their preferences.
  • MIT License Compatibility: Most of the directories and files in the source code are licensed under the MIT license, which allows users to freely use, modify, and distribute the code.

Installation:

To install the Jekyll source code for Milan Aryal’s personal weblog, follow these steps:

  1. Clone the repository:
git clone [repository_url]
  1. Navigate to the cloned directory:
cd [directory_name]
  1. Install the required dependencies:
bundle install
  1. Build the Jekyll site:
bundle exec jekyll build
  1. Run the Jekyll server:
bundle exec jekyll serve
  1. Access the weblog in your browser:
http://localhost:4000

Please note that the directories src/_posts and src/uploads are copyright of Milan Aryal and cannot be reused without written permission.

Summary:

In summary, this product analysis focuses on the Jekyll source code for Milan Aryal’s personal weblog. It highlights its key features such as being open-source, providing personalized weblog functionality, and compatibility with the MIT license. The installation guide provides step-by-step instructions for setting up the Jekyll site, while also noting the limitations on reusing certain directories without written permission.