Skip to content

sgolovine/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Website

This is the codebase for my personal website. The site is internally simple as I work primarily on projects and just don't have the time to maintain a fancy personal website.

Running Locally

To run locally, serve the app directory using an HTML document server of some kind. I personally use serve

npx http-server -s app

NOTE: I highly suggest using http-handler over something like serve, for some reason serve will not properly serve sub-pages and will auto-redirect to the landing page. This could probably be fixed with a custom serve handler but adding that sort of logic breaks the principles of this website.

Building for Production

There is no build process for this site. Simply upload the app directory to a file host and the site should be avaliable.

Blog

Currently workinng on adding a blog to the site. Progress ongoing in the blog directory. This will eventually integrate into the main site.

Previous Versions

2018

2019

2020

2021

2022

Why is this site so simple?

Previous versions of my website have been far more sophisticated and complex, complete with blogs, snippets, contact sections and more. This version is intentionally simple because truth be told, I have other priorities now. Between all the other projects I currently maintain, I hardly have time to update my personal site. Keeping this site in pure HTML with a low overhead keeps the maintainence required to a minimum.

About

My Personal Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published