Skip to content

kirqe/vjsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vjsc

Title based posts search component for jekyll built with vuejs.

Add the following html to your page

<div id="search">
  <search></search>
<div>

Include the following scripts at the bottom of your layout file. After them include search.js

<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.6/vue.min.js"></script>

Then add posts.json to the root of your project

About

vue jekyll search component

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published