diff --git a/content/en/showcase/godot-tutorials/bio.md b/content/en/showcase/godot-tutorials/bio.md new file mode 100644 index 000000000..92fccadf6 --- /dev/null +++ b/content/en/showcase/godot-tutorials/bio.md @@ -0,0 +1,9 @@ + +[Godot Tutorials](https://godottutorials.com) aims to teach beginners how to get up and running with basic game programming and game development skills. + +The website is built with the **Hugo Framework** alongside aws+cloudfront+lambda. + +The site is built by: + +* [Godot Tutorials](https://godottutorials.com) + diff --git a/content/en/showcase/godot-tutorials/featured.png b/content/en/showcase/godot-tutorials/featured.png new file mode 100644 index 000000000..fef13b996 Binary files /dev/null and b/content/en/showcase/godot-tutorials/featured.png differ diff --git a/content/en/showcase/godot-tutorials/index.md b/content/en/showcase/godot-tutorials/index.md new file mode 100644 index 000000000..e33e413e1 --- /dev/null +++ b/content/en/showcase/godot-tutorials/index.md @@ -0,0 +1,25 @@ +--- + +title: Godot Tutorials +date: 2021-01-07 + +description: "Teaching game development skills with love." + +# The URL to the site on the internet. +siteURL: https://godottutorials.com + +# Add credit to the article author. Leave blank or remove if not needed/wanted. +byline: "[Godot Tutorials](https://godottutorials.com), Web Developer & Game Programmer" + +--- + + +[Godot Tutorials](https://godottutorials.com) started as a way to teach beginners game programming and game development. +As I created videos, I ran into a problem; if I made a mistake with a Youtube video, it was difficult to correct errors. + +I discovered that blogging episodes and having articles that teach on top of my videos is a fantastic solution to my problem. + +As I researched blogging platforms, I came across two solutions; however, I chose [Hugo](https://gohugo.io) because it's built with markdown in mind and simplified my workflow. + +In a sense, with [Hugo](https://gohugo.io) programmed the right way, I can focus **more time on planning, creating, and editing** +my videos and **less time maintaining and fixing** my website. \ No newline at end of file