My own website!
Go to file
2024-09-11 10:49:19 -07:00
src Made background stick 2024-09-11 10:49:19 -07:00
.gitignore Removed videos, added more .gitignore 2024-09-10 13:45:16 -07:00
build.sh Imported to Go, Did some redesign 2024-07-26 02:57:25 -07:00
go.mod Imported to Go, Did some redesign 2024-07-26 02:57:25 -07:00
main.go Fixed video id issue 2024-09-10 13:55:10 -07:00
README.md Added homepage background; Flex-grow added; Updated README 2024-09-10 04:11:54 -07:00

keyemail.dev

Welcome to the official repo for the site https://keyemail.dev! This site is to display all about the user Keyemail, it displays the About Me, Gallery Photos, Socials, and Videos! This project is done under Go, but was orginally made in Vue.

Installation

Automatic (Easy Way)

Make the build.sh an executable by:

chmod +x ./build.sh

and then run:

./build.sh

After that, go into the build folder and run the executable that is in there.

Manual (Hard Way)

First create the directory:

mkdir build/

then, copy src to ./build using:

cp -r src/ ./build

then, build using Go:

go build -o ./build

Your done! Go into the build folder and run the executable.

Support

No support is offered on this package, this is a personal project to learn Go.

Credits

Built by keyemail, kuubeu helped inspire this project, as well as some svg work.

BGJar for Backgrounds! AwesomeIcons for Icons!