Skip to content

Commit

Permalink
Merge pull request #3 from purduesigbots/2024-Redesign
Browse files Browse the repository at this point in the history
2024 redesign
  • Loading branch information
12944qwerty authored Aug 24, 2024
2 parents 71a1886 + 223d37a commit 413e829
Show file tree
Hide file tree
Showing 97 changed files with 4,144 additions and 308 deletions.
8 changes: 6 additions & 2 deletions README.md
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.
5 changes: 3 additions & 2 deletions archetypes/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

# description
description: "This is meta description"
---
Loading

0 comments on commit 413e829

Please sign in to comment.