Building My Blog With SvelteKit, Markdown & Tailwind CSS

  Рет қаралды 11,752

Josean Martinez

Josean Martinez

Күн бұрын

Пікірлер: 44
@tristansnow
@tristansnow Жыл бұрын
Josean- Thank you very much for the care and attention to detail you have put into each video. I especially appreciate the fact that you explain each Neovim plugin, and don't simply point us to NvChad and the like. I'm sure the pre-built configs are useful to some, but I've found following along with you that I have more ownership and understanding adding plugins using your basic structure.
@joseanmartinez
@joseanmartinez Жыл бұрын
Awesome! Really happy to hear that, glad I can help!
@user-tk7sc4gz2v
@user-tk7sc4gz2v 8 ай бұрын
truly underrated, the way you explained each plugin and its usage was awesome!
@davidarnold1881
@davidarnold1881 4 ай бұрын
Neatly done, I am sure this will be very helpful when i rewrite my blog in svelte/typescript. Thanks
@ИльяПащенко-л8х
@ИльяПащенко-л8х Жыл бұрын
So greatful for your neovim video! Will like any video on this channel!
@joseanmartinez
@joseanmartinez Жыл бұрын
Thanks! 🙏🏽
@daltonstegner6718
@daltonstegner6718 Жыл бұрын
It would be amazing if you could do a series or even one video of setups for different languages! I am having trouble getting Angular setup and that is the only thing stopping me from being able to use neovim full time for work!
@joseanmartinez
@joseanmartinez Жыл бұрын
Thanks for the feedback! I’m not sure if or when I’d be able to put something like that together, but appreciate you letting me know, I’m adding it the list. Haven’t worked with Angular before so not sure the specifics of getting everything configured.
@hareesh2581
@hareesh2581 Ай бұрын
Hello Josean, Is it possible for a non-coder to use your website theme and be able to write blogs? Can you create a video step by step video on vscode just showing what files needs to be modified and where to add new blog posts?
@Cuwubiq
@Cuwubiq 9 ай бұрын
this is incredible, such a great job! ✨
@prrockzed
@prrockzed Жыл бұрын
Hey, still waiting for your next neovim configuration video. Thanks for the neovim series.
@Noritoshi-r8m
@Noritoshi-r8m 8 ай бұрын
Nice! Do you have a video showing how you deployed it?
@_acky
@_acky Жыл бұрын
How to get that tailwind and other auto completions ?
@youdontknowme2508
@youdontknowme2508 Жыл бұрын
Tailwind lsp I guess.
@joseanmartinez
@joseanmartinez Жыл бұрын
Yep! I’ve configured the lsp in my neovim config, I’ve linked to the config in the description and I have a video on setting up LSPs in Neovim in case you’re interested.
@isturizz
@isturizz 10 ай бұрын
Today I cloned your configuration and it works great, but I can't open the terminal from neovim as well as in this video, could I be forgetting or have something changed?
@isturizz
@isturizz 10 ай бұрын
Ok, I was researching and didn't find anything, so I guess that's with tmux or something similar.
@MudassirKhan-sx9jy
@MudassirKhan-sx9jy 10 ай бұрын
This is quality content.
@NoctuaDeveloppement
@NoctuaDeveloppement Жыл бұрын
Hey ! Nice video great job! Just a tip, you may know it but you will gain speed to navigate between next and previous file with C-o and C-i 😅
@joseanmartinez
@joseanmartinez Жыл бұрын
Hey! Thanks for the tip! I actually use C-o and C-i a lot, I didn't use it as much in this video so that it would be less confusing all of the jumping around.
@NoctuaDeveloppement
@NoctuaDeveloppement Жыл бұрын
@@joseanmartinez yeah it’s what I thought. By the way I used part of your nvim configuration and pumped it a little by using ./after folder but your base configuration is amazing.
@joseanmartinez
@joseanmartinez Жыл бұрын
That’s really great to hear. Happy to know my config has been a good starting point for your own setup!
@antonyanchev7112
@antonyanchev7112 Жыл бұрын
Thanks for the tutorial! What keyboard are you using if you don’t mind me asking ?
@tears_falling
@tears_falling Жыл бұрын
it's in the description
@joseanmartinez
@joseanmartinez Жыл бұрын
It’s a custom built split called a corne
@medievalghoul4214
@medievalghoul4214 10 ай бұрын
what neovim version are you using?
@emmanuelezeagwula7436
@emmanuelezeagwula7436 11 ай бұрын
What’s the name of your theme in your Neovim
@Milky____
@Milky____ Жыл бұрын
I love SvelteKit and Tailwind, thank you for this!
@rohankewalramani8878
@rohankewalramani8878 Жыл бұрын
Dope video Josean as always! Quick question, I am using LazyVim but my tags don't auto close, i.e. or other tags like that. Am I missing a setting?
@wata1991
@wata1991 Жыл бұрын
It’s not part of lazyvim default config if I remember. You need to add the autopairs plugin.
@joseanmartinez
@joseanmartinez Жыл бұрын
Yep! I’m using autopairs along with treesitter, though treesitter is optional.
@0netom
@0netom Жыл бұрын
is this supposed to be some tooling demo? because all these tools feel like a lot of unnecessary complication for a blog.
@joseanmartinez
@joseanmartinez Жыл бұрын
There are likely simpler approaches to building a blog each with their own set of tradeoffs. I’m showing my personal approach here with SvelteKit, tailwindcss and markdown, which are some the web technologies I enjoy using and I also find provide a lot of flexibility. Any suggestions on a better approach?
@javdmnm
@javdmnm Жыл бұрын
please add subtitle
@lishengma2207
@lishengma2207 Жыл бұрын
bro, you are cool
@nsoneu
@nsoneu Ай бұрын
that keyboard is really annoying
@HenriqueNewsted
@HenriqueNewsted Жыл бұрын
Why do you use npm in 2023?
@ebn7722
@ebn7722 Жыл бұрын
Any suggestion?
@wata1991
@wata1991 Жыл бұрын
@@ebn7722pnpm or bun
@pokedotdev
@pokedotdev Жыл бұрын
@@ebn7722 pnpm
@0netom
@0netom Жыл бұрын
it's an implicit `bun install` suggestion, i guess. but as i heard, the main speed gain is caused by bun defaulting to something similar as offline mode, but npm also has an option to behave similarly and then it would be a lot faster too.
@isturizz
@isturizz 10 ай бұрын
​@@0netom bun is good, very good, but it's not the same, not yet. In that case, pnpm maybe.
The Ultimate Beginner’s Guide To Learn And Master Vim
33:56
Josean Martinez
Рет қаралды 50 М.
Forms Will Never Be the Same
10:10
Huntabyte
Рет қаралды 55 М.
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3 МЛН
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 21 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 340 М.
5 Things I Wish I Knew When I Started Using SvelteKit
7:27
Ben Davis
Рет қаралды 17 М.
Don't Sleep on Svelte 5
12:22
Huntabyte
Рет қаралды 44 М.
Aerospace Is The Best Tiling Window Manager I've Tried On macOS
24:23
Josean Martinez
Рет қаралды 89 М.
How To Make Your Boring macOS Terminal Amazing With Alacritty
16:33
Josean Martinez
Рет қаралды 167 М.
10 Tailwind Tricks You NEED To Know!
10:45
Ravi - Perfect Base
Рет қаралды 293 М.
How To Build A Corne Keyboard: The Complete Beginner's Guide
27:47
Josean Martinez
Рет қаралды 68 М.
Use Obsidian (BEST Markdown editor) for note taking and tech docs!
17:56
Christian Lempa
Рет қаралды 384 М.
Svelte 5 Is A Triumph
22:04
Joy of Code
Рет қаралды 65 М.