1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-24 18:03:06 +02:00

Add resource for Hugo (#2975)

This commit is contained in:
The New Stack
2022-12-05 06:34:22 -06:00
committed by GitHub
parent ac5755bbf3
commit 5296d2adb5

View File

@@ -6,3 +6,4 @@ Hugo is the worlds fastest static website engine. Its written in Go (aka G
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://gohugo.io/'>Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://gohugo.io/documentation/'>Official Docs for Getting Started</BadgeLink>
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://www.youtube.com/watch?v=qtIqKaDlqXo&list=PLLAZ4kZ9dFpOnyRlyS-liKL5ReHDcj4G3'>Introduction to Hugo - Static Site Generator </BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://thenewstack.io/tutorial-use-hugo-to-generate-a-static-website/'>Tutorial: Use Hugo to Generate a Static Website</BadgeLink>