Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrxyz committed Aug 31, 2024
1 parent 53734f3 commit 749a356
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
mirror -c \
--include='.*' \
--exclude='^\..*$' \
--exclude='README.md' \
-R --parallel --verbose \
. \
htdocs
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Machine Intelligence Laboratory website

Here lies our laboratory's website, https://mil.ufl.edu. This website hosts information
about our laboratory, our research, and our members.

## Contributing

Currently, our website is a static site, meaning that you can work on the latest
version of the site by just opening `index.html`.

0 comments on commit 749a356

Please sign in to comment.