Komentáře •

  • @cheyenneleo9767
    @cheyenneleo9767 Před 7 měsíci +4

    I'm always happy to watch a lamadev tutorial on a technology I don't use. Love your teaching

  • @barsbulutdemir8229
    @barsbulutdemir8229 Před 7 měsíci +4

    You are the best. I was looking for this tutorial like 3 months

  • @muzamilfootballer5682
    @muzamilfootballer5682 Před 7 měsíci +4

    I Love your Tutorials lama dev ❤❤❤

  • @rockbelleh6237
    @rockbelleh6237 Před 7 měsíci +1

    Lama Neva disappoints back to back awesome content

  • @fahimahmedsumon624
    @fahimahmedsumon624 Před 7 měsíci +1

    Thank you for this great tutorial 🎉❤

  • @droid8770
    @droid8770 Před 7 měsíci +3

    Awesome tutorial my friend
    I was actually thinking of creating a blog site using nextjs because of server side rendering + it will be Seo friendly. React or static sites are not user friendly but your tutorial right now might have solved this problem too ( haven't seen the full video. )

  • @mlsandreas
    @mlsandreas Před 7 měsíci +1

    amazing tutorial!

  • @HilariousHound
    @HilariousHound Před 5 měsíci

    I love your project base teaching

  • @njorogekamau3820
    @njorogekamau3820 Před 7 měsíci

    Right on time brother, right on time.

  • @ibraheemkatta3488
    @ibraheemkatta3488 Před 7 měsíci

    I like your tutorials so much

  • @adisakjantrasopark7672
    @adisakjantrasopark7672 Před 7 měsíci

    Great tutorial! Thanks you

  • @elmasx
    @elmasx Před 7 měsíci

    You are awesome! Thank you so much!

  • @ivansoriano13
    @ivansoriano13 Před 7 měsíci

    Hi Lama! I love your tutorials! It's always fascinating to watch ❤️. I hope you could also make a tutorial about the Web-Based Automatic Call Distribution System for Call Centers. That would be awesome! 😊

  • @vinoopb
    @vinoopb Před 7 měsíci +12

    Hey Lama, thanks for this tutorial. However, an observation I have here is about writing new blog posts. Each time we write a new post, we would need to go to the hosting service and delete the content of the public_html directory, and re-upload the latest files from local. It is totally repetitive, so can you please make an additional small video on using web hooks or GitHub actions, or something? So when we update from local/VS Code and "git push", the site would be updated automatically. That would really complete this awesome tutorial.

  • @hercialVitalis
    @hercialVitalis Před 6 měsíci

    Thanks for the tutorial also

  • @mehrdad1068
    @mehrdad1068 Před 7 měsíci

    this is my mentor, my eternal love, I'm working on fiverr course at this exact moment, what a beautiful course 😍😍😍😍😍❤❤❤

  • @tsykin
    @tsykin Před 7 měsíci

    Great tutorial! Thanks for showing SEO guide and deployment process.
    Please, consider including guide on relational databases and automatic deployments after update of github repo (after each 'push')

  • @parvgugnani7
    @parvgugnani7 Před 7 měsíci

    Thanks

  • @x0z59
    @x0z59 Před 7 měsíci +2

    Hey buddy, I am so impressed of your video. By the way, may I know the colorschemes you use in your editor?

  • @cheyenneleo9767
    @cheyenneleo9767 Před 7 měsíci +1

    I would love if you could make a tutorial on CMS integrations with Hugo, like Forestry

  • @DTUSEM
    @DTUSEM Před 5 měsíci +1

    Dart and flutter are also using same markdown approach.

  • @nabinsaud4688
    @nabinsaud4688 Před 7 měsíci

    Another blog on astro will be also be cool i think

  • @chesterheng6830
    @chesterheng6830 Před 7 měsíci

    anyone know why there is a need to check for relative categories path in catagories/list.html and repeat the code from _default/list.html? can I just use the code for categories only?

  • @collinsbaffour7397
    @collinsbaffour7397 Před 5 měsíci +1

    Hey, Lama thank you very much but during the observation I noticed you missed the search button configuration.

  • @chaitanya-varu
    @chaitanya-varu Před 7 měsíci +1

    can we change the URL to something other than file name?

  • @leafvillage9407
    @leafvillage9407 Před 6 měsíci

    Hello, will you please make a social web app using prisma mongodb Nextjs and also user should be able to upload the profile picture?

  • @Randomguy48279xyz
    @Randomguy48279xyz Před 7 měsíci

    👍

  • @SteveBClark
    @SteveBClark Před 7 měsíci

    Which theme do you use?

  • @leoM01
    @leoM01 Před 4 měsíci

    thanks but i have a question, if i have 100 blog posts, i don't want to have 100 files on my project, is overkill. Can i store my projects in json and inject my content without create new markdown file in content folder ?

  • @cruzeirocrivellari
    @cruzeirocrivellari Před 3 měsíci

    Theres a better way to write the MD without write markdown? Something like edit notion or medium

  • @user-ii7xc1ry3x
    @user-ii7xc1ry3x Před 7 měsíci

    Anyone tried the Hostinger's promo? It shows at 230$ to me, not 150$ like in the video. Is it because it's technically not black friday yet?

  • @lala-wb7gi
    @lala-wb7gi Před 7 měsíci

    hello Lama ❤ please could you make it a role based like admin and user stuff for production grade projects within prismA , PostgreSQL and typescript within Nodejs Api please 🙏

  • @sumitmamoria
    @sumitmamoria Před 7 měsíci

    Thanks for a good video. How to add an email subscription option for this?

  • @mr.youtube975
    @mr.youtube975 Před 3 měsíci

    Can you use python as a backend for Hugo?

  • @ashishchauhan9119
    @ashishchauhan9119 Před 7 měsíci

    Please make next js social media app tutorial

  • @phonetech1312
    @phonetech1312 Před 7 měsíci

    Can u make app using Sketchware?

  • @abdelhaibouaicha3293
    @abdelhaibouaicha3293 Před 7 měsíci +5

    📝 Summary of Key Points:
    📌 The video demonstrates how to create a fast and SEO-friendly blog website using static site generation with Hugo. It covers setting up hosting, creating content, designing layouts, and adding styling to the website.
    🧐 The speaker shows how to add a right sidebar to a web page using the CSS property "position: sticky" and how to add an image horizontally to the sidebar. They also explain how to create a category page and display the category name and the number of posts belonging to that category.
    🚀 The video covers adding a toggle component to switch between light and dark modes using JavaScript. It also demonstrates how to add pagination to the post list and category page using the "paginator" template.
    🚀 To improve SEO, the speaker adds metadata to the website, including the page title and description. They make the metadata dynamic by using the post title and description for individual posts and a general description for the homepage.
    🚀 The video concludes by demonstrating how to deploy the website to a server using Hugo and mentions that Hugo generates pages quickly, even for large websites.
    💡 Additional Insights and Observations:
    💬 "Static site generation is a great way to create fast websites because it doesn't require a database connection and the pages are easily indexed by search engines."
    💬 "Hugo is an open-source framework that provides a folder structure for a static site and allows for easy content creation and customization."
    💬 "Adding a right sidebar using the CSS property 'position: sticky' can enhance the layout and functionality of a web page."
    💬 "Implementing pagination can improve the user experience by breaking up long lists of posts into manageable pages."
    💬 "Adding metadata to a website can help search engines understand and index the content more effectively."
    📣 Concluding Remarks:
    This video provides a comprehensive tutorial on creating a fast and SEO-friendly blog website using static site generation with Hugo. It covers various aspects such as setting up hosting, creating content, designing layouts, adding styling, and improving SEO. The demonstrations and explanations make it easy to follow along and implement these features in your own website.
    Made with Talkbud

  • @user-qj8up1nh2r
    @user-qj8up1nh2r Před 7 měsíci +1

    Which are the requirements of knowledge to watch this video?

    • @reubenprasanth271
      @reubenprasanth271 Před 7 měsíci

      Yeah. I don't even know what to expect here in this video.

  • @rayyanabdulwajid7681
    @rayyanabdulwajid7681 Před 7 měsíci

    Can you build a blog with vanilla javascript instead of using react so that we can understand better. For the back end and authentication, you can use firebase. In this way, we can understand frontend deeply

  • @shaun_was_taken9135
    @shaun_was_taken9135 Před 7 měsíci

    First again 🫡

  • @ionut2671
    @ionut2671 Před 7 měsíci

    11@eleventy it s faster and better