Homepage v7 2020 design https://andrewgioia.com
Go to file
Andrew Gioia 1fd605373c
Tracks dist now, builds for prod
2023-11-13 10:10:32 -05:00
dist Tracks dist now, builds for prod 2023-11-13 10:10:32 -05:00
src Accessibility improvements to <html> element and icon links 2023-11-13 09:15:53 -05:00
.editorconfig Initial commit, lots to do 2020-07-07 12:38:20 -04:00
.gitignore Tracks dist now, builds for prod 2023-11-13 10:10:32 -05:00
LICENSE.md Fixing license to actually be the SA version 2020-07-07 17:12:32 -04:00
README.md More updates to the readme 2020-07-08 10:10:14 -04:00
package-lock.json Fixes outdates lockfile 2023-08-02 21:45:18 -04:00
package.json Adds Mastodon link back for verification 2023-09-01 12:12:39 -04:00

README.md

Homepage v7

This is version 7 of my homepage, now much simpler and without JS :P

The goal was to make it as light as possible, without any JavaScript, using system defaults and CSS variables for automatic light/dark mode support. I also wanted it to scale perfectly no matter what device or screen you're on.

Screenshot as of July 2020

It's just a virtual business card but by all means fork/use the theme, just share in kind and refer back.

Quick note on building

I'm using NPM to build for development and production and there are some basic commands in package.json for this. Make sure to npm install, then run npm run dev to generate the public files in dist. There should be a few asset folders and then index.html and site.css in the root there.

Todo

Add some kind of minify support into the build process.