Liroo / wp-liroo

Modern wordpress starter theme used by Studio Push. 🌼

Home Page:https://studio-push.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liroo - A modern wordpress starter theme 🌼

This theme is mainly used by Studio Push, I have no intention to produce a stable open-sourced version of this theme for now.

Instalation

Install the packages:

yarn

Scripts:
cmd desc
yarn start Start the bundler with hot reloading
yarn build Bundle the website in production mode
yarn dev Bundle the website in dev mode

Features

I always try to maintain packages to the last version

  • Babel 7 for JavaScript
  • Sass preprocessor for CSS
  • Really basic simple sass mixins including:
    • font-face Import font easily
    • sass-mq A famous mq utily developed by The Guardian and the one I used every time
  • Webpack 4 for managing, compiling and optimizing theme's asset files
  • BrowsersSync for live reload the website during the dev
  • jQuery Already integrated as global
  • barba Barba as page transition (can be removed easily if you don't want it but I used in all my project)
  • Readable and centralized Theme Configs
And nothing more!

Firstly because I do not want to focus this theme on especially one usage. That's why there is no pre-installed framework or useless mixins. And also because I want to maintain this theme updated so no surcharge :)

I recommend to use WebP Express as wordpress plugin in order to serve automaticaly webp when it's supported by the browser.

Contributing

Great that you are considering supporting the project. You have a lot of ways to help us grow. We appreciate all contributions, even the smallest.

  • Report an issue
  • Propose a feature
  • Send a pull request
  • Tell about project around your community

License

The Liroo Wordpress Theme is licensed under the MIT license.

About

Modern wordpress starter theme used by Studio Push. 🌼

https://studio-push.com


Languages

Language:CSS 55.9%Language:JavaScript 28.9%Language:PHP 15.2%