notiz-dev / notiz

Frontend for notiz.dev. Built with Angular and Scully 👋
https://notiz.dev
67 stars 9 forks source link

Jamstack: Angular + Scully + Tailwind CSS #120

Closed utterances-bot closed 3 years ago

utterances-bot commented 3 years ago

Jamstack: Angular + Scully + Tailwind CSS

Use Angular's static site generator Scully and style it with Tailwind CSS

https://notiz.dev/blog/jamstack-angular-scully-tailwind-css

tsathis commented 3 years ago

A great article & a great inspiration as well.
I have a small question. How the code snippets inside the markdown are colorized? Is it done by prose?

marcjulian commented 3 years ago

@tharindusathis thank you 👍 Scully uses marked to parse markdown. In the example prose applies the colors to the code snippets. You can also use PrismJS for syntax highlighting.

tsathis commented 3 years ago

@marcjulian PrismJS part is what exactly I needed to know. Thank you very much.