https://github.com/riverma/riverma.github.io
Personal website repository
https://github.com/riverma/riverma.github.io
Last synced: 5 months ago
JSON representation
Personal website repository
- Host: GitHub
- URL: https://github.com/riverma/riverma.github.io
- Owner: riverma
- License: gpl-2.0
- Created: 2017-11-07T03:10:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T06:43:24.000Z (over 1 year ago)
- Last Synced: 2025-04-09T01:46:57.496Z (over 1 year ago)
- Language: HTML
- Size: 61.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
_This repo contains the source code behind [Rishi's website](https://riverma.github.io/). This is a personal website. It probably doesn't make sense for you to use the source as-is. Instead, feel free to take bits and peices if you find it useful._
# Install:
1. Deploy this root directory to a directory on your
web-server
2. Optionally rename the root directory to something
of your choosing
# Run:
1. Using a web-browser, navigate to:
http:////index.html
# Modify:
- To modify the styles / appearance, see: `css/main.css`
- To add new row panel to the main page:
1. Create a new row panel `div` style within `css/main.css` - see examples at the bottom
2. Ensure you have a preview image specified within the CSS, and the image placed within `img//`
2. Duplicate an existing row panel within `index.html` and customize the text with your own content, while referencing the custom CSS ID specified in step 1.
- Always ensure the Last Updated field at the bottom of `index.html` is up-to-date