How to build your Blog for free on GitHub Pages using Jekyll (Walkthrough).

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 70

  • @SamadAli-rf1un
    @SamadAli-rf1un День тому +1

    Thanks! Ahmed, I already saw many wakthrough videos for setting up my blog using Jekyll but your walkthrough is straight forward and easy to understand to setting up my blog.

    • @SamadAli-rf1un
      @SamadAli-rf1un 4 години тому

      Hey Ahmed, I would like to know how I add images to my posts.md file, I tried it many times by puting images inside _post folder as well as create a seperate "Image" folder with all my images in it inside _post folder I use this code " ![image info](_posts\Images\task_manager_process.png)" inside my post.md file to load images but I get error "_posts/images/task_manager_image.png" not found

    • @SamadAli-rf1un
      @SamadAli-rf1un 2 години тому

      Oh my bad I just figured out by putting my Images folder into the asset folder from the project it works now.

  • @pico3378
    @pico3378 Рік тому

    This video was so helpful! I was struggling for hours because my github actions kept failing, but I just followed your instructions and it completely fixed it!

  • @ahmedtremo
    @ahmedtremo  11 місяців тому +3

    Note: Make sure you select "GitHub Actions" as a source for build & deployment in "Settings"/"Pages" to avoid issues with auto-deployment.

  • @plasius2398
    @plasius2398 11 місяців тому

    Thank you friend! A really up-to-date tutorial on how to set up a personal blog for free.

  • @ELJoOker04
    @ELJoOker04 4 місяці тому

    excellent straightforward tutorial, شكرا يا احمد ❤❤

  • @aromahoque721
    @aromahoque721 4 місяці тому

    Finally a tutorial that works. Thank you so much.

  • @kalonjitshisekedi6037
    @kalonjitshisekedi6037 6 місяців тому +1

    Finally a tutorial that works !!!!

  • @porkchopx3
    @porkchopx3 Рік тому

    Thank you so much!! Very thorough and complete. Well done, Ahmed!

  • @kiransonawane2940
    @kiransonawane2940 2 місяці тому

    Thank you so much brother for such an amazing content ♥♥

  • @tdcode
    @tdcode 8 місяців тому

    Man, you’re a wizard 🎉

  • @adejonghm
    @adejonghm Рік тому

    It's an excellent tutorial. Thanks for this video, Ahmed!

  • @sofianlak
    @sofianlak 9 місяців тому

    very comprehensive, thank you Ahmed

  • @jacobbrown1445
    @jacobbrown1445 7 місяців тому

    Excellent video and great find for a theme. Thank you for posting this. It has really helped me!

  • @amoghrgowda4652
    @amoghrgowda4652 2 місяці тому

    Thanks a lot! It helped me so much

  • @cpachas3258
    @cpachas3258 8 місяців тому

    Thank you so much! Such a great video!

  • @Sein-k8i
    @Sein-k8i 7 місяців тому

    Thankyou, you’ve been a great help to me!😊

  • @enricollen
    @enricollen 6 місяців тому

    thank you it worked like a charm

  • @sergiojhdz
    @sergiojhdz 8 днів тому

    do you have to update every time on the browser when you make changes? do users have to do that as well?

  • @juandiegocastanogomez3854
    @juandiegocastanogomez3854 4 місяці тому

    Love this theme!!! Do you know of another one that keeps a similar style but for a portfolio webpage? Basically the same but including home / projects / project-detail pages?

  • @gallen4635
    @gallen4635 10 місяців тому

    really need this ,thx!

  • @ankitmeena6842
    @ankitmeena6842 10 місяців тому

    Thanks for this!

  • @michael-busbee
    @michael-busbee 9 днів тому

    @ahmedtremo I was wondering if you could explain how you changed the favicon for the blog? I see you were able to change it on your site. Tried the instructions on the chirpy theme site and it works when I do the local build but when I upload to GH it reverts back to the default chirpy favicon. Any help is appreciated

    • @ahmedtremo
      @ahmedtremo  9 днів тому

      To update the favicon, use this favicon generator website: realfavicongenerator.net/ and then use the output in the "assets/img/favicons/" folder.

  • @RajnishKumar-zu4mo
    @RajnishKumar-zu4mo 11 місяців тому +1

    Some Questions.
    How did you updated the favicon?
    How did you removed feed button which was beside GitHub and mail icon?
    How did you added that light/dark toggle button?

    • @ahmedtremo
      @ahmedtremo  11 місяців тому +2

      1. To update the favicon, use this favicon generator website: realfavicongenerator.net/ and then use the output in the "assets/img/favicons/" folder.
      2. in "_data" folder update the "contact.yml" to remove/add contact icons.
      3. The Light/Dark theme was functional in the "Chirpy" template that I used, I didn't need to change anything to get it working.

  • @propea6940
    @propea6940 4 місяці тому

    Great video

  • @ZhuZhihao
    @ZhuZhihao 4 місяці тому

    very useful!!!

  • @muthukamalan.m6316
    @muthukamalan.m6316 3 місяці тому

    Hi I'm new to ruby
    I ran into issue with version conflict with
    ```
    Because html-proofer >= 5.0.0 depends on Ruby >= 3.1, < 4.0
    and Gemfile depends on html-proofer ~> 5.0,
    Ruby >= 3.1, < 4.0 is required.
    So, because current Ruby version is = 3.0.2,
    version solving has failed.
    ```
    help me how to resolve this in linux

  • @iKReyan
    @iKReyan 4 місяці тому

    Is there a way to add comments section as part of each blog?

  • @whiterose9384
    @whiterose9384 3 місяці тому

    I am facing Sass's behavior error on the command bundle exec jekyll s please help

  • @vaibhavvermanitrourkela1215
    @vaibhavvermanitrourkela1215 4 місяці тому

    so helpful

  • @mr.pr1ngl3s42
    @mr.pr1ngl3s42 7 місяців тому

    Hello, I have a question: Is there a way to modify the navigation buttons, such as 'HOME' and 'CATEGORIES'? I would like the 'HOME' button to redirect to a different page.

  • @enricollen
    @enricollen Місяць тому

    after some months, when i try to commit and push to update my page i get this error during github build:
    ...
    * At _site/tags/wearable-devices/index.html:1:
    internal script reference /assets/js/dist/app.min.js does not exist
    * At _site/tags/yolo/index.html:1:
    internal script reference /assets/js/dist/app.min.js does not exist
    ...
    Does anyone know how to fix it?

  • @nayeemislam574
    @nayeemislam574 2 місяці тому

    How can I update this theme with the latest version?

  • @firozhasan8040
    @firozhasan8040 5 місяців тому

    Hello, how to add video file from the assets folder, any idea?

  • @hssain.aitkadir
    @hssain.aitkadir Рік тому

    Well done bro

  • @flag_hunter
    @flag_hunter 8 місяців тому

    Can you share how to update this theme version to the latest one?

  • @DorHydro
    @DorHydro 10 місяців тому

    how come i cant change the favicons? everytime i do git push, its replacing it to the starters picture (with the ant) any help?

  • @publicpolicycafe
    @publicpolicycafe 7 місяців тому

    The term bundle is not recognised, what should I do ?

  • @lazzyzoey
    @lazzyzoey Рік тому

    helped a lot. thx

  • @mujta3as3c
    @mujta3as3c Місяць тому

    Hey if you are active please
    can u tell me that there is any way to remove the footer
    "Using the Chirpy theme for Jekyll. "

  • @skomants2997
    @skomants2997 7 місяців тому +1

    I don't get it whenever i make any changes to _config.yml it doesn't update. What to do?

  • @viewsofviswa
    @viewsofviswa 8 місяців тому

    How to change the footer year? on your website it shows 2023.

  • @waanchoi6922
    @waanchoi6922 10 місяців тому

    im stuck at the git bash. im using a macbook. how do i use the gitbash?

  • @rushwi3489
    @rushwi3489 5 місяців тому

    How upload images in a post?

  • @falchi8048
    @falchi8048 Рік тому

    thanks a lot!

  • @johnjairorimarachinsanchez8824
    @johnjairorimarachinsanchez8824 6 місяців тому

    First, I want to thank you for the very useful video with great content, but I'm not sure if I'm the first one encountering this error when trying to create the first post: 'Error: No such file or directory - git rev-list --count HEAD'. Has anyone else experienced the same issue?

    • @ahmedtremo
      @ahmedtremo  6 місяців тому +1

      this error typically occurs when you are trying to run a git command in a directory that is not a Git repository, or when the git executable is not properly installed or accessible from your current path.
      after cloning the repo, did you 'cd PATH' into it?

    • @johnjairorimarachinsanchez8824
      @johnjairorimarachinsanchez8824 6 місяців тому +1

      @@ahmedtremo Thank you very much!!! I remembered that I didn't clone the repository, I just downloaded it. Now I cloned it and didn't encounter any issues. Amazing, thank you so much.

  • @hienthu6103
    @hienthu6103 Місяць тому

    I can't write Latex, can someone help me ?

  • @kresh1619
    @kresh1619 6 місяців тому

    Can anyone tell me where can I find the watcher-patch troubleshooting source code ?

    • @ahmedtremo
      @ahmedtremo  6 місяців тому

      github.com/AhmedTremo/ahmedtremo.github.io/blob/main/_plugins/watcher-patch.rb

  • @iopyrb
    @iopyrb 5 місяців тому

    can we make it private?

  • @didyouknow439
    @didyouknow439 Рік тому

    i have followed the tutorial ypu provided, but in the .md file, the changes did not occur on the blog. How to handle it? Thank you 🙏🙏

    • @ahmedtremo
      @ahmedtremo  11 місяців тому

      Check the post date, make sure the time isn't in the future

  • @Zzzaaaa_
    @Zzzaaaa_ 8 місяців тому

    idk why but my page only showing "--- layout: home # Index page ---" on a white page

    • @ahmedtremo
      @ahmedtremo  8 місяців тому

      Make sure you select "GitHub Actions" as a source for build & deployment in "Settings"/"Pages" to avoid issues with auto-deployment.

    • @lozzax98
      @lozzax98 4 місяці тому

      I have the same issue, did you find the fix for this?

    • @propea6940
      @propea6940 4 місяці тому +1

      I had the same issue too and changing the settings worked

  • @maheshsuryawanshi8117
    @maheshsuryawanshi8117 9 днів тому

    bro how to add favicon

    • @ahmedtremo
      @ahmedtremo  9 днів тому

      To update the favicon, use this favicon generator website: realfavicongenerator.net/ and then use the output in the "assets/img/favicons/" folder.

  • @raoatharofficial7005
    @raoatharofficial7005 Рік тому

    Haha Why are you blushing man btw the video is helpful!

  • @julian.torres
    @julian.torres Місяць тому

    Thank you this was very helpful