https://github.com/tmr08c/tmr08c.github.io
Personal blog for Troy Rosenberg built using Gatsby
https://github.com/tmr08c/tmr08c.github.io
blog gatsby gatsby-blog gatsby-site gatsbyjs personal-blog personal-website react typescript
Last synced: 5 days ago
JSON representation
Personal blog for Troy Rosenberg built using Gatsby
- Host: GitHub
- URL: https://github.com/tmr08c/tmr08c.github.io
- Owner: tmr08c
- License: other
- Created: 2015-02-28T16:40:04.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T23:31:46.000Z (16 days ago)
- Last Synced: 2025-06-28T00:26:09.153Z (16 days ago)
- Topics: blog, gatsby, gatsby-blog, gatsby-site, gatsbyjs, personal-blog, personal-website, react, typescript
- Language: TypeScript
- Homepage: https://tmr08c.github.io/
- Size: 43.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TroyProg Blog
The personal blog of [@tmr08c](https://github.com/tmr08c/).
## Repository Structure
This repository contains the Hugo-based blog in the `hugo-site/` directory.
## Development
### Branching
This blog is leveraging GitHub Pages. Work is done on the `main` branch, and GitHub Actions automatically deploys to GitHub Pages when changes are pushed to `main`.
### Hugo Site
To work with the Hugo site:
```bash
cd hugo-site
hugo server # Development server at localhost:1313
hugo # Build for production
```### Testing
To run E2E tests:
```bash
cd hugo-site
npm install # Install test dependencies
npm run test:e2e # Run tests with interactive UI
npm run test:e2e:ci # Run tests in CI mode
```## Deployment
Deployment is handled automatically by GitHub Actions when changes are pushed to the `main` branch. The site is built using Hugo and deployed to GitHub Pages.
## Credits
- Built with [Hugo](https://gohugo.io/) - the world's fastest framework for building websites.
- Uses the [hugo-texify3](https://github.com/michaelneuper/hugo-texify3) theme.