Learning Center
{ const el = document.querySelector('#prompt') if (!el) return const top = el.getBoundingClientRect().top + window.scrollY - 100 window.scrollTo({ top, behavior: 'smooth' }) }" class="m-0 group-hover:text-red-500 group-hover:font-extrabold group-[&.in-view]:text-red-500 group-[&.in-view]:font-extrabold block text-6xl lg:text-8xl leading-tightest text-center font-bold max-w-[850px] max-w-[1050px] duration-150"> Knowledge is power.
Frendo believes that access to knowledge should be free. When you arm yourself with the facts, you are empowered to make the best choices.
August 3, 2022
Getting Started
This is a starter template for creating a beautiful, customizable blog with minimal effort. You’ll only have to change a few settings and you’re ready to go.
ReadAugust 1, 2022
Customizing Your Site
This starter template comes pre-loaded with Tailwind CSS, a utility CSS framework that allows you to customize and build complex designs without touching a line of CSS.
ReadJuly 29, 2022
Fuse Search
To provide fast, local search of your blog, this starter template comes with a pre-built Vue.js component that uses Fuse.js. Fuse.js is a "lightweight fuzzy-search library with no dependencies." It...
ReadJuly 24, 2022
Custom 404 Pages
This starter template includes a custom 404 Not Found error page, located at /source/404.blade.php. To preview the 404 page, you can visit /404 in your browser....