Skip to content

thari/thari.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr. Hariharan Thiagarajan's Personal Website

This is a personal website built with Flask and reStructuredText for easy content management.

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Unix/macOS
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the development server:
python app.py

Content Management

The website content is managed through reStructuredText (RST) files in the content directory. To update content:

  1. Edit the corresponding RST file in the content directory
  2. The changes will be automatically reflected on the website

Structure

  • app.py: Main Flask application
  • content/: RST content files
  • templates/: HTML templates
  • static/: Static files (CSS, images, etc.)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published