How to Deploy a Static Site using Hugo | Linode Tutorial with TechHut

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • Hugo is written in Go and is known for being extremely fast to compile sites, even very large ones. It is well-supported, well-documented, and has an active community. In this video, ‪@TechHut‬ will show you how to host your own Hugo site.
    Chapters:
    0:00 Introduction
    0:26 What is Hugo?
    1:40 Installing Hugo
    4:40 Creating a New Site in Hugo
    5:45 Using Themes in Hugo
    7:36 Opening a Default Config File
    8:25 Previewing our Site
    9:35 View a Posts Source
    11:40 Create Static Files
    12:29 Install and Configure Apache
    17:07 Configure Firewall
    20:50 Deploy Website
    23:11 Make Changes & Re-Publish
    24:33 Install a SSL Certificate
    25:47 Conclusion
    New to Linode? Get started here with a $100 credit → www.linode.com/lp/youtube-vie...
    Check out the doc on choosing a static site generator → www.linode.com/docs/guides/ho...
    Read the documentation for more info on Hugo → www.linode.com/docs/guides/ho...
    Subscribe to get notified of new episodes as they come out → czcams.com/users/linode?sub_co...
    #Hugo #StaticSites #Websites #webhosting
    Product: Linode, Hugo, Static Sites; @TechHut ;
  • Věda a technologie

Komentáře • 9

  • @caderosche
    @caderosche Před rokem +5

    Amazing guide! This helps with far more than just Hugo deployment for someone who is new to deploying sites on Linux servers.

  • @elev007
    @elev007 Před rokem +2

    Excellent walk-through - thank you for creating this!

  • @tomaszserafin4760
    @tomaszserafin4760 Před 11 měsíci +1

    Wow, best I've seen. Super didactical, thank you so much :)

  • @Splootmon
    @Splootmon Před rokem +1

    Great tutorial! Finally got my website hosted on linode.

  • @petersoderstrom857
    @petersoderstrom857 Před 2 měsíci +1

    Impressive

  • @EdwardCrosby
    @EdwardCrosby Před 3 měsíci +1

    This was a good video guide that helped me install Hugo. It was useful until I discovered that not all themes are as easy to deploy as the theme in this video. I've been through a few themes and for a newbie like me who has no development skills whatsoever I keep running into instructions on using github that I could care less about. And, when I am finally able to navigate around git steps and interpret a theme's instructions, I can't even get hugo server command to display a page. I'm trying and really want to use Hugo but it seems to be more developer focused and doesn't have clueless people like me in mind. Frustrated. I just want to get my site up and it hasn't been easy.

  • @eddie181guitar
    @eddie181guitar Před rokem

    After I enable firewall (sudo ufw enable), I can't not use SSH and sFTP to link, who know how can I fix it?
    Now I just disable firewall (sudo ufw disable), SSH and sFTP is work.