Building My Blog With SvelteKit, Markdown & Tailwind CSS

  Рет қаралды 12,643

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 Жыл бұрын
truly underrated, the way you explained each plugin and its usage was awesome!
@ИльяПащенко-л8х
@ИльяПащенко-л8х Жыл бұрын
So greatful for your neovim video! Will like any video on this channel!
@joseanmartinez
@joseanmartinez Жыл бұрын
Thanks! 🙏🏽
@Cuwubiq
@Cuwubiq Жыл бұрын
this is incredible, such a great job! ✨
@davidarnold1881
@davidarnold1881 8 ай бұрын
Neatly done, I am sure this will be very helpful when i rewrite my blog in svelte/typescript. Thanks
@Noritoshi-r8m
@Noritoshi-r8m Жыл бұрын
Nice! Do you have a video showing how you deployed it?
@hareesh2581
@hareesh2581 5 ай бұрын
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?
@_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.
@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.
@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
@Milky____
@Milky____ Жыл бұрын
I love SvelteKit and Tailwind, thank you for this!
@prrockzed
@prrockzed Жыл бұрын
Hey, still waiting for your next neovim configuration video. Thanks for the neovim series.
@MudassirKhan-sx9jy
@MudassirKhan-sx9jy Жыл бұрын
This is quality content.
@AlgorithmicWizard
@AlgorithmicWizard Жыл бұрын
what neovim version are you using?
@emmanuelezeagwula7436
@emmanuelezeagwula7436 Жыл бұрын
What’s the name of your theme in your Neovim
@isturizz
@isturizz Жыл бұрын
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 Жыл бұрын
Ok, I was researching and didn't find anything, so I guess that's with tmux or something similar.
@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.
@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!
@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
@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 Жыл бұрын
​@@0netom bun is good, very good, but it's not the same, not yet. In that case, pnpm maybe.
@nsoneu
@nsoneu 4 ай бұрын
that keyboard is really annoying
The Ultimate Beginner’s Guide To Learn And Master Vim
33:56
Josean Martinez
Рет қаралды 59 М.
A Powerful Way To Make Editing Code In Neovim Even Better
17:48
Josean Martinez
Рет қаралды 132 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
5 Things I Wish I Knew When I Started Using SvelteKit
7:27
Ben Davis
Рет қаралды 23 М.
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 423 М.
Build And Deploy A SvelteKit Markdown Blog
1:50:48
Joy of Code
Рет қаралды 38 М.
How To Build A Corne Keyboard: The Complete Beginner's Guide
27:47
Josean Martinez
Рет қаралды 96 М.
Svelte Broke Up With TypeScript??!
7:11
Theo - t3․gg
Рет қаралды 70 М.
10 Tailwind Classes I Wish I Knew Earlier
13:31
Web Dev Simplified
Рет қаралды 203 М.
Forms Will Never Be the Same
10:10
Huntabyte
Рет қаралды 60 М.
10 Tailwind Tricks You NEED To Know!
10:45
Ravi - Perfect Base
Рет қаралды 316 М.
Fast & Minimal Blog Using POSIX Shell and Markdown
7:43
Wolfgang's Channel
Рет қаралды 59 М.
Computer Science in TypeScript (NO DEGREE REQUIRED) (Autocell Ep.01)
2:06:54
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН