No dumb questions, that is all the code for running the site, it uses coinbase api for the fiat price and the rest is fetched from the relays you write your notes too ✌️
Discussion
Got a lot to learn. last time I made a website it had html pages! would quite like to have my bio written in white... so that's the next head fuck
It’s not to different from classic html pages, it uses a bit more of a component structure so that pages can be comprised of components for reusability an cashing, would you like your bio in white on the cypher site ?
what is it written in? should I learn that? White on the self host, I don't think cypher site displays the bio
It uses VueJS but the meta framework is NuxtJS let me know if you end up getting stuck on the bio ✌️
If I were looking in tailwind.config.js would that be hot or cold?
That config would help you set all the default colours for the entire build. If you have already a section where the bio text is called you can change it in the paragraph example would be
this would be where the bio text is displayed
in this example it also takes into account the dark / light mode theming ✌️🚀