I started a blog.....in 2024 (why you should too)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น • 445

  • @NetworkChuck
    @NetworkChuck  23 วันที่ผ่านมา +22

    Someone out there needs your story. Share it now: hostinger.com/networkchuck10
    Use code: networkchuck for an extra 10% off.
    I’m creating the ultimate blog pipeline. After reading How to Build a Second Brain by Tiago Forte, I realized just how valuable my ideas are-and I needed a way to share them with the world. It starts with Obsidian for note-taking and organizing my thoughts, then Hugo formats everything into a beautiful website. From there, GitHub takes care of versioning, and finally, a webhook publishes it all seamlessly to Hostinger. In this video, I’ll walk you through how I built this pipeline and how you can create your own blog to share your ideas with the world.
    ✍📚 Read my blog: blog.networkchuck.com/
    📃📃📃Link/Guide/Documentation: blog.networkchuck.com/posts/my-insane-blog-pipeline/
    🔥🔥Join the NetworkChuck Academy!: ntck.co/NCAcademy
    **Sponsored by Hostinger
    TIMESTAMPS:
    0:00 - Why I’m creating a blog
    2:39 - Blogging Pipeline
    4:51 - Writing your blog in Obsidian
    6:05 - Formatting with Hugo
    9:08 - Installing Hugo Themes
    12:02 - Syncing Obsidian with Hugo
    14:21 - Using Frontmatter in Obsidian
    15:28 - Handling Images in Obsidian
    18:58 - Pushing your site to GitHub
    24:37 - Setting up domain in Hostinger
    28:16 - Showing the manual workflow
    30:14 - The Mega Script

    • @Reenarana121
      @Reenarana121 23 วันที่ผ่านมา +1

      Hi Chuck

    • @unknown-o4f1o
      @unknown-o4f1o 23 วันที่ผ่านมา +1

      You lost a view somehow

    • @dudepty
      @dudepty 23 วันที่ผ่านมา +1

      awesome video !! 🤘 Just wondering, how to remove the exclamation point that appears before the images? 28:18

    • @ThatsMistaTwistToYou
      @ThatsMistaTwistToYou 23 วันที่ผ่านมา

      I'm so trying this out - I love automation. I have the day off tomorrow, so should be able to smash it in one sesh! Awesome video, thanks :)

    • @kaisersolo76
      @kaisersolo76 23 วันที่ผ่านมา +1

      Okay, this is Genius. I m doing this as soon as I start my xmas hols. Cheers Chucky

  • @RandyHanley
    @RandyHanley 23 วันที่ผ่านมา +307

    You're an amazing dude: having 6 girls, and still doing these videos, maintaining a community. That's hard work!

    • @Zeitgeistpionier
      @Zeitgeistpionier 23 วันที่ผ่านมา +13

      That might explain, why he is always soooo annoying hectic and nervous and fidgety and twitchy and agitated… Awful! The topics are interestig but it's impossible to learn something from his videos. He's rushing through and skipping all the explanations one needed to understand, what he's doing…

    • @RandyHanley
      @RandyHanley 23 วันที่ผ่านมา +21

      @@Zeitgeistpionier I disagree, but to each their own.

    • @anthonyrussano
      @anthonyrussano 22 วันที่ผ่านมา +10

      I honestly like his style... there's room for improvement, but he's got a vibe. and i dig it...

    • @Mubashar783
      @Mubashar783 22 วันที่ผ่านมา

      Is not sin?

    • @jonassaso
      @jonassaso 22 วันที่ผ่านมา

      @@Zeitgeistpionier I also disagree...

  • @mav7469
    @mav7469 19 วันที่ผ่านมา +25

    Long time I.T. guy here. Always amazes me when someone like you comes along and can show even us old "Boomers" some new and great ideas. Just set up mine. Went with a little more "complex" of a theme, so it took me a little longer, but all worked out in the end. Thanks for everything you do. Looking forward to many more.

    • @mav7469
      @mav7469 4 วันที่ผ่านมา

      In case anyone else uses putty. Ran into an issue with the SSH Key. Would not use it to authenticate. Need Pageant.exe running when I run the script. Added the following to get it working in my Windows system. Environmental Variable GIT_SSH = C:\Program Files\PuTTY\plink.exe Then add the following to the script. # Set path for SSH key
      $sshKeyPath = "C:\Users\%USERNAME%\.ssh\id_rsa.ppk"
      # Start Pageant and add the SSH key
      Write-Host "Starting Pageant and adding SSH key..."
      Start-Process "C:\Program Files\PuTTY\pageant.exe" -ArgumentList $sshKeyPath
      # Wait for Pageant to load the key
      Start-Sleep -Seconds 2

  • @sullidan74
    @sullidan74 23 วันที่ผ่านมา +44

    For the images, you can just change your settings in Obsidian to automatically place them in the folder you specify. Just go to Settings > Files and Links > Default location for new attachments

    • @abdishakursuleiman8614
      @abdishakursuleiman8614 14 วันที่ผ่านมา

      Hi you are right its the vault folder , but when I run the script the original image will be removed from the markdown and yet will not be showed in the website , just the image link, did you know how to solve that././

  • @HugoValencia-r8c
    @HugoValencia-r8c 23 วันที่ผ่านมา +170

    I've never heard my own name spoken so often in a youtube video

    • @NetworkChuck
      @NetworkChuck  23 วันที่ผ่านมา +52

      Hey Hugo!

    • @irvingsuarez
      @irvingsuarez 21 วันที่ผ่านมา +8

      The man, the myth, the legend

    • @killerdrax1965
      @killerdrax1965 21 วันที่ผ่านมา +4

      Underrated comment

    • @coachingreflexivo
      @coachingreflexivo 19 วันที่ผ่านมา +2

      Bro, Chuck said you're amazing!

    • @willysvarela1254
      @willysvarela1254 15 วันที่ผ่านมา

      Read your comment before the video and was like "What?". Then watched it and just got it hahahah

  • @michaelexile
    @michaelexile 21 วันที่ผ่านมา +6

    I've currently been self teaching myself web development and was already in the process of working on my own blog using CMS for practice. This video came at a great time where I've been slowing down on that project and losing motivation. This looks absolutely up my alley and I will be working on it soon

  • @swimon23
    @swimon23 23 วันที่ผ่านมา +14

    I rarely comment on videos - but i just wanna tell you how much respect i have for you. It ofcourse started as a "Im learning about this subject, and this cool dude with a nice beard a nice video about it" but now i watch most of your videoes simply because youre so positivy and full of energy. I have so much respect for you!

  • @Jonix2000
    @Jonix2000 22 วันที่ผ่านมา +8

    Maybe an odd thing to complement but I love your squiggles. I always struggle to take notes and underline inside of my books, from a odd feeling that books are a treasure, I shouldn't ruin. I try to break the habit and start doing it. You showing that it does not need to be perfect, and that you are allowed and can smudge the underlining really inspired me and help me to kick my misguided habit

    • @craftycub
      @craftycub 22 วันที่ผ่านมา

      I have always felt the same. But I am learning to make these experiences my own. I also think maybe someday down the road someone else reads the book and in seeing my notes, finds something special to them

  • @samueldavid7989
    @samueldavid7989 21 วันที่ผ่านมา +2

    Hey Chuck, you changed my life in ways you can't Imagine. God Bless you man

  • @DineshKartikCodes
    @DineshKartikCodes 23 วันที่ผ่านมา +20

    I would like to see your obsidian vault tour and overall your productivity system

  • @Scripterrific
    @Scripterrific 23 วันที่ผ่านมา +15

    Just put the scripts in a precommit hook. Use `set -e`. Then install the git plugin for Obsidian. Deploy all from Obsidian.

    • @metal-beard
      @metal-beard 19 วันที่ผ่านมา +3

      Could you elaborate on this please? I have git plugin for Obsidian which I use to backup the vault. But I don't know what you meant by precommit hook and using set -e.

  • @mussiastudio
    @mussiastudio 17 วันที่ผ่านมา

    Chuck, OMG, this is the most brilliant idea you have ever expressed here! Thank you so much for sharing this. I already use Obsidian and I am going to use it as a 2nd brain for cybersecurity, coding, and product design. The thing that I was kind of dreading was the whole publishing thing. I know that Obsidian offers their own way to publish my second brain, but I wanted to make it more special. Thanks to you, I now have a new cool project to work on when I have learned enough coding to make it happen. Thanks!!

  • @VaidikKhurana
    @VaidikKhurana 23 วันที่ผ่านมา +55

    New upload, gotta leave my homework and watch this.

    • @KaiCross-l5i
      @KaiCross-l5i 23 วันที่ผ่านมา

      EXACTLY

    • @StromMakeVid
      @StromMakeVid 23 วันที่ผ่านมา

      Yes same

    • @MinecraftExplorer-g3h
      @MinecraftExplorer-g3h 23 วันที่ผ่านมา +1

      literally what im doing lol

    • @zamzamkidz
      @zamzamkidz 20 วันที่ผ่านมา +1

      DISTRACTIONS

    • @StromMakeVid
      @StromMakeVid 20 วันที่ผ่านมา

      @zamzamkidz nope motivation

  • @ashwinjadhav818
    @ashwinjadhav818 21 วันที่ผ่านมา +5

    Instead of doing robocopy all the time, you can make a symlink between those two folders.
    on windows (as powershell admin): New-Item -Path -ItemType SymbolicLink -Value

    • @Fl4shBack51M
      @Fl4shBack51M 18 วันที่ผ่านมา

      I was asking myself if there is a technical reason why he didn't use this method that seems to be much simpler

    • @elti8614
      @elti8614 14 วันที่ผ่านมา

      @@Fl4shBack51M would git and github work the same with a symbolic link though?

    • @dev.sharif
      @dev.sharif 10 วันที่ผ่านมา

      Yes, I wanted to say that 😂

  • @sebastianqureshi1412
    @sebastianqureshi1412 22 วันที่ผ่านมา +2

    Woke up wanting to blog again, came to youtube, this was the first video. Wild.

  • @jjussi
    @jjussi 23 วันที่ผ่านมา +44

    There was no real need to blur your public SSH key... It's public! :-D

    • @SomeYouTubeGuy
      @SomeYouTubeGuy 22 วันที่ผ่านมา +2

      I know right! I thought the same thing.

    • @k_469
      @k_469 21 วันที่ผ่านมา

      If its so public then what is it?

    • @rahi7339
      @rahi7339 21 วันที่ผ่านมา +5

      His editor didn’t know

    • @jjussi
      @jjussi 20 วันที่ผ่านมา

      @@k_469 It's counter part of your private key (what you never show to anybody). Public key is something what anybody can use to crypt things, but cannot decrypt, because only private key can decrypt thing what has been crypted with public key. Sounds strange, I know. It's like open door what you can close, but can't open without right key.

    • @hariienesharumugam
      @hariienesharumugam 19 วันที่ผ่านมา

      @@k_469 This has to be the most stupidest comment I've seen all month.

  • @sspaeti
    @sspaeti 18 วันที่ผ่านมา +2

    Great video. On a similar note, there's Quartz, an open-source version of Obsidian Publish. I use v3 (which uses Hugo). But it is not building a blog, but the second brain based on your Obsidian, with all backlinks and graph views. Besides blogs, you can also share notes (if that is something you like, similar to a second brain).

    • @brawndottm
      @brawndottm 15 วันที่ผ่านมา +1

      I had to scroll longer than I thought to find a fellow quartz person o7

  • @codingjazz
    @codingjazz 12 ชั่วโมงที่ผ่านมา

    So much value in one video. Just wow!

  • @mwebb-01
    @mwebb-01 22 วันที่ผ่านมา +1

    There is always a story for some one. This is so true. You can defnatly benifit others by sharing. Awesome your learning another lang. I wish you the best. thanks for inspiring all of us on YT land.

  • @shatterstone3045
    @shatterstone3045 9 วันที่ผ่านมา

    Hey Chuck! I had sort-of already done some of what you did here. I created a Hugo Blog back in September. The main differences for me were the different theme, the different services I used (I just set it up on Gitlab Pages and used Namecheap as my domain provider (as I also already had a domain)). I also didn't bother creating a complete pipeline. My setup is just the blog updating when I add a new post and push it to the repo, then the pipeline runs and the post is there within a minute or so.

  • @Kyle-yn5hy
    @Kyle-yn5hy 19 วันที่ผ่านมา +1

    I know some people like to mark up their own books but my god it was like watching wartime footage the way you treated that book at the beginning.

  • @toastypandaco
    @toastypandaco 12 วันที่ผ่านมา

    the algorithm is really crazy! I didn't watch any "blog related" videos for the past months but I just started (restarted) my blog few hours ago and this video pops up! I like it! 🤣

  • @abdullahsalameh1576
    @abdullahsalameh1576 14 วันที่ผ่านมา

    Thanks, man! I was literally looking for this, and you did an amazing job with the tutorial. I just finished setting mine up!

  • @taegrr_yt
    @taegrr_yt 18 วันที่ผ่านมา

    Hey brother, thank you for posting this, I've been sitting on a ton of thoughts and ideas, and have been wanting to finally put my thoughts into a blog. I appreciate this super-easy guide. I use obsidian for my D&D games, so it's comfortable using for this stuff too, and I've used hugo in the past as well, so you ticked all the boxes I needed. Hope you have a happy holidays!

  • @HybridRobotix
    @HybridRobotix 5 วันที่ผ่านมา

    Thanks to you and this video, I have started exploring how I can use Obsidian in my life. I see many new possibilities! Thank you! I am also starting a blog but have not decided how I want to do it yet. I am going to test your complete methodology on one of my Raspberry Pi 5 systems.

  • @felipelealol
    @felipelealol 21 วันที่ผ่านมา +1

    Congratulations dude, amazing video, I have 3 kids it’s a wonderful journey

  • @waynefong5960
    @waynefong5960 15 วันที่ผ่านมา

    Recently, I’ve been interested in writing what I have done to my home lab and share it as an experience and tutorial in a form of pdf or blog. After watching your video, I may not be using your approach to write blogs. But it is definitely a good motivation to make me write more.

  • @andsumnerd
    @andsumnerd 22 วันที่ผ่านมา

    6 girls that is amazing. I have 4 myself and it is a hell of a joy everyday. Amazing video man, another good book to read for me.

  • @AstroGameSquad
    @AstroGameSquad 13 วันที่ผ่านมา

    Many of your videos are inside of my second brain in notion helping me through the world of tech hacking coding etc

  • @cdchanger5
    @cdchanger5 23 วันที่ผ่านมา +12

    6 girls is INSANE 👏🏻

    • @disgustedluigi
      @disgustedluigi 13 วันที่ผ่านมา

      Kept trying for a boy and gave up lol

  • @RealLexable
    @RealLexable 19 วันที่ผ่านมา

    Just in time. Lovely wonderful coincidences. Your coffe for the future is promised from my side. Thx

  • @shawnlowe1392
    @shawnlowe1392 9 วันที่ผ่านมา

    Such an ambitious video......I want to do it! Love it

  • @ShaunakGanorkar
    @ShaunakGanorkar 22 วันที่ผ่านมา

    Hey @NetworkChuck I recently started blog writing. Happy to see your video about the blog. I recently started following you and your work. Keep rocking!

  • @real_ee
    @real_ee 8 วันที่ผ่านมา

    Thanks to you, I’ve finally started my blog!

  • @Monalemonly
    @Monalemonly 18 วันที่ผ่านมา

    thats so cool!
    I actually wanted to make a blog and i already use obsidian for writing lots of my ideas. i think this workflow might actually work very well for me :)

  • @robjfulton
    @robjfulton 21 วันที่ผ่านมา +2

    you're a beast - have learned so much cool shit - man - what a great job you do. Keep it up!

    • @robjfulton
      @robjfulton 21 วันที่ผ่านมา

      and I have 1000 projects from your videos, I watch on my appleTV so I couldn't comment, but had to run to my laptop on this video

  • @NetworkAdvisor
    @NetworkAdvisor 22 วันที่ผ่านมา +1

    good stuff Mister Chuck. It's a valuable point that we may not think what we have to contribute will add value to an already over-crowded conversation, but there is someone(s) out needing to hear an idea in a way that can only come from our individual perspective. 🙂

  • @jacobhuffine4080
    @jacobhuffine4080 23 วันที่ผ่านมา +2

    I might just steal this. I like this idea better than the WordPress site that I have with hostinger.

  • @Ceo.hustle
    @Ceo.hustle 17 วันที่ผ่านมา

    I need to check out this book. I have heard of the second brain and have built my own knowledge base inside of Notion. I like the idea of also transferring this to a blog to share it with others

  • @DARvlogs
    @DARvlogs 9 วันที่ผ่านมา

    There's a tool that simplifies that task, it takes all the notes in markdown format and converts them to a static page, it is called "Quartz".

  • @elgrazo82
    @elgrazo82 23 วันที่ผ่านมา

    Hugo is great! I use it to showcase the thesis works of our students every year. It takes less than 0.5 seconds to generate like 500 pages. Also great for archiving

  • @junafinity
    @junafinity 16 วันที่ผ่านมา +2

    After watching this video, I’ve come to a conclusion. Never lending this guy any book ever!

  • @devviz
    @devviz 15 วันที่ผ่านมา

    33:03 now the last step is to automate these scripts for them to automatically check if there are changes & run themselves

  • @Jawssalamalecu
    @Jawssalamalecu 11 วันที่ผ่านมา

    I love that this took you over 3h to do. Like a normal person does :)

  • @rxx5499
    @rxx5499 23 วันที่ผ่านมา +8

    Your work on building a "2nd brain" compelled me to ask that you share with us how you are integrating various technologies, apps, and techniques to build a "2nd Brain." Imagine a world where knowledge workers could seamlessly organize and access their accumulated research/wisdom instantly, similar to a "2nd Brain" -- unleashing a powerhouse of intellectual productivity. This is the promise of the "2nd brain" = a personalized, external memory that augments our capabilities.
    Perhaps you could start an exclusive TH-cam channel, an online academy, or even a masterclass series - where individuals could delve deeper into building their "2nd Brain." I, for one, would be a paid subscriber, eager to learn from your insights.
    Thx for considering this post. I believe you are uniquely positioned to transform the "2nd Brain" movement.

    • @tanmaypanadi1414
      @tanmaypanadi1414 17 วันที่ผ่านมา

      explore a bit about zetelkastan style of making notes . there is a whole series about it on level1techs too which introduced me to obsidian and paperlesNG making written and printed pages searchable.

  • @elliec3736
    @elliec3736 17 วันที่ผ่านมา

    Watched you forever, you are amazing! X

  • @bowieknife
    @bowieknife 18 วันที่ผ่านมา

    I've actually learnt to do all of that manually but never worked on doing a script to automate it all! I'm learning Python on the side so I will definitely try to understand and learn from your script so I could do something similar to get it working for my Hugo setup. Thanks Chuck :)

  • @plus1creator
    @plus1creator 15 วันที่ผ่านมา

    I've recorded more than 15 hours of Obsidian walkthroughs on the channel. I love that program with passion. It is the core of my entire [awesome] life. Glad to see you're a convert, too. 🙏

  • @farhan-app
    @farhan-app 23 วันที่ผ่านมา

    Funnily I got really serious about blogging this year to journal what I've learned! Currently using good old WordPress as my back-end, can't complain!
    I then posted my first TH-cam video also recently because people saw my blog and asked me to do video-form content of my blog!

  • @z0r0sDemise
    @z0r0sDemise 22 วันที่ผ่านมา +1

    I still wanna meet this guy cause this i literally some of what has been going on in my head and I've made some starts but had the hardest time fleshing them out.

  • @craftycub
    @craftycub 22 วันที่ผ่านมา

    This video is far past me right now lol. I love obsidian and have been learning how to use that. Also just started linux with endeavouros so I can really have control and understanding of my computer. It's amazing how moving away from windows ,for me, lead me to Linux. Which made me use the terminal. That got me interested in better organization . Then markdown with obsidian. And then trying to learn some python and Godot. I just needed to realize I can shape my user experience on the computer to be exactly what I need it to be. And understand i have to build that. Great delivery ! Very well done. I hope to have a better grasp of this soon. Thank you

  • @fancybot7819
    @fancybot7819 13 วันที่ผ่านมา

    A suggestion: instead of starting robocopy after each change you can create a symbolic link for obsidian folder in the Hugo directory. Then any change in obsidian will be visible immediately in Hugo folder.

  • @maxpfasto
    @maxpfasto 13 วันที่ผ่านมา

    I'm really looking forward to the Obsidian video. I hope it comes soon 😮

  • @Ioannis20xx
    @Ioannis20xx 20 วันที่ผ่านมา

    I would really like to see your obsidian vault and overall your productivity system.
    I can't imagine to manage so much projects at once without a system in the background

  • @DPearls24
    @DPearls24 23 วันที่ผ่านมา +1

    This was VERY geeky, but your enthusiasm is great! Definitely going to check out Obsidian vs OneNote.

    • @CyberSecHemmars
      @CyberSecHemmars 23 วันที่ผ่านมา +1

      Obsidian claps though.

    • @danielstellmon5330
      @danielstellmon5330 22 วันที่ผ่านมา

      OneNote Pros: very polished "''What you see is what you get" display, Cons: vendor lock in. There is no good way to get your notes out of OneNote
      Obsidian: Pros: all your notes are MarkDown files. You can move them, edit them, do whatever you want. Cons: Its just markdown. You have to type all your notes in MarkDown and if MarkDown can't do it, you can't do it.

    • @SomeYouTubeGuy
      @SomeYouTubeGuy 22 วันที่ผ่านมา +4

      I use OneNote at work because 1) I don't get a choice and 2) I have a very specific use case and it works for that, but Obsidian is night and day better and I definitely recommend checking it out.

  • @kuhree
    @kuhree 23 วันที่ผ่านมา

    Crayz timing. I just built something similar over the weekend and ended up with an
    abhorrent Dockerfile. I'll definitely take some tips from this one! Thank for posting!

  • @secahtah
    @secahtah 19 วันที่ผ่านมา

    Dude - you must be from the Midwest... "Git n Go" brings back a ton of memories. Glad you took time to create that 2 second montage. :)

    • @secahtah
      @secahtah 19 วันที่ผ่านมา

      Ah you just said you were from Texas, yup that would do it. I grew up in Missouri.

  • @elmeromero303
    @elmeromero303 15 วันที่ผ่านมา +1

    Thank you for this Video/Tutorial. Great as aways. Can you please make a Tutorial (show us a good Tool) for DMS (Document Management System) and automation? 👍

  • @SP-mn1yj
    @SP-mn1yj 14 วันที่ผ่านมา

    Hi NetworkChuck
    Really like how you see the idea of a second brain and that sharing is a very valuable thing (and of course sharing how you technically do that with a TH-cam tutorial).
    Maybe I can also share something (as a windows guy) - installing hugo in windows can be easily done with winget: "winget install Hugo.Hugo.Extended".
    I am enjoying winget more and more every day. Installing my common tools on multiple PCs, updating software, or using some winget script to do all of that automatically (yes i am lazy).
    Maybe that is some new helpful information, or some topic for future ideas ;)
    Maybe I'll comment it on your github ... *thinking*
    Many thanks for sharing your ideas and this particular "project".

  • @delero1
    @delero1 16 วันที่ผ่านมา

    I am really interested in doing this, but I at the same time... I used the fabric stuff you shared and it was amazing... until it broke and now I am stuck trying to use a tool that I didn't make, and I barely understand, and while it was fun and useful when it worked... now I can't use it. I feel like if I followed this tutorial I would again have a shiny new tool I don't understand that when it breaks I won't be able to use it. I love how cool and fascinating all your projects are, but at the same time I also think I need to pursue simplicity and fewer tools and not relying so much on technology I don't understand. I think I will definitely check out that book though.

  • @Wandering_Horse
    @Wandering_Horse 22 วันที่ผ่านมา

    I really like this one, also I spied your Chemex. You're such a coffee fiend! 😂

  • @LexUsamn
    @LexUsamn 23 วันที่ผ่านมา

    Muito bom cara, faço o meu amanhã (really cool man, I'll start my tomorrow )

  • @anthonyrussano
    @anthonyrussano 23 วันที่ผ่านมา

    best video every, love your blog posts so far

  • @Ghazala128
    @Ghazala128 20 วันที่ผ่านมา

    His keyboard sound is amazing and satisfying 😍

  • @agentred8732
    @agentred8732 10 วันที่ผ่านมา

    How is your audio SO good?! Please share your microphone and compressor/post-processing setup? I would be so grateful. Thanks for the incredible content!

  • @aditiaindraprasa2472
    @aditiaindraprasa2472 13 วันที่ผ่านมา

    Incredible Chuck !

  • @Cyterous
    @Cyterous 20 วันที่ผ่านมา

    your videos are always welcome in my feed, I love you micro-tools (like pbpaste in some other video and robocopy here) you share.
    Thanks a lot for your content! btw your 'About' & 'Showcase' in the blog gets 404 haha

  • @UnidentifiedSphere
    @UnidentifiedSphere 16 วันที่ผ่านมา

    Didn’t expect you to make a video on Obsidian BTW I use daily notes

  • @lisandroCT
    @lisandroCT 6 วันที่ผ่านมา

    I was thinking "this seems like a very respectable man" and then he said "my favorite text editor: VSCode in Windows".

  • @govibeaql
    @govibeaql 20 วันที่ผ่านมา +1

    it's like he was reading my mind and then answered:
    yes, i use windows )))

  • @roid1510
    @roid1510 23 วันที่ผ่านมา

    Love this. Thought of this exact same idea but never executed on it.
    My idea was to actualy set the obsidian Blog Workspace to the Hugo Markdown Folder or possibly set a symlink to the Obsidian Folder.

  • @nosbig98
    @nosbig98 22 วันที่ผ่านมา

    I haven't read the book, although it looks interesting.
    I will say that I have a similar pipeline for a Hugo blog. It's not integrated with my note-taking system, as that workflow pre-dated my use of Trilium, but I write the Markdown locally in a git repo, commit and push it to my self-hosted Forgejo instance, and then my VPS pulls that and executes a post-commit hook to redeploy the live site from the main branch at that point in time. Looks like the only thing I'm missing is that integration.
    The flip side is that I don't seem to need the complexity of a webhook and any Github actions; I just use a cron job to do a git pull every 15 minutes or so, and then the rebuild takes place automatically.

  • @davidclift5989
    @davidclift5989 23 วันที่ผ่านมา

    Thanks, Chuck, another great video. I started using Obsidian in the last six months, and I love it. This is the next step. Had a look at the blog, your thoughts on AI and God are very thought-provoking. God Bless....

  • @gregjohle3257
    @gregjohle3257 23 วันที่ผ่านมา +1

    With MacOS you can use Automator to run the script automatically when it sees changes in the posts folder.

    • @k_469
      @k_469 21 วันที่ผ่านมา +1

      The benefits don't stop there either! My favorite part of MacOS is all the weirdness that forces you to go out and find another operating system. Using a carraige-return char for line breaking ought to be a felony. The world runs on linux and the failure of Apple to realize and adapt to that fact can only be considered deliberate and vindictive.

  • @WismutHansen
    @WismutHansen 22 วันที่ผ่านมา

    Dude it's so weird to see someone else going down a similar path... I also plan to do a blog with hugo, started learning Japanese this year. I did leave obsidian behind for neovim though....whole new rabbit hole 😂

  • @davidaraujo2049
    @davidaraujo2049 22 วันที่ผ่านมา +1

    You should really just use hugo's command `new` to create new posts. This will already create the file with all the frontmatter metadata by default and in the correct directory.

  • @tahmidrzishan
    @tahmidrzishan 11 วันที่ผ่านมา

    Bro, 6 girls? You're a really lucky man. I hope you all be happy together.

  • @StromMakeVid
    @StromMakeVid 23 วันที่ผ่านมา

    I Finished my hw and i can watch this video , relaxing in my bed and sleep!! Thank you

  • @wickedpadregaming4983
    @wickedpadregaming4983 23 วันที่ผ่านมา

    I think it would be cool to have a scheduled task to automatically run the updateblog script so you could get your thoughts out there and have it auto update at a set interval. Maybe even some checks to only update if it detects any changes.

  • @e7yu
    @e7yu 23 วันที่ผ่านมา +4

    This sounds like a great book.
    🤔

  • @amanrahmansneho326
    @amanrahmansneho326 15 วันที่ผ่านมา +1

    Sir Please make a video on kali linux install in 2024

  • @ech0ech071
    @ech0ech071 23 วันที่ผ่านมา

    I just deployed my self-hosted Obsidian and Sync last week. Gonna give this a go. And I already have a Tech blog using Ghost but would love to try this. My blog is around Entra and Intune.

    • @genuin3th
      @genuin3th 23 วันที่ผ่านมา

      Interesting, link?

  • @dylansec
    @dylansec 18 วันที่ผ่านมา

    Been waiting on your Obsidian video for MONTHS. Stop teasing me

  • @metal-beard
    @metal-beard 19 วันที่ผ่านมา

    It'd be great if you could make a video tour about Obsidian and how you use it.

  • @darkontops
    @darkontops 23 วันที่ผ่านมา +3

    I just saw this posted and I was like wait what?

  • @creatork999
    @creatork999 23 วันที่ผ่านมา +1

    What happened with your CPTS journey? You were the most guy that motivated me to take it instead of PJPT, I started it way after you and I'm 50% there.
    Would like to know where are you at in your journey

  • @OscarZhou511
    @OscarZhou511 22 วันที่ผ่านมา +4

    Does powershell usually look like that?

    • @iwh7
      @iwh7 21 วันที่ผ่านมา +2

      id say no ;) and I wanted to ask what tools and config he uses for his shell. that might be an interresting video in itself... or even a Blog Post 🙂 @NetworkChuck

    • @OscarZhou511
      @OscarZhou511 19 วันที่ผ่านมา

      @@iwh7 Yeah.

    • @puneethgr
      @puneethgr 11 วันที่ผ่านมา

      ​@@OscarZhou511That is the new Windows Terminal. PowerShell is different.

  • @xBarajas
    @xBarajas 19 วันที่ผ่านมา

    Thank you so much for this 🔥

  • @QuickOptimization
    @QuickOptimization 23 วันที่ผ่านมา

    Yes!! A New Upload!!!

  • @theboomerang131
    @theboomerang131 23 วันที่ผ่านมา

    And of course within the first 8 hours, you've got PRs against your blog repo.
    We love to see it. :D

  • @uvrajartsselfimprove
    @uvrajartsselfimprove 22 วันที่ผ่านมา

    New video need to watch it even if there is english pre-board tomorrow

  • @snopz
    @snopz 23 วันที่ผ่านมา +1

    can't you automatically run the powershell script as soon as the note is saved inside obsidian ?

  • @danielburton5971
    @danielburton5971 16 วันที่ผ่านมา

    I like your windows terminal theme.

  • @stevesshenanigans7358
    @stevesshenanigans7358 23 วันที่ผ่านมา

    Great content as always! Can I suggest that you have a subscription link on your blog where we can receive emails and choose whether we want instant or weekly emails with links to your posts. This next idea is not so clear or straight forward but how about having AI create an audio reading of the post and incorporate an audio player in the post with a speed adjuster and have it skip over code lines. Seeing and hearing simultaneously helps my brain consume information more completely and in a timely manner. Tall order obviously but if anyone could pull it off it would be you!

  • @jeremychick619
    @jeremychick619 17 วันที่ผ่านมา

    "Much is given" Much is required. I see you 🐟.

  • @rukitryuki
    @rukitryuki 23 วันที่ผ่านมา +4

    I got hostinger ads even in start of video (TH-cam ads), lol

  • @TidiUehara
    @TidiUehara 22 วันที่ผ่านมา

    If you ever come to live in Japan, 🇯🇵 I would be happy to grab a coffee with you! ☕️ Specially if you visit/move to Kanto area. I’m a missionary and filmmaker in Yokohama. Your work always inspires me. 😊

  • @GoWithAndy-cp8tz
    @GoWithAndy-cp8tz 23 วันที่ผ่านมา

    I admire your work! take care! cheers!

  • @nixellion
    @nixellion 22 วันที่ผ่านมา

    The most inspiring thing to me was learning you have 6 kids and still do all of this. Now I have no excuses with only 2 :D Oh, and I see you're also using PARA :D Great way to organize.

  • @zackfarmer9106
    @zackfarmer9106 23 วันที่ผ่านมา

    So instead of running the script each time after hitting save. Couldnt you use a tool like fswatch or inotify to monitor the directory for changes. Then IF it sees a change it just fires the script?