This commit is contained in:
parent
5bfb2e5624
commit
616be92494
2 changed files with 16 additions and 12 deletions
7
.gitea/workflows/test.yaml
Normal file
7
.gitea/workflows/test.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
steps:
|
||||||
|
- name: Running Page Speed Insights
|
||||||
|
uses: jakepartusch/psi-action@v1.3
|
||||||
|
id: drafting
|
||||||
|
with:
|
||||||
|
url: "https://midtowndrafting.com"
|
||||||
|
threshold: 70
|
|
@ -6,24 +6,21 @@ title: Hugo
|
||||||
**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)
|
**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 >}}
|
{{< /callout >}}
|
||||||
|
|
||||||
|
This site is deployed using [Act Runners](https://docs.gitea.com/usage/actions/act-runner) using Hugo, [check the code out here](https://git.myco.systems/mycosystems/midtowndrafting.com), here is the status of the last deployment script:
|
||||||
|
|
||||||
|
<p><img src="https://git.myco.systems/mycosystems/midtowndrafting.com/badges/workflows/deploy.yaml/badge.svg"style="margin: 0px !important;"width="auto"height="auto"/></p>
|
||||||
|
|
||||||
## What is Hugo?
|
## 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.
|
[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.
|
||||||
|
|
||||||
From scratch, this website can be built in under 100 ms by Hugo, which means it takes seconds to deploy a new version of the website.
|
|
||||||
|
|
||||||
## Why Hugo?
|
## Why Hugo?
|
||||||
|
|
||||||
There are many reasons to use Hugo as a static site generator:
|
Mostly, we use it because of these two reasons:
|
||||||
|
|
||||||
1. **Fast**: As mentioned previously, Hugo is incredibly fast. It can build a website in a matter of seconds which makes it perfect for rapid development and prototyping.
|
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. **Easy to learn**: Hugo's syntax and configuration are easy to understand and learn, making it accessible even for beginners.
|
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.
|
||||||
3. **Flexible**: You have full control over how your site looks and feels with the ability to customize themes or create new ones. This makes it perfect for developers who want to build unique websites without spending a lot of time on design.
|
|
||||||
4. **Scalable**: With its speed and ease of use, Hugo can handle large websites with hundreds of pages without slowing down.
|
|
||||||
5. **Free and Open Source**: 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.
|
|
||||||
|
|
||||||
## MidtownDrafting.com
|
## License
|
||||||
|
|
||||||
You can find the source for this website here: https://git.myco.systems/mycosystems/midtowndrafting.com
|
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)
|
||||||
|
|
||||||
The entire website is free for anyone to play with, including the theme used called [Hextra](https://github.com/imfing/hextra). Everything is 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)
|
|
Loading…
Add table
Reference in a new issue