My personal website built with HTML, TailwindCSS, and JavaScript
Go to file
glenneth1 9414e49748 feat: Add build and serve scripts, improve tag styling
- Add build.sh for automatic markdown conversion
- Add serve.sh for local development with live-server
- Update tag styling to use accent-yellow for better visibility
- Add RSS feed generation
- Update markdown-to-html conversion with improved tag support
2024-12-03 06:29:47 +03:00
content/posts feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
deploy feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
dist feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
src feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
.gitignore Initial commit: Personal website with projects section 2024-12-03 03:15:05 +03:00
LICENSE Add MIT License 2024-12-03 03:17:08 +03:00
README.md Initial commit: Personal website with projects section 2024-12-03 03:15:05 +03:00
build.sh feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
deploy.sh feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
feed.xml feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
index.html feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
package-lock.json feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
package.json feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
postcss.config.js Initial commit: Personal website with projects section 2024-12-03 03:15:05 +03:00
serve.sh feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
tailwind.config.js feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00
website-deploy.zip feat: Add build and serve scripts, improve tag styling 2024-12-03 06:29:47 +03:00

README.md

Glenn Thompson's Personal Website

A modern, responsive personal blog built to share experiences in technology, engineering, and travel, with a focus on life in the Middle East and technical explorations.

Visit the live site at https://glenneth.org

Features

  • Responsive design optimized for all devices
  • Clean, modern UI with subtle animations
  • Dedicated sections for:
    • Technical blog posts
    • Travel stories
    • Engineering insights
    • About me
    • Project showcase

Technology Stack

  • HTML5
  • CSS (Tailwind CSS for styling)
  • JavaScript
  • Static site generation capabilities

Local Development

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    

Contact

For any inquiries, please reach out to glenn@glenneth.org

License

MIT License