Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomashighbaugh/personal-site
My portfolio site's new form and fresh branding
https://github.com/thomashighbaugh/personal-site
developer-portfolio nextjs portfolio portfolio-site portfolio-template react tailwind tailwindcss webpack
Last synced: 25 days ago
JSON representation
My portfolio site's new form and fresh branding
- Host: GitHub
- URL: https://github.com/thomashighbaugh/personal-site
- Owner: Thomashighbaugh
- Created: 2019-08-16T19:07:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T20:16:56.000Z (5 months ago)
- Last Synced: 2024-06-09T21:43:27.758Z (5 months ago)
- Topics: developer-portfolio, nextjs, portfolio, portfolio-site, portfolio-template, react, tailwind, tailwindcss, webpack
- Language: TypeScript
- Homepage: https://thomasleonhighbaugh.me
- Size: 191 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://thomasleonhighbaugh.me)
[![License](https://img.shields.io/badge/-mit-red.svg?longCache=true&style=for-the-badge)](https://github.com/tdemapp/website/blob/master/LICENSE)
[![Deploy](https://img.shields.io/badge/Deploy-black.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/import/project?template=https://github.com/Thomashighbaugh/Personal-Site)
[![Vercel](https://img.shields.io/badge/-powered%20by%20vercel-black.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/home?utm_source=thomashighbaugh&utm_campaign=oss)**My personal website, built in TSX leveraging Next.js, Tailwind.css, the Github API and a beautiful [pattern monster](https://pattern.monster) SVG background to tie it all together.**
![Portfolio](../public/blog/portfolio/screenshot-aNn1fb.png)
## Personal Ecosystem
This site is the core of my personal branding online ecosystem, that has separate pieces leveraged on it that also function as stand alone sites (which is useful for giving out links without expecting third parties to wade through this site to quickly find what they need).
The other components of this ecosystem are:
- [my resume](https://resume-thomas-leon-highbaugh.vercel.app/) [github](https://github.com/Thomashighbaugh/resume)
- [biolink: a linktree alternative](https://biolink-delta.vercel.app/) [github](https://github.com/Thomashighbaugh/biolink)## Development
If you want to modify the site for your own purposes, or submit a Pull Request to help me out, then you will need to do the following to get started:
Install dependencies
```zsh
yarn
```
Start the development server
```zsh
yarn dev
```
Build for production
```zsh
yarn build
```