Fork me on GitHub
#clojurescript
<
2021-07-26
>
tessocog08:07:27

i need to build a blog/website with reagent. are there any templates out there for a blog or something similar?

borkdude12:07:37

@tessocog this may not be exactly what you're looking for: https://github.com/adam-james-v/radish but maybe it will give you some ideas

👀 3
😐 3
tessocog12:07:46

i definitely have use for radish

tessocog13:07:51

a hiccup template which i could copy and paste would also be appreciated

tessocog13:07:41

i just don't want to go through the pain of learning bootstrap's css structure

tessocog13:07:28

i need a plain thing that looks good to start building on

tessocog13:07:07

i tried scraping bootstrap's snippets and turning them into hiccup but it gives me strange errors

tessocog13:07:20

thanks @deleted-user, i already had the bootstrap links embedded in html file. the second one looks great but it's not hiccup

tessocog13:07:29

guess i'm gonna handcode it

dgb2314:07:31

The second one is definitely reagent/hiccup but it seems to be a usage example rather than a library.