https://github.com/jothin-kumar/jothin.tech-homepage
@Jothin-kumar 's website homepage
https://github.com/jothin-kumar/jothin.tech-homepage
dev-portfolio website
Last synced: 3 months ago
JSON representation
@Jothin-kumar 's website homepage
- Host: GitHub
- URL: https://github.com/jothin-kumar/jothin.tech-homepage
- Owner: Jothin-kumar
- License: mit
- Created: 2023-12-23T12:15:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T05:12:23.000Z (about 1 year ago)
- Last Synced: 2025-05-16T06:20:33.317Z (about 1 year ago)
- Topics: dev-portfolio, website
- Language: HTML
- Homepage: https://jothin.tech
- Size: 618 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website structure:
```
jothin.tech
+--/
+--/404.html
+--/robots.txt
+--/sitemap.txt
+--/search.json
+--/landing
+--/top
+--/top-project1.html
+--/top-project2.html
+--/etc...
+--/blogs
+--/blog1.html
+--/blog2.html
+--/etc...
+--/others
+--/other1.html
+--/other2.html
+--/etc...
```
# Dev
## Prerequisites
- Install BeautifulSoup4 with `sudo apt-get install python3-bs4`
- Install htmlmin with `sudo apt-get install python3-htmlmin`
- Install wrangler with `npm install -g wrangler`
## Setup
- Clone this repository with `git clone https://github.com/Jothin-kumar/jothin.tech-homepage`
- To build locally, execute `./build.sh`
- To preview, use wrangler
## vscode
- use tasks `build`, `wrangler`, `open in firefox` and `open in chromium`
- port used: `6900`