Skip to content

jnyphl/jnyphl

Repository files navigation

Porada Farmily blog

Visit our site at https://poradafamily.com

Getting started

  • Run make watch in the jnyphl folder to start a local server and automatically compile scss or js changes
  • Create a new .md or .blade.php in source/_posts
  • make build to publish a new post/create a static page
  • View locally at http://localhost:3000/

Technologies:

  • Jigsaw static site using Laravel, Blade
  • Tailwind CSS, a utility CSS framework that allows you to customize your design without touching a line of CSS
  • Purgecss to remove unused selectors from your CSS, resulting in smaller CSS files
  • A search bar powered by Fuse.js and Vue.js, which indexes your content automatically and requires zero configuration