Skip to content

ankitskvmdam/ankitskvmdam.github.io.

Repository files navigation

ankdev.me

This repo is for my personal website.

Setup

Requirements

  1. Node - v16: Download nodejs
  2. Hugo - v0.89.4: Download hugo
  3. git: Download git

Cloning the repository

First step is to clone this repo. Run:

git clone https://github.com/ankitskvmdam/ankitskvmdam.github.io.

Note for some reason the above will not work on windows. On Windows you are not allowed to create a folder with . at the end. On Windows the following command will work:

git clone https://github.com/ankitskvmdam/ankitskvmdam.github.io. website

The above command means that we want to clone this repository to website folder.

After clone change you directory, Run

cd ankitskvmdam.github.io.
or on Windows
cd website

Install dependencies

To install dependencies run:

npm i
# or using yarn
yarn

Run in development mode

To run this project in dev mode run:

npm run dev
# or
yarn dev

Build

To build this project run:

npm run build
# or
yarn build

Deploy

To deploy run:

npm run deploy
# or
yarn deploy

Note: deploy script will first build the project and then deploy it as GitHub Pages.

License

Licensed under the MIT license.

About

This is my personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published