The source code for my official website.
This repository contains the source code for my official website. The source code is in the form of a Mandy project. The file structure in this repository is the file structure that the Mandy static-site generator needs to build a static site. More information about Mandy can be found here.
The live site can be viewed here.
To use or test this site, you must have Mandy and Git installed.
- 1.) Download the source code using the command below:
git clone --depth=1 https://github.com/alyxshang/website.git- 2.) Change directory into the source code's root directory:
cd website- 3.) Build the site using Mandy:
mandy -b .- 4.) There should now be a directory by the name of
dist, ready to be deployed to a server.
- 1.) Download the source code using the command below:
git clone --depth=1 https://github.com/alyxshang/website.git- 2.) Change directory into the source code's root directory:
cd website- 3.) Run Mandy's site-building tests:
mandy -t .- 4.) You should have received a message about the success or failure of the tests and number of tests run.
- Website by Alyx Shang.
- Licensed under the FSL v1.