Small25 / yezz123.github.io

My personal website :rocket:

Home Page:https://yezz.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using this repository

You can run the website locally, or you can run it in a container runtime. We strongly recommend using the container runtime, as it gives deployment consistency with the live website.

Prerequisites

To use this repository, you need the following installed locally:

  • A container runtime, like Docker.

Before you start, install the dependencies. Clone the repository and navigate to the directory:

git clone https://github.com/yezz123/yezz123.github.io.git
cd yezz123.github.io

Running the website using a container

To build the site in a container, run the following to build the container image and run it:

make container-image
make container-serve

Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, the website updates and forces a browser refresh.

To Do

  • Create my own blog to share my last updates on repositories.
  • Create Articles & WriteUps.

About

My personal website :rocket:

https://yezz.me

License:MIT License


Languages

Language:SCSS 42.5%Language:CSS 30.9%Language:JavaScript 17.8%Language:HTML 8.8%