-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from purduesigbots/2024-Redesign
2024 redesign
- Loading branch information
Showing
97 changed files
with
4,144 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# website | ||
# Our Website | ||
|
||
This website is built using [Hugo](https://gohugo.io/), once you have Hugo installed you can start a local server by running `hugo server` | ||
Built with hugo with theme somrat. Because hugo is so confusing I had to copy somrat over to make the changes. Super fun. | ||
|
||
## How to run | ||
To build, run `hugo --gc --minify` in the root directory. | ||
To run a local server for development, run `hugo server --gc --minify` in the root directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.