https://github.com/prajwal-prathiksh/prajwal-prathiksh.github.io
The Personal Website of K T Prajwal Prathiksh - https://prajwal-prathiksh.github.io/
https://github.com/prajwal-prathiksh/prajwal-prathiksh.github.io
Last synced: about 1 year ago
JSON representation
The Personal Website of K T Prajwal Prathiksh - https://prajwal-prathiksh.github.io/
- Host: GitHub
- URL: https://github.com/prajwal-prathiksh/prajwal-prathiksh.github.io
- Owner: Prajwal-Prathiksh
- License: mit
- Created: 2021-09-23T21:03:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:48:15.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:17:04.983Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/announcement_1/index.html
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Prajwal-Prathiksh.github.io
The Personal Website of K T Prajwal Prathiksh
> **Note:** The website is currently under development! 🙂
*In the mean time, here's some food for thought!*
## Building & Deploying the Website
### Branch Structure of the Repository
* `main` : This is the main branch of the repository from which the website is deployed using **GitHub Actions** *(Contains only those files necessary for the website)*
* `gh_pages_src`: This branch contains all of the markdown, CSS and HTML files using which the website is built locally. The files which are built locally, are stored in the `_site` folder. All of these files constitute the `main` branch, from which the website is built.
### Deploying Locally (For Testing)
1. From the `gh_pages_src` branch, run the following command from `\root`:
```
$ bundle exec jekyll serve
```
### Building Locally (Pre-Deployment)
1. From the `gh_pages_src` branch, run the following command from `\root`:
```
$ bundle exec jekyll build
```
### Deploying Online
1. Copy all of the files in the `_site` folder to the `main` branch.
2. Push the changes to the `main` branch