hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

index.md (1098B)

    1 ---
    2 
    3 title: Godot Tutorials
    4 date: 2021-01-07
    5 
    6 description: "Teaching game development skills with love."
    7 
    8 # The URL to the site on the internet.
    9 siteURL: https://godottutorials.com
   10 
   11 # Add credit to the article author. Leave blank or remove if not needed/wanted.
   12 byline: "[Godot Tutorials](https://godottutorials.com), Web Developer & Game Programmer"
   13 
   14 ---
   15 
   16 
   17 [Godot Tutorials](https://godottutorials.com) started as a way to teach beginners game programming and game development.
   18 As I created videos, I ran into a problem; if I made a mistake with a Youtube video, it was difficult to correct errors.
   19 
   20 I discovered that blogging episodes and having articles that teach on top of my videos is a fantastic solution to my problem.
   21 
   22 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.
   23 
   24 In a sense, with [Hugo](https://gohugo.io) programmed the right way, I can focus **more time on planning, creating, and editing**
   25 my videos and **less time maintaining and fixing** my website.