That’s a very good point. I personally use Jekyll, because I started using long before Hugo was created. The main problem with static generated websites, are newsletter, comments and contact form. Of course there are plugins for all that, but a CMS do have all out of the box. So, if the purpose of blog is just sharing content and thought, static websites is a perfect solution, whereas if as a creator, you want to build an audience, then CMS is a way to go. Just my opinion
@digitalsketchguy7844 Жыл бұрын
Unless you're constantly updating the look of your website, why not use a simple flatfile cms like Grav or Pico?
@AshishDoneriya Жыл бұрын
Couldn't understood hugo or jekyll. At the end created my own static site generator.
@fredericofavaro2 жыл бұрын
i just trying to maintain my personal blog using blogger, but its just so messy that is hard for me to continue to use it. Your video help me a lot to pic HUGO as a valid option, thx
@ethanolivertroy2 жыл бұрын
I made the switch as well. Think I’ll do a video on this
@kaojaicam3 жыл бұрын
It seems like Hugo is good if you're doing the GitHub route but it doesn't look too friendly for casually technical blogger's such as myself
@enkiimuto10412 жыл бұрын
I liked Hugo's commands and speed, and was really excited about it but their documentation is pure garbage. I eventually found my way into eleventy
@DaviAreias2 жыл бұрын
What about images? Do you just put a link from somewhere else in the markdown file?
@TravisMedia2 жыл бұрын
Yep you have a static folder that houses your images in some predetermined folder structure. Then you reference like That particular example is for a static folder structure of images folder > year folder > month folder > Image name
@marvinxu2950 Жыл бұрын
Well explained for a fresh learner. I love your speech!
@manojnayakdotcom3 жыл бұрын
Loved this one! I have 2 massive sites on ghost, but couldn’t figure how to convert JSON to MD. Will try this. Will miss the email feature in Ghost a bit though.
@Goku610013 жыл бұрын
Do you need to use your GitHub account for the automated build to work or something you can configure later?
@TravisMedia3 жыл бұрын
So you push your code to a GitHub repo. Then in Digital Ocean you connect your app to you GitHub repo. So every time you commit your code, Digital ocean takes note and kicks off a new build with your latest changes.
@sabuein2 жыл бұрын
Thank you.
@basic8672 жыл бұрын
Thanks for a great content. I just visited your website and I wonder if it's still Hugo. It doesn't seem like any Hugo theme. If it is, what theme do you use?
@TravisMedia2 жыл бұрын
Yep it's Hugo and it's a custom theme.
@CyberTronics2 жыл бұрын
Although it seems your site you’ve gone back to ghost?
@TravisMedia2 жыл бұрын
I’m still on Hugo. Deployment with Cloudflare Pages.
@hamburger-fries3 жыл бұрын
NextJS works well for me. I will give HUGO a try.
@kaojaicam3 жыл бұрын
I have tried understanding Hugo for blogging, but to me it looks to be as complicated as writing straight html... Am I missing something? Is there a file upload part where I can just upload a Markdown/text file and not bother with touching the code?
@TravisMedia3 жыл бұрын
It's a bit more complex than something like WordPress, yes. When it comes to writing blog posts, there really aren't any code changes, but just writing in Markdown which many people, like myself, love. And a lot of Hugo can itself can be managed from one configuration file. But yes, it would geared to more tech savvy bloggers and those who don't want a back end (there's actually nowhere to upload a file to. I just create a new markdown file (with a hugo command) and write in it. And for images I just drag and drop into the correct images folder). Good question.
@samuelonthewall10 ай бұрын
Background music is quite distracting.
@CyberTronics2 жыл бұрын
Good enough reason to move away from ghost. I’m looking for something similar too, really dot. Need subscription, users etc . Not even looking to make money of it. Just a helpful information site
@TravisMedia2 жыл бұрын
Maybe substack?
@thefoamingbrain24693 жыл бұрын
hugo is cool for dev's but horrible for everyone else lol great on you tho