Creating a Free Blog or Static Content Website with Hugo and GitHub Pages with Custom Domain and Ads

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

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

  • @shawlishawli
    @shawlishawli 2 месяца назад

    adding the website static pages to a separate git repo + as a git submodule is so clever!

  • @justtsanjint626
    @justtsanjint626 Год назад +1

    Thank you, this video helps! I went from not knowing Hugo to having a website on GitHub. Thanks a lot!

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

      Well done! Hope it serves you well :)

  • @benjaminfehr7322
    @benjaminfehr7322 Год назад +1

    Thanks for your help. It works very well. Just i cant find out how i can add a new blog without any trouble with the repos. But maybe thats an issue with the talle theme i use.

  • @PampaEstudioGuitarra
    @PampaEstudioGuitarra 2 года назад +3

    Great tutorial! I'm still lost about git (because I'm a noobie) but you really helped me ☺Thanks!

    • @KaiBuskirk
      @KaiBuskirk 2 года назад +1

      right..... its the little things Please help

    • @debeatox1282
      @debeatox1282 2 года назад +2

      You don't have to use terminal if it's confusing. You can push changes from VScode(3rd tab from the left. It will even show how many changes you did but didn't push/commit to GitHub)

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

      @@debeatox1282 thanks!

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

    thanks for such clearly tutorial , it's really helpful! finally , i built my own website. yes!!!

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

    Finally my website is published. Thank to you !

  • @mr_trojan
    @mr_trojan 2 года назад +1

    how can i add my github site to google adsense

  • @MrAdam100576
    @MrAdam100576 2 года назад +1

    Quick Question: Your blog seems to have all of the relevant folders in Visual Studio. Can I ask how you set that up? Also, this is a newbie question, but I seem to be creating folders/directories all over the place when I try to use both Terminal and VSCode. Should I have folders for EACH github repo or should I be dumping ALL of my repos into one github folder (on my computer)?

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

      Answer for your 1st question: she does it by running Hugo command @1:40.
      For your 2nd one it doesn't matter. It's your computer and you decide where you want to put your folders. Weather it's github repo folder, music folder or documents folder.
      Hope this cleared somethings for you! Good luck.

  • @MohamedMedhat-ic5ng
    @MohamedMedhat-ic5ng 2 года назад

    Thanks, that was exactly what I was looking for