Skip to content

cssailing/pagekit-search

Repository files navigation

accessibility text

PageKit Search extension

Build for updated pagekit cms, include pages/blogs/news search engine, you can choose by yourself.

You can find the updated version from uatrend/pagekit. This extension is update from neicv/pagekit-search.

This extension is not working well with the original Pagekit(Uikit2, Vue1,Jquery).


Updated Pagekit

Discord

Homepage - Official home page.

This is an updated build Pagekit CMS (for developers).

Build includes:

  • Pagekit CMS 1.0.18
  • Blog extension
  • Theme One
  • News extension
  • Search extension
  • Highlight extension

Major changes:

  • Required PHP Version - 7.2 or higher(7.4+).
  • Updated all project dependencies.
  • Updated all core javascript components.
  • Removed jQuery.
  • Uikit3.
  • Vue 2.6.10.
  • Symfony 4.4.

Several bugs that are present in the original assembly have been fixed, some styles have been changed for ease of use. The mobile version has remained the same with minor changes.

Install from source

Clone Repository

$ git clone git@github.com:cssailing/pagekit-search.git project-folder
$ cd project-folder

Important

make sure the mysql server sql_mode!=only_full_group_by

Usage

If you wanna make "search page" - go to Site -> Add new Page -> Link in the Pagekit admin area. And make link to "/search".

Or / And u can use "Search widget"

Scripts

Webpack watch:

$ yarn watch
$ npm run watch

Webpack build (minified):

$ yarn build
$ npm run build

Linting with eslint:

$ yarn lint
$ npm run lint

Gulp tasks

Compile LESS:

$ gulp compile

Compile and watch LESS:

$ gulp watch

CLDR locale data for internationalization:

$ gulp cldr

Thanks to Yootheme and developers!
Thanks to uatrend updates! Thanks to neicv coding! Feel free to ask any questions - I will answer as much as possible.