No video

Build the Fastest Blog Website with Markdown Content | Hugo Static Site Generation Tutorial

  Рет қаралды 39,819

Lama Dev

Lama Dev

Күн бұрын

Пікірлер: 53
@cheyenneleo9767
@cheyenneleo9767 9 ай бұрын
I'm always happy to watch a lamadev tutorial on a technology I don't use. Love your teaching
@barsbulutdemir8229
@barsbulutdemir8229 9 ай бұрын
You are the best. I was looking for this tutorial like 3 months
@droid8770
@droid8770 9 ай бұрын
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. )
@vinoopb
@vinoopb 9 ай бұрын
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.
@repairstudio4940
@repairstudio4940 7 ай бұрын
Absolutely needed! 🎉
@oguzhangurbulak1746
@oguzhangurbulak1746 20 сағат бұрын
have you find any solution to that problem ?
@vinoopb
@vinoopb 19 сағат бұрын
@@oguzhangurbulak1746no, but I'm using Hugo with the papermod theme, hosting it for free on GitHub pages. I write my blog posts in markdown in VS Code and have set up a ci/cd pipeline with GitHub actions so whenever I push from local, the changes are reflected almost immediately. That's the most optimal solution for me currently.
@muzamilfootballer5682
@muzamilfootballer5682 9 ай бұрын
I Love your Tutorials lama dev ❤❤❤
@rockbelleh6237
@rockbelleh6237 9 ай бұрын
Lama Neva disappoints back to back awesome content
@mehrdad1068
@mehrdad1068 9 ай бұрын
this is my mentor, my eternal love, I'm working on fiverr course at this exact moment, what a beautiful course 😍😍😍😍😍❤❤❤
@x0z59
@x0z59 9 ай бұрын
Hey buddy, I am so impressed of your video. By the way, may I know the colorschemes you use in your editor?
@ivansoriano13
@ivansoriano13 9 ай бұрын
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! 😊
@HilariousHound
@HilariousHound 7 ай бұрын
I love your project base teaching
@DTUSEM
@DTUSEM 6 ай бұрын
Dart and flutter are also using same markdown approach.
@collinsbaffour7397
@collinsbaffour7397 6 ай бұрын
Hey, Lama thank you very much but during the observation I noticed you missed the search button configuration.
@fahimahmedsumon624
@fahimahmedsumon624 9 ай бұрын
Thank you for this great tutorial 🎉❤
@cheyenneleo9767
@cheyenneleo9767 9 ай бұрын
I would love if you could make a tutorial on CMS integrations with Hugo, like Forestry
@njorogekamau3820
@njorogekamau3820 8 ай бұрын
Right on time brother, right on time.
@oguzhangurbulak1746
@oguzhangurbulak1746 5 күн бұрын
Hi, great video, thanks. I have some questions, though. What happens when we try to add a new post to the website? Every time, do we need to upload to the hosting provider, i.e., Hostinger, again and again?
@abdelhaibouaicha3293
@abdelhaibouaicha3293 9 ай бұрын
📝 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
@tsykin
@tsykin 9 ай бұрын
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')
@wolf_gaming3853
@wolf_gaming3853 4 ай бұрын
You can do it with github-actions
@mlsandreas
@mlsandreas 9 ай бұрын
amazing tutorial!
@adisakjantrasopark7672
@adisakjantrasopark7672 8 ай бұрын
Great tutorial! Thanks you
@ibraheemkatta3488
@ibraheemkatta3488 9 ай бұрын
I like your tutorials so much
@elmasx
@elmasx 9 ай бұрын
You are awesome! Thank you so much!
@nabinsaud4688
@nabinsaud4688 9 ай бұрын
Another blog on astro will be also be cool i think
@hercialVitalis
@hercialVitalis 8 ай бұрын
Thanks for the tutorial also
@chaitanya-varu
@chaitanya-varu 8 ай бұрын
can we change the URL to something other than file name?
@cruzeirocrivellari
@cruzeirocrivellari 5 ай бұрын
Theres a better way to write the MD without write markdown? Something like edit notion or medium
@sherrygcf
@sherrygcf 28 күн бұрын
someone please help. i already follow the instruction to create a new posts but its always says did not match any files.... PLESW HELPW
@Shankar_B
@Shankar_B Ай бұрын
can we add a tailwind in hugo server ?
@leoM01
@leoM01 6 ай бұрын
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 ?
@chesterheng6830
@chesterheng6830 9 ай бұрын
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?
@leafvillage9407
@leafvillage9407 8 ай бұрын
Hello, will you please make a social web app using prisma mongodb Nextjs and also user should be able to upload the profile picture?
@user-ii7xc1ry3x
@user-ii7xc1ry3x 9 ай бұрын
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?
@mr.youtube975
@mr.youtube975 5 ай бұрын
Can you use python as a backend for Hugo?
@sumitmamoria
@sumitmamoria 9 ай бұрын
Thanks for a good video. How to add an email subscription option for this?
@justiceessiel6123
@justiceessiel6123 4 ай бұрын
mailchimp
@lala-wb7gi
@lala-wb7gi 9 ай бұрын
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 🙏
@parvgugnani7
@parvgugnani7 9 ай бұрын
Thanks
@user-qj8up1nh2r
@user-qj8up1nh2r 9 ай бұрын
Which are the requirements of knowledge to watch this video?
@reubenprasanth271
@reubenprasanth271 9 ай бұрын
Yeah. I don't even know what to expect here in this video.
@saggygnaw
@saggygnaw 22 күн бұрын
Step one: possess ocular vision.
@SteveBClark
@SteveBClark 9 ай бұрын
Which theme do you use?
@phonetech1312
@phonetech1312 9 ай бұрын
Can u make app using Sketchware?
@ashishchauhan9119
@ashishchauhan9119 9 ай бұрын
Please make next js social media app tutorial
@rayyanabdulwajid7681
@rayyanabdulwajid7681 9 ай бұрын
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
@Randomguy48279xyz
@Randomguy48279xyz 9 ай бұрын
👍
@shaun_was_taken9135
@shaun_was_taken9135 9 ай бұрын
First again 🫡
@ionut2671
@ionut2671 9 ай бұрын
11@eleventy it s faster and better
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 470 М.
What is HUGO and Why I use it
11:31
Titus Tech Talk
Рет қаралды 17 М.
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 28 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 86 МЛН
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,3 МЛН
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 552 М.
Adobe is horrible. So I tried the alternative
25:30
Bog
Рет қаралды 954 М.
The perfect imperfection of Google's Material You
15:47
David Imel
Рет қаралды 439 М.
Simple Hugo Shortcodes absolutely MOG pathetic obese Wordpress!
24:44
Please stop using px for font-size.
15:18
Coder Coder
Рет қаралды 141 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 257 М.
13 Things To Remove From Your Website Immediately
12:33
Orbit Media Studios
Рет қаралды 310 М.
Easily Improve Your Web Design (With Example)
17:59
Flux Academy
Рет қаралды 69 М.
How to Debug Code Like a Pro
11:11
Lama Dev
Рет қаралды 62 М.
Why I Moved My Website From Ghost CMS to Hugo
6:06
Travis Media
Рет қаралды 21 М.
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 28 МЛН