2024-09-02 22:52:22 +00:00
|
|
|
# Homepage
|
|
|
|
|
|
|
|
This is the repository containing the source code for my homepage on the web.
|
|
|
|
Within the `app/` directory, you'll find the Vue web-app project source files
|
|
|
|
and generally the full content of the website.
|
|
|
|
|
2024-09-02 23:07:20 +00:00
|
|
|
The old version of my website is still stored for archival purposes in `old/`.
|
|
|
|
|
2024-09-02 22:52:22 +00:00
|
|
|
## Deploying
|
|
|
|
|
|
|
|
To deploy, simply execute `./upload.sh` from the repository's root directory.
|
|
|
|
It'll build the web-app, and copy the files to the remote server.
|