Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Online Business Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Hugo

Migrate from WordPress to Hugo, Step by Step

Leave behind the slow, insecure, and expensive confines of Wordpress for Hugo, the world's fastest static site generator
Rating: 4.5 out of 54.5 (99 ratings)
665 students
Created by Ty Walls
Last updated 11/2020
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Migrate a blog from the WordPress platform to an ultra-fast website using the Hugo static site generator.
  • Leverage your HTML/CSS skills to create custom Hugo themes.
  • Learn Hugo as you go!
  • Determine whether or not Hugo will work for your website or blog.
  • Understand how to use Hugo to easily post content to your blog.
  • Understand some solid hosting options for your site and how to configure each one.
  • (COMING SOON) Discover Hugo alternatives for your favorite WordPress features and plugins.
Curated for the Udemy for Business collection

Course content

11 sections • 95 lectures • 5h 57m total length

  • Preview01:12
  • Preview08:02
  • Preview02:50
  • Preview01:08
  • Preview01:24

  • Section introduction
    01:07
  • Install Chocolatey package manager (Windows only)
    01:41
  • Install Hugo
    04:48
  • Install Visual Studio Code and extensions
    08:26
  • Installing Git
    01:41
  • Learning Git
    05:55
  • Install posh-git (Windows, optional)
    03:06
  • Install Node.js
    02:24
  • Install 7-zip (Windows only)
    01:12
  • Recap and what's next
    00:33

  • Section introduction
    00:38
  • Meet GitLab
    00:46
  • Create a GitLab account
    00:54
  • Create a new private repo on Gitlab
    01:44
  • Setup your SSH keys
    03:40
  • Clone the repo on your machine
    02:06
  • Sidebar: Hey, what about GitHub?
    04:27
  • Recap and what's next
    00:42

  • Section introduction
    00:45
  • Create a new Hugo site with "hugo new site"
    03:22
  • Baby Steps: save your work with git commit
    02:43
  • Add .editorconfig for consistent file formatting
    02:34
  • .gitignore: telling files to "talk to the hand"
    03:27
  • Recap and what's next
    00:50

  • Section introduction
    00:46
  • Why do I need a new theme?
    00:42
  • Choosing a Hugo theme
    05:39
  • Install your new Hugo theme
    06:18
  • Configure the theme using the config.toml file
    04:33
  • Discovering "front matter"
    01:58
  • Recap and what's next
    01:06

  • Section introduction
    00:40
  • Meet "markdown", the easiest way to format text
    03:32
  • Create a new post with Hugo
    04:13
  • Live site preview with the Hugo server
    02:24
  • Add a picture with {{ figure }}
    02:26
  • Unleash your draft post
    00:55
  • Alternative: Create a new post as a "page bundle"
    03:14
  • Recap and what's next
    00:57

  • Section introduction
    01:27
  • Migrate a single post
    03:20
  • Preserve your post metadata
    05:12
  • Migrate post images
    07:32
  • Alternative: Migrate post images as a page bundle
    04:58
  • Clean up your markdown
    06:46
  • Migrate the About page
    03:39
  • Recap and what's next
    00:48

  • Section introduction
    01:26
  • Configure CI/CD with a .gitlab-ci.yml file
    04:50
  • Watch your site build in the "CI pipeline"
    02:45
  • Viewing your deployed site (404 not found?)
    09:18
  • My site has no style! Troubleshoot locally with http-server
    04:27
  • Configure a custom domain name
    10:21
  • Recap and what's next
    00:57

  • Section introduction
    00:56
  • Meet Netlify
    02:10
  • A note about security
    01:16
  • How much will Netlify cost?
    03:56
  • Create a Netlify account and explore
    02:50
  • Link GitLab repo to Netlify
    02:18
  • Deploy the site to Netlify!
    02:47
  • Configure a custom domain name with Netlify
    06:28
  • Make use of automatic deploy previews for merge requests
    10:16
  • Get more control with netlify.toml
    05:12
  • Configure branch-specific deploy settings
    06:40
  • Get notified of deployment events and Netlify outages
    03:01
  • Section recap
    01:33

  • Section introduction
    00:42
  • What’s so great about a CMS?
    01:50
  • Meet Netlify CMS
    03:33
  • Add Netlify CMS to your site
    09:22
  • Configuring "Collections"
    07:37
  • Enable "Identity" and "Git-Gateway"
    06:54
  • Add a new post with Netlify CMS
    04:38
  • Customize Netlify CMS (a little bit)
    05:57
  • Hey, what about Forestry.io?
    02:39
  • Section recap
    01:37

Requirements

  • An internet-connected computer running Windows, Mac, or Linux.
  • Basic coding skills are recommended if you plan on building a Hugo theme.
  • Basic familiarity with the command line is recommended, though not strictly necessary.

Description

Hugo is a super fast static site generator that's here to save you time and make your site fast, secure, and inexpensive to host. There's just one catch, your current website is already on WordPress™. This course will guide you through safely migrating your site and your workflow from WordPress to Hugo.

NOTE: This is an EARLY BIRD version of the course.  The initial offering walks you through migrating a basic site, such as a blog. New content will be added to help you migrate more complicated WP sites to Hugo.

NOTE2: Some of the earlier course content is slightly out of date, because Hugo has continued to advance since I started creating this course a few years ago. You can still learn the basics, of course, but a little "elbow grease" may be required to get things working on your machine.

Background:

WordPress is the most popular website management system in the world. And with good reason: it's easy to get up and running, and there is a rich ecosystem of beautiful themes and feature-enhancing plugins. 

However, (queue the eerie mood music), WordPress has is faults...

  • Every year, security vulnerabilities are discovered in WordPress and its underlying programming language, PHP.

  • Content is served dynamically, so site performance suffers. Getting a solid PageSpeed ranking requires lots of of time, plugins, and hacks.

  • Good hosting options can be quite expensive.

  • Its database back-end limits hosting options and complicates backup and recovery.

But here's a secret you probably already know: Today, the vast majority of sites don't need to be on WordPress. Most sites serve static, or unchanging, content. For example, I'm doing good if I can publish to my blog once a month or so. So why was I using a Content Management System (CMS) like WordPress? In my case, I didn't want to have to write my posts as HTML, upload them over FTP, update index pages to include my new post, manually add pagination, headers, footers, format images, etc. WordPress automated all of this. For the most part, all I had to do was focus on the content; WordPress took care of the rest. It was glorious!

That was the early 2000s. Nowadays we have static site generators like Hugo! With Hugo, I just write my blog post. Then Hugo generates my entire site, including all of those updated links, headers, footers, even a sitemap. And get this: it does it in about 1 second. Then, with a single command I can push my updated site to a service like Netlify, and my new post is live within a few minutes.

With Hugo, you get:

  • Ultra-fast site generation

  • Free hosting options

  • More security because there is no database or run-time to hack

  • Static pages are faster to serve and easy to cache. A faster site means better SEO.

  • Backups are essentially unnecessary if you store your repo on GitHub or GitLab.

  • Change tracking comes for free if you store your site in a Git repo.

Of course, for long-time WordPress users like myself, a number of questions come up:

  • What about my SEO plugin (yoast)? (Coming)

  • What about my syntax highlighting plugin (for tech blogs)? (Coming)

  • What about my comments!? (Coming)

  • What about my cool theme? Can I port it Hugo? (In progress)

  • What about help with spelling, grammar, writing style? (Coming)

  • What about advanced plugins for asset bundling, minification, etc? (In progress)

Learn all this and more with this comprehensive course. Enjoy!

Who this course is for:

  • Web developers interested in learning Hugo
  • Anyone with a slow WordPress site looking for greatly increased performance and enhanced SEO.
  • Anyone tired of constantly patching WordPress' security vulnerabilities.
  • Anyone looking for free (or extremely low-cost) hosting options for their website.

Instructor

Ty Walls
Software engineer in love with creating and learning
Ty Walls
  • 4.5 Instructor Rating
  • 99 Reviews
  • 665 Students
  • 1 Course

Ty loves "automating the mundane to make more time for the meaningful", and there is so much meaning and purpose to be found in teaching. His goal: take the complex and make it simple. How? Break it down to its foundations and provide the right metaphors and examples.

Degrees in computer programming and networking got Ty off to a good start, but he feels his real added value as a teacher springs from decades of experience developing, deploying, and maintaining  software solutions. There he continues to learn the importance of community, humility, caution, and pragmatism.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.