Skip to content

drigberg/personal_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

283 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Site

This site is intended to be lightweight, accessible, and stable! Who needs React when we have HTML? cries

Feel free to fork the repo and use it for your own webpage!

Demo

Check out https://danielrigberg.com to see it live!

Running locally

After ensuring that python3 is installed, just run bash run_dev.sh. The site will be available at http://localhost:8000.

Deploying

This static site can be deployed cheaply on AWS by exposing an S3 bucket for public access.

Full documentation: https://docs.aws.amazon.com/AmazonS3/latest/userguide/WebsiteHosting.html

Tutorial: https://docs.aws.amazon.com/AmazonS3/latest/userguide/HostingWebsiteOnS3Setup.html

To deploy, use this command: aws s3 sync lib "s3://your-s3-bucket-name" --delete

About

my personal site, with links to fun things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors