Meet Jekyll - The Static Site Generator

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

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

  • @TechnoTim
    @TechnoTim  2 ปีที่แล้ว +24

    Have you built your own website yet? Do you self host it?

    • @wyattarich
      @wyattarich 2 ปีที่แล้ว

      Why did you not go with Hugo?

    • @WanderTrekker
      @WanderTrekker 2 ปีที่แล้ว +1

      For all Jekyll stuff I use vercel

    • @gaston-alegre-stotzer
      @gaston-alegre-stotzer 2 ปีที่แล้ว +2

      (S. Connery voice) Yeeessshhh! Self hosted hugo+nginx+docker+portainer+rasperrypi4

    • @latlov
      @latlov 2 ปีที่แล้ว

      I will try it with Docker on self hosting.
      I will have to find out the process of uploading new content to the blog

    • @mistakek
      @mistakek 2 ปีที่แล้ว

      I've been using bookstack in docker for all my homelab docs stuff, but I do like your doc site so I'll fumble through this and see how I go, but I have very little knowledge on coding. It's on my list of things to learn. Should be fun :D

  • @michaelol
    @michaelol ปีที่แล้ว +6

    This is amazing, I literally use this for creating a locally hosted site that does have a small login screen before you can get into it with a password that I only know. It holds so many of my notes for programming and also assist me with IT Related solutions. I've been working on it for about 4 months now and its all thanks to this video.

  • @arthgupta
    @arthgupta ปีที่แล้ว +3

    My god man, what an incredible pitch for a static site generator in the first minute and half!

  • @Mtbred
    @Mtbred 2 ปีที่แล้ว +31

    Yes! I swear it's like Tim reads my mind half the time with the videos he chooses to publish next

    • @Impish4825
      @Impish4825 2 ปีที่แล้ว +4

      Our minds

    • @Nemesislh
      @Nemesislh 2 ปีที่แล้ว +2

      Dude I've been checking out self hosted notes taking apps for the last week for self documentation. Godsend

    • @sc-wp5gz
      @sc-wp5gz 2 ปีที่แล้ว +3

      Totally agree it's his weird super power

    • @ibullard
      @ibullard 2 ปีที่แล้ว +2

      Agreed. I was literally looking over the mess that's my Google Spreadsheet document the day before this came out, trying to figure out how the hell I was going to make it work.

    • @barefooter2222
      @barefooter2222 2 ปีที่แล้ว

      Came here to say this! My favorite homelab TH-camr by far

  • @VioletGiraffe
    @VioletGiraffe 2 ปีที่แล้ว +19

    I _almost_ feel like a web dev now! Thanks, Tim!

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      Thank you!

  • @iflux8821
    @iflux8821 5 หลายเดือนก่อน +1

    Well done, sir! I wish TH-cam showed me your video first without going through tons of unwatchable stuff. Subscribed in 15 seconds 😆

  • @NiceDevil
    @NiceDevil 2 ปีที่แล้ว +5

    Would be kind to see a guide on how to run/deploy this site on a local environment like a LXC without the github pages part. In this case we can run it behind a reverse proxy or even just localy for local documentations.
    Anyways, good guide as always :)

  • @hananiahlinde1377
    @hananiahlinde1377 2 ปีที่แล้ว +7

    This is amazing. I’ve always wanted to get into blogging but I’ve always felt the barrier to learning Wordpress or some other cms tool/platform was too high. As a developer, this is the perfect solution. Thanks for the awesome video!

  • @CliffR
    @CliffR 2 ปีที่แล้ว +1

    Haven’t found a video you released that wasn’t interesting. Great stuff

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Thank you!!!

  • @prashkd7684
    @prashkd7684 ปีที่แล้ว +10

    I followed these steps but for some reason my github actions keeps failing to deploy it on GITHUB even though its working okay on my local machine. Anyone else having this issue ?

    • @iflux8821
      @iflux8821 5 หลายเดือนก่อน

      Still failing? Just post a link to your repo so we can see the error message

    • @leonardopinero-perez9347
      @leonardopinero-perez9347 2 หลายเดือนก่อน

      Just got through this, you need the assets/lib submodule on the chirpy repo. After that, you need to set "use submodules : true" (commented out by default) on the repo's deploy.yml file. Hope this helps!

  • @MaxKulik
    @MaxKulik 2 ปีที่แล้ว +4

    Seeing the section about a CDN got me to thinking. I personally have my own CDN using a combination of Backblaze and Cloudflare. It's pretty much free.* I could not imagine a standard home lab racking up a massive cost with how cheap Backblaze bucket storage is.
    So Tim, do you use a CDN and if so, it would be cool to see a video on this topic. If you have any questions about how The Backblaze and Cloudflare combo work I would be more than happy to offer some pointers!

  • @markriggs3415
    @markriggs3415 2 ปีที่แล้ว +1

    This video was fantastic, thank you for replying to the comment I left on one of your other videos asking about this documentation site. It was a little rocky for me to get things going at first as I'm a networking guy not a web/dev guy but I think I've got a handle on how everything is working now thanks to this tutorial. Now its off to figure out the custom self hosted docker container video you mentioned at the end of this video.

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Thank you! I have a video in creating a custom docker image! Build YOUR OWN Dockerfile, Image, and Container - Docker Tutorial
      th-cam.com/video/SnSH8Ht3MIc/w-d-xo.html

  • @itskagiso
    @itskagiso 2 ปีที่แล้ว +4

    Great tutorial.... I'll be implementing this.
    Could you have a tutorial on Kubernetes deployments - I still struggle with how to deploy and then expose services especially incorporating those services with nginx and cloud flare on my domain

  • @bharateeshdiggavi8754
    @bharateeshdiggavi8754 ปีที่แล้ว +4

    Hey I followed the exact steps, when I push my changes, github actions run fine as well. But I don't see gh-pages branch in settings→pages. Am I missing anything here?

    • @write2santosh7606
      @write2santosh7606 10 หลายเดือนก่อน

      i tried by making my own gh-pages branch.

  • @OARomanov
    @OARomanov 2 ปีที่แล้ว +3

    This. Is. Freaking. Awesome.
    Hey Tim you just made my day. Thank you for this!

  • @fredericoeusebio2494
    @fredericoeusebio2494 2 ปีที่แล้ว +3

    This is going to look awesome on my CV.

  • @rmbdev218
    @rmbdev218 ปีที่แล้ว +1

    Pass the --livereload option to serve to automatically refresh the page with each change you make to the source files: bundle exec jekyll serve --livereload

  • @MyAeroMove
    @MyAeroMove 2 ปีที่แล้ว +3

    Have just created my Hugo blog couple days ago 😀

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      That's awesome!

  • @berru1162
    @berru1162 ปีที่แล้ว +4

    @TechnoTim I am sending the .md file as a post, but it doesn't appear on my website. How can I fix this situation? Also, video is very useful, thank you!

    • @lewiswesley66
      @lewiswesley66 ปีที่แล้ว +1

      same issue here.

    • @AlwaysEast
      @AlwaysEast ปีที่แล้ว +5

      Posts need to be named `year-month-day-.md`

  • @antonio638
    @antonio638 2 ปีที่แล้ว +1

    You are insane! I have learn so much by watching your vids, thank you so much! Congrats on almost hitting 100k

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      Thank you!!!

    • @l0gic23
      @l0gic23 2 ปีที่แล้ว

      100k hit 1 day later... Way to go tim

  • @duncan-mcrae
    @duncan-mcrae 2 ปีที่แล้ว +3

    Awesome. I legitimately have a use for this. You've made my life easier.

  • @thegittubaba
    @thegittubaba 2 ปีที่แล้ว +3

    Jekyll in 2022? Might I ask why choose this over hugo?

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      It’s not an “or”. It’s an “and”. I use both along with others!

    • @traxeonic3600
      @traxeonic3600 2 ปีที่แล้ว +1

      @@TechnoTim I can see this being a content piece... "so in a previous video, i showed you how to use Jekyll and a lot of people asked why not Hugo. Well, I use Hugo as well, and in this video, I will show you how to use Hugo to . It's very similar to ".... ;)

  • @tegster
    @tegster ปีที่แล้ว

    Dude your videos are amazing, your presentation skills are next level.

  • @jonnypeace2810
    @jonnypeace2810 2 ปีที่แล้ว +3

    This is awesome. Will definitely be looking into this 🙂

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      Hope you like it!

  • @RedBugBoy
    @RedBugBoy ปีที่แล้ว +2

    github didn't generate gh-pages for some reason ..

    • @AlwaysEast
      @AlwaysEast ปีที่แล้ว +1

      Same.

    • @TanukiSack
      @TanukiSack ปีที่แล้ว +1

      ​@@AlwaysEast same. GitHub Pages is publishing my index.html file and not config.yml. It works local though.

  • @Kolohekat
    @Kolohekat 2 ปีที่แล้ว +1

    Ur the Bomb Tim...

  • @yankunbigcat7925
    @yankunbigcat7925 2 ปีที่แล้ว +1

    Thank you so much for this awesome video! The theme you used is exactly what I'm looking for, and the tutorial is helpful as well!

  • @Dan-ug7zc
    @Dan-ug7zc 2 ปีที่แล้ว

    wish we have microcenter here

  • @SorinOltean77
    @SorinOltean77 2 ปีที่แล้ว

    Just wanted to say: Jeff Geerling sent me here.

  • @EmadSaeed
    @EmadSaeed ปีที่แล้ว

    Thanks Tim, nice video

  • @LimitlesslyUnlimited
    @LimitlesslyUnlimited ปีที่แล้ว

    Hi Tim,
    This was an amazing tutorial; thanks for all that you do!
    Loved it and just got setup. Learnt so much from your video today.

    • @TechnoTim
      @TechnoTim  ปีที่แล้ว

      Great to hear!

  • @AlwaysEast
    @AlwaysEast ปีที่แล้ว

    When I commit and pushed through github desktop, the post was visible on my site but nothing appeared in category or tags. It did however when I pushed and commit through the terminal in VS code. Just thought I'd mention this since there was nothing about it in your docs. Cheers for the guide, Tim.

  • @veilsec2667
    @veilsec2667 2 ปีที่แล้ว +1

    my pages not shown in categories

  • @maxydoodles3461
    @maxydoodles3461 ปีที่แล้ว +1

    Having trouble uploading an avatar when I've added the photo locally. Any suggestions?

    • @berru1162
      @berru1162 ปีที่แล้ว

      Hi, I uploaded the photo I wanted to use as an avatar to my pinterest account as a pin, then took the url of the photo and pasted it into "avatar:".

  • @lakshminarasimmanv
    @lakshminarasimmanv 2 ปีที่แล้ว +1

    This is nice but I like Hugo

  • @DaCooKyBandit
    @DaCooKyBandit 2 ปีที่แล้ว +2

    I really would like to know if there is an extension in VS Code that you are using that pulled up the list of timezones as you were typing yours out in the config.yml file. It even auto correct your spelling mistake by the end. If so, what is that extension? Would love to be able to use that!

  • @mza9738
    @mza9738 2 ปีที่แล้ว +4

    I would recommend Hugo instead of Jekyll. It has also many themes in its marketplace.

    • @llothar68
      @llothar68 ปีที่แล้ว

      Ruby is much better when you have to hack your own plugins and you will

  • @bpetrikovics
    @bpetrikovics 2 ปีที่แล้ว +1

    Exactly when I'm fiddling with the same thing :) Thanks, this helped a bunch.

  • @superlamzi
    @superlamzi 2 ปีที่แล้ว +2

    This one got me and took me a while to figure out.
    When you create your post don't name it just `homelab-docs.md` it should be in a specific format.
    It should be `year-mouth-day-post_name.md` format.

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Thank you! I failed to mention that in the video but it's in the docs!

    • @AlwaysEast
      @AlwaysEast ปีที่แล้ว

      You're a star, thank you, sir.

  • @OrganicBricks
    @OrganicBricks ปีที่แล้ว +1

    How do i do this on my mac? im stuck on 4:54

  • @user-er3vj8cl9l
    @user-er3vj8cl9l ปีที่แล้ว +1

    This is awesome. but I have a problem on last section. I can not find 'gh-pages' in Pages of Setting menu. so after few minutes my page shows "--- layout: home # Index page --- "

    • @KratomSyndicate
      @KratomSyndicate ปีที่แล้ว

      issue is the base url has to be baseurl: ''

    • @lozzax98
      @lozzax98 หลายเดือนก่อน

      Did you ever fix this? I have the same issue, tried the baseurl: "" but it's still only showing the layout: home page

  • @MahdiHaeri
    @MahdiHaeri 6 หลายเดือนก่อน

    awesome💯💯

  • @kjakobsen
    @kjakobsen 3 หลายเดือนก่อน

    Wonder if Markdown has a syntax highligning for networking CLI commands (Cisco, Fortinet, Juniper)

  • @packetouille3781
    @packetouille3781 ปีที่แล้ว +2

    Great video! For whatever reason, in the Settings -> Pages I'm not getting the gh-pages branch. The only options for me to select are main and none... Not sure what step I'm missing. I've deleted the repo and started over twice already to see if there's something that I've missed and ended up with the same issue. Any ideas? I'm using Windows 11.

    • @packetouille3781
      @packetouille3781 ปีที่แล้ว

      I'm getting the following. Perhaps a dependency is not installing? I'm using Windows.
      continuous-delivery
      Error: The process '/opt/hostedtoolcache/Ruby/2.7.6/x64/bin/bundle' failed with exit code 16
      at ExecState._setResult (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:6023:25)
      at ExecState.CheckComplete (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:6006:18)
      at ChildProcess. (/home/runner/work/_actions/ruby/setup-ruby/v1/dist/index.js:5900:27)
      at ChildProcess.emit (node:events:390:28)
      at maybeClose (node:internal/child_process:1064:16)
      at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)

    • @packetouille3781
      @packetouille3781 ปีที่แล้ว +1

      UPDATE: After digging into it, the issue was within the setup of continuous delivery. Specifically the Ruby setup. I was receiving a message stating "Your bundle only supports platforms ["x64-mingw-ucrt"] but your local platform is x86_64-linux." with instructions on how to add the current platform to the lockfile. All clear after I ran that command.
      In case anyone runs into a similar problem.

    • @bachhoang9004
      @bachhoang9004 ปีที่แล้ว +1

      @@packetouille3781 can you be more specific ? i'm getting this problem too

    • @packetouille3781
      @packetouille3781 ปีที่แล้ว

      @@bachhoang9004 Do you have all of the dependencies installed? Confirm with
      ruby -v
      gem -v
      gcc -v
      g++ -v
      make -v
      If you're receiving the same message that I was: "your bundle only supports platforms...." under Actions -> [your commit that failed] -> continuous-delivery -> Setup Ruby -> bundle install, which is right before where the error occurred for me, then you should see the following:
      "Your bundle only supports platforms ["x64-mingw-ucrt"] but your local platform
      is x86_64-linux. Add the current platform to the lockfile with
      `bundle lock --add-platform x86_64-linux` and try again."
      After running that command, it worked for me. I hope this helps.

  • @RanaMuhammadWaqas
    @RanaMuhammadWaqas 8 หลายเดือนก่อน

    you never explained why gh-pages branch? In the whole video you never told that you need to make this brnach as well

  • @traxeonic3600
    @traxeonic3600 2 ปีที่แล้ว +1

    On Ubuntu 22 (jammy) LTS ARM64 (running in Parallels on M1), I had to install ruby-bundler. For whatever reason ruby-full did not install it. Just a heads up. I think it was skipped over in the video, but does show the gem way to do that in the documentation.

    • @traxeonic3600
      @traxeonic3600 2 ปีที่แล้ว

      @@emeraldbonsai The issue was actually a missing step in the video that is in the documentation. Also, when I push to github, the action fails for me. So now I have to go do a bit of debugging....

    • @traxeonic3600
      @traxeonic3600 2 ปีที่แล้ว +1

      Definitely is not working. The github action keeps failing after push. Local site is fine, but the automatic build keeps failing.
      If you are not building and browsing locally, this lets you browse from a remote machine: bundle exec jekyll s -H `hostname -I | awk '{print $1}'`

    • @ramane2900
      @ramane2900 2 ปีที่แล้ว

      @@traxeonic3600 This made it work for me.
      bundle lock --add-platform x86_64-linux

  • @onehumanwasted4228
    @onehumanwasted4228 2 ปีที่แล้ว +1

    what did you do in 4:56 ? You just typed the name of the cloned folder and you started git with that. Does not work on my (Linux) machine..

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Check the docs, all commands are there!

    • @onehumanwasted4228
      @onehumanwasted4228 2 ปีที่แล้ว

      @@TechnoTim I entered the same command (the name of the folder of the git repository) even in the same enviroment (looks like youre running WSL in Windows Terminal) but I get "command not found " error instead of your fancy "git(main): " input

  • @DapperDuff
    @DapperDuff 2 ปีที่แล้ว

    Light mode... Also known as Flash-bang mode.

  • @biplabdutta
    @biplabdutta 2 ปีที่แล้ว +1

    Hello Tim. Thanks for the video. I am running Jekyll on a container and the problem I am facing is not being able to perform live-reload. I always need to stop and restart the container to view the changes. I am using volumes too. I have tried everything but none seems to work.

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      I haven't run this in a container while developing, only after when it's in prod

    • @biplabdutta
      @biplabdutta 2 ปีที่แล้ว

      @@TechnoTim Would you mind creating a video on chirpy theme + Docker 😅 (using jekyll image from docker hub)

  • @evertythingtechrelated9715
    @evertythingtechrelated9715 2 ปีที่แล้ว

    Nice video, You should do a video on Authentik next.

  • @andresklai
    @andresklai 2 ปีที่แล้ว +1

    Create my own custom docker container to host my own documentation site????!!!!! Sounds like homework to me and I've never been more psyched to do it.

  • @CrossingWolfi
    @CrossingWolfi 8 หลายเดือนก่อน

    After two hours of fighting with bundler and gem on MacOS I am discouraged of using anything Ruby related ever again. :( I just want a very basic website but making Jekyll work seems to be harder than learning html.

  • @MobiusSeckOne
    @MobiusSeckOne 2 ปีที่แล้ว +2

    What do you use to make your diagrams? I kinda bored of using DIA...

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +2

      either diagrams or lucidchart!

    • @MobiusSeckOne
      @MobiusSeckOne 2 ปีที่แล้ว

      @@TechnoTim oh thanks, diagrams looks neat!

  • @Mikesco3
    @Mikesco3 ปีที่แล้ว +1

    Man I finally got this working...
    But what a pain in the @##!!
    the yaml header and the markdown for each post are really finicky,
    it took me for ever to get a first post working.

  • @GravyyTrain
    @GravyyTrain 10 หลายเดือนก่อน

    You never metioned that this installation requires Ruby be installed on your machine. it would save a lot of headache for a lot of people

    • @TechnoTim
      @TechnoTim  10 หลายเดือนก่อน

      Thank you and sorry!

  • @arijanrahimic3210
    @arijanrahimic3210 2 ปีที่แล้ว

    Nice

  • @oneoneoneman
    @oneoneoneman ปีที่แล้ว +2

    17:20 now getting upload error: continuous-delivery
    Error: The process '/opt/hostedtoolcache/Ruby/2.7.6/x64/bin/bundle' failed with exit code 16
    PS
    this happens because he uses linux, if you are on windows you'll be stuck.
    in order to solve this, run locally:
    bundle lock --add-platform x86_64-linux
    I wasted 2 hours to find the workaround hence not so straightforward

  • @mr.niceguy242
    @mr.niceguy242 ปีที่แล้ว

    I love your content!

  • @azmyin
    @azmyin หลายเดือนก่อน

    Hi Mr. TIm, what is the theme you are using?

  • @rakash4118
    @rakash4118 2 หลายเดือนก่อน

    If I leave the theme_mode: empty I'm not able to change it by clicking the button. It only detects the system theme. Can anyone help?

  • @pabloescobar9337
    @pabloescobar9337 2 ปีที่แล้ว +1

    Can you do file flows next? Looks like a better version of Tdarr that's completely FOSS.

    • @l0gic23
      @l0gic23 2 ปีที่แล้ว

      Tdarr is not FOSS? Woops, I just told someone it was -- should have checked. Woops

  • @widepootis
    @widepootis 2 ปีที่แล้ว

    thanks a lot for this clear and concise video, you're also very agreeable, which makes the video even better

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Glad it was helpful!

  • @JohnWeland
    @JohnWeland 2 ปีที่แล้ว +2

    NOICE! I wonder how to break this out so like if I had a repo for a project all of this would like in a folder 'docs' and the project code lives in maybe 'source' or 'code' and when you push domain.tld points to the project and docs.domain.tld points to the docs. (all from the same repo). I am struggling with project specific docs.

  • @nickswebtsv
    @nickswebtsv 2 ปีที่แล้ว +1

    Somehow my posts aren't appearing when I'm creating a post. Have created my post exactly as yours was in the video but when I got to Chirpy in the web browser or even the generated "_site' folder there's no post appearing. Have tried restarting the jeklyll instance, i.e, re-runing 'bundle exec jekyll serve'. I'm not sure what's gone wrong. Any pointers?

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      Be sure to format the name according to the date! See the docs for examples!

    • @nickswebtsv
      @nickswebtsv 2 ปีที่แล้ว

      @@TechnoTim Thanks yea, I found that was the problem!

  • @abepeterson
    @abepeterson 7 หลายเดือนก่อน

    I am confused right from the start, you started typing sudo apt get requests into what terminal? I rewatched this video many times but I do not see where you mentioned this at all? Where are you installing to?

  • @muhammadnajmuddinfarid9567
    @muhammadnajmuddinfarid9567 6 หลายเดือนก่อน

    I wonder if is it actually possible to make the repo private but host the site publicly?

  • @MaxKulik
    @MaxKulik 2 ปีที่แล้ว

    Get out if my home lab needs!

  • @zariffathurrahman6454
    @zariffathurrahman6454 2 ปีที่แล้ว

    im really going to ask you about how u build your website. and here you are. thank you so much !!

  • @bakeery
    @bakeery 5 หลายเดือนก่อน

    Am getting Conversation Error Jekyll::: Converters ::Scss encounterer an error while converting assets/css/jekyll-theme-chirpy.scss how should I go about it pl, i need help

  • @lechaldon
    @lechaldon 2 ปีที่แล้ว

    Nice. I built mine with mkdocs

  • @VmMW96
    @VmMW96 8 หลายเดือนก่อน

    Thanks for the video! I also hosted jekyll with chirpy, but since 3 days my layout looks broken. I checked your site and it seems broken as well. Is it just my browser or is something else going on?

    • @TechnoTim
      @TechnoTim  8 หลายเดือนก่อน

      Funny, this is actually a pihole rule that broke a CDN. Update your pihole rules and refresh!

    • @VmMW96
      @VmMW96 8 หลายเดือนก่อน

      @@TechnoTim Thanks a lot! I didn't do anything and it worked again. But tbh I don't really understand the reason behind it. My pihole has no blocked querries from the jekyll host

  • @markstanchin1692
    @markstanchin1692 2 ปีที่แล้ว

    Oh boy I'm struggling with this now. I lost my proxmox boot satadom and I have to start all over again because of lack of notes ect.

  • @hiteshlade453
    @hiteshlade453 หลายเดือนก่อน

    Can we change Background of website with image?

  • @zaza-ik5ws
    @zaza-ik5ws ปีที่แล้ว

    When did Johnny Depp get into web dev?

  • @zer0pwninit
    @zer0pwninit 5 หลายเดือนก่อน

    jekyll theme is not found

  • @bluesquadron593
    @bluesquadron593 2 ปีที่แล้ว

    Thanks boss

  • @2u841r
    @2u841r 6 หลายเดือนก่อน

    10:40 I am laughing 😀
    form Bangladesh

  • @mojex
    @mojex 2 ปีที่แล้ว

    How can I make the Chirpy theme multilingual so that the visitor can click on a link and see all the layouts and post changes in another language?

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      I would check their site, if not use a plugin for jekyll

  • @binnihh
    @binnihh 2 ปีที่แล้ว

    Why not have an url to Jekyll in the video description?

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Good idea! It’s in the docs!

  • @uuu12343
    @uuu12343 ปีที่แล้ว

    Thank you so much!
    Been trying to make my portfolio website from scratch LMAO

  • @propeto13
    @propeto13 2 ปีที่แล้ว +1

    i want to run this static site on my unraid box. send help!

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      Check the docs on how to build a docker container!

  • @ardenswirl7361
    @ardenswirl7361 2 ปีที่แล้ว

    Can you write a wiki or post a video for how to host it on Cloudflare pages please and a video for Hexo and other similar Static site generators Please

  • @Jack-eu2yh
    @Jack-eu2yh 2 หลายเดือนก่อน

    Anyone know how to change the favicon ?

  • @WHAT-GRINDS-MY-GEARS
    @WHAT-GRINDS-MY-GEARS 2 ปีที่แล้ว

    So great, I actually love Jekyll just a month later. I needed a new portfolio site that was easy to maintain, and it works great on docker.

  • @alfredodhiambo8657
    @alfredodhiambo8657 ปีที่แล้ว

    Followed the exact steps on creating the markdown post in the _post folder but when I refresh the page, the site is empty. Anyone experiencing the same problem

    • @alfredodhiambo8657
      @alfredodhiambo8657 ปีที่แล้ว +1

      Got the solution, the .md posts under the _posts folder should be named starting with the YYYY-MM-DD specified on your post's year, month and date.

  • @KrazyMO
    @KrazyMO 10 หลายเดือนก่อน

    Is the markdown in Jekyll similar or the same as obsidian notes?

    • @TechnoTim
      @TechnoTim  10 หลายเดือนก่อน

      Markdown is a universal language, so yes!

  • @SvenMazet1973
    @SvenMazet1973 2 ปีที่แล้ว

    Tnx for the tutorial, I'll be looking into this one soonish... have a Bookstack for my homelab stuff, but I'm not "feeling" that system. Also using Ghost as a blog... maybe time to combine both into one homelab site...

  • @house0795
    @house0795 2 ปีที่แล้ว

    Can you make video about searxng- self search engine?

  • @devr.singhania2424
    @devr.singhania2424 8 หลายเดือนก่อน

    why aren't the posts, that i create showing up on the website?

    • @007KrausBean
      @007KrausBean 5 หลายเดือนก่อน

      Mine were not showing up either. Then I rewatched this and found that he made a change around the 14:18 mark and never mentioned a single thing about it. Notice that he names the post file 'hello-homelab.md', but when showing the git commit stuff it has the date in front of it. I went back to my file and renamed it to have the date in front of it and all of the sudden it appeared. Maybe this is something that recently changed with this starter, but I doubt it as it is happening in this video but no mention was made.
      Hope this helps you.

  • @kirksteinklauber260
    @kirksteinklauber260 2 ปีที่แล้ว

    Great video! Can Jekyll publish Word documents? I try to keep my lab documentation on word but it will be great to have an open source and self hosted solution that can publish word documents into a web page in a blog or portal with some indexing structure. If Jekyll doesn't have this capability do you know any other potential solution? Thanks!

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      Not that I am aware of, sounds like you are looking for a SharePoint alternative or LibreOffice like system. Look at Nextcloud

    • @kirksteinklauber260
      @kirksteinklauber260 2 ปีที่แล้ว

      @@TechnoTim thanks!! Will check it out

  • @kjmyer
    @kjmyer 4 หลายเดือนก่อน

    For some reason Chrome won't deploy the site. Has anyone had a problem with publishing and viewing a github link in chrome? Firefox/edge are fine.

    • @kjmyer
      @kjmyer 4 หลายเดือนก่อน

      Seems to be working now after I tested on another browser. Strange.

  • @frankterry8896
    @frankterry8896 10 หลายเดือนก่อน

    im making edits and posts, but when i commit and push the site isnt being updated?

    • @TechnoTim
      @TechnoTim  10 หลายเดือนก่อน

      GitHub caches heavily. It might take up to 10 min for them to flush their cache! Keep refreshing!

  • @chrismatthias5651
    @chrismatthias5651 2 ปีที่แล้ว +1

    Jekyll is pretty old, I think eleventy is more flexible since you can use a number of templating languages, not just liquid.

  • @AbhijeetMishra-bl7yr
    @AbhijeetMishra-bl7yr ปีที่แล้ว

    @TechnoTim my build is failing please help I am able to see the changes in local.

    • @AbhijeetMishra-bl7yr
      @AbhijeetMishra-bl7yr ปีที่แล้ว

      Create Pages site failed
      build
      AxiosError: Request failed with status code 403
      build
      Get Pages site failed

  • @The_Waraba
    @The_Waraba 2 ปีที่แล้ว

    What's the "-500" in the date of the blog post ? You've written "2022-05-23 12:00:00 -500"

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      UTC offset!

    • @The_Waraba
      @The_Waraba 2 ปีที่แล้ว

      @@TechnoTim Ah okay, so based on the time zone I’m guessing

    • @The_Waraba
      @The_Waraba 2 ปีที่แล้ว

      @@TechnoTim It looks like Chirpy or Jeykill that doesn't take daylight savings by default. How to configure that ?

  • @nayeemislam574
    @nayeemislam574 ปีที่แล้ว

    Followed every steps but my post is not displaying. Can anyone help?

    • @AlwaysEast
      @AlwaysEast ปีที่แล้ว

      Posts need to be named `year-month-day-.md`

  • @fredericoeusebio2494
    @fredericoeusebio2494 2 ปีที่แล้ว

    Hey Techno how do I restart the server in case of the website doesn't update?

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      Control + c then start it again!

  • @DerLuukee
    @DerLuukee 2 ปีที่แล้ว

    Was this just a 3.24 min intro ad?

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว

      No, only 30 sec ad, the rest was explaining what jekyll is

  • @agkbeatz
    @agkbeatz ปีที่แล้ว

    5:18 what is this console?

  • @JeanFrancoisPelgrims
    @JeanFrancoisPelgrims 2 ปีที่แล้ว

    Hi :) Thx for the video, this is what I was looking for. Unfortunately I ran into an issue. After created my first page and reloaded the server, my page doesn't render. I tried to create a second page and same issue. I'm still looking how to resolve that :)

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +2

      Check the docs on my site for the page name formatting!

    • @JeanFrancoisPelgrims
      @JeanFrancoisPelgrims 2 ปีที่แล้ว

      @@TechnoTim I'm feeling like I'm an idiot :P

    • @TechnoTim
      @TechnoTim  2 ปีที่แล้ว +1

      @@JeanFrancoisPelgrims all good! I messed this up too!