midtowndrafting.com/content/docs/hugo/_index.md

26 lines
1.9 KiB
Markdown
Raw Normal View History

---
title: Hugo
---
{{< callout type="info" >}}
**Hey!** This page is a work in progress. If you'd like to assist in the process of writing sections, take a look at the [git repository](https://git.myco.systems/mycosystems/midtowndrafting.com)
{{< /callout >}}
2024-05-07 04:57:20 -04:00
This site is deployed with [Act Runners](https://git.myco.systems/mycosystems/midtowndrafting.com/actions?workflow=deploy-test.yaml&actor=0&status=0) using Hugo for file generation, [check the code out here](https://git.myco.systems/mycosystems/midtowndrafting.com), here is the status of the last deployment script:
2024-05-07 04:35:22 -04:00
2024-05-07 04:53:11 -04:00
<p><img src="https://git.myco.systems/mycosystems/midtowndrafting.com/badges/workflows/deploy-test.yaml/badge.svg"style="margin: 0px !important;"width="auto"height="auto"/></p>
2024-05-07 04:35:22 -04:00
## What is Hugo?
[Hugo is a static site generator](https://gohugo.io/); it takes in content in the form of [Markdown](https://www.markdownguide.org/) and uses a pre-configured theme to generate HTML from the markdown files. This makes development very fast and the site very lightweight.
## Why Hugo?
2024-05-07 04:35:22 -04:00
Mostly, we use it because of these two reasons:
2024-05-07 04:35:22 -04:00
1. **[Scalable](https://css-tricks.com/comparing-static-site-generator-build-times/#aa-the-results-are-in)**: With its speed and ease of use, Hugo can handle large websites with hundreds of pages without slowing down.
2. **[Free and Open Source](https://github.com/gohugoio/hugo?tab=Apache-2.0-1-ov-file#readme)**: Hugo is completely free to use and open source, so you can customize it however you like or contribute back to the project if you feel inclined.
2024-05-07 04:35:22 -04:00
## License
2024-05-07 04:35:22 -04:00
The entire website is free for anyone to play with, including the theme used called [Hextra](https://github.com/imfing/hextra). The theme and modifications made to the theme are licensed under [MIT](https://mit-license.org/) and no content is witheld with copyright, all content on this website is compatible with CC0 (Public Domain)