From 9a1294965f82a112079f29447e5e04ecc1f5e4ed Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Wed, 24 Sep 2025 14:55:28 +0200 Subject: Simplified the README and fixed the first paragraph --- README.md | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 70f51b6..8e6634e 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,5 @@ -# Karan Jayachandra's Personal Website +# Karan Jayachandra's Homepage -## Purpose +Everyone should have a website. [Here is mine](https://karanj.com). -This is the most important GIT repository in this workspace and contains information about the author along with technical qualifications and a blog. I would need to make a new blog post every week for posterity. The blog can be found [here](https://www.karanjayachandra.com). - -## How to use - -Please install the latest extended version of the [Hugo](https://gohugo.io/installation/). - -Clone this repository and update the submodules via: - -```bash -git clone https://gitlab.com/KaranJayachandra/karanjayachandra.gitlab.io.git -cd karanjayachandra.gitlab.io -git submodule update --init --depth=1 -``` - -The main static pages can be changes in the content folder while the blog posts need to be created in the content/blog folder. This can be done via: - -```bash -hugo new 'folder_name/file_name' -``` - -For static pages, the folder name can be omitted. By default, the markdown pages are created in the content folder. Once you commit to the main branch, the pages is automatically built in the CI/CD pipeline running on GitLab. The page is then automatically updated using the files generated by Hugo. +The favicon has been generate by [R Islam](https://www.flaticon.com/authors/riajulislam). -- cgit v1.3.1