Tutorial: Blogging with Hugo and GitHub Pages - Sarah Gibson

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • This is a short video demo by Sarah Gibson showing how you can set a webpage for blogging with Hugo and GitHub Pages.
    Materials are available online: sgibson91.gith....
    *Prerequisites*
    This lesson does require some technical skill and familiarity with a few intermediate concepts. Users are expected to be:
    - Comfortable with the command line (try the UNIX Shell Software Carpentry lesson)
    - Familiar with some basic git workflow commands (try the Git Novice Software Carpentry lesson)
    - Familiar with testing and continuous integration concepts (try this testing and continuous integration Software Carpentry lesson)

Комментарии • 5

  • @davidiwata7063
    @davidiwata7063 3 года назад +5

    4:25 start

  • @dantech2011
    @dantech2011 2 года назад

    Great tutorial still working in 2022 as long as you follow all the setup steps! =)

  • @frogfox9577
    @frogfox9577 Год назад

    nice
    the post is always on hackMD ?

  • @jeffreysmith3275
    @jeffreysmith3275 2 года назад

    Great video, I been follow your steps and learning a bunch. I do have a issue since im using windows i'm getting a error on the build-and-deploy-site "Container action is only supported on Linux". I change the cd.yml to runs-on: windows-latest and still got the same error message. Any advice?

    • @jeffreysmith3275
      @jeffreysmith3275 2 года назад

      Working now. I just continued with your video and after I click the settings in github all seems to work now.
      Thanks Great job!