All Projects → nstaeger → WordPress-UIkit-Starter-Theme

nstaeger / WordPress-UIkit-Starter-Theme

Licence: other
A WordPress starter theme for developers using the frontend framework UIkit

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to WordPress-UIkit-Starter-Theme

monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (-29.09%)
Mutual labels:  gulp, wordpress-development, wordpress-starter-theme
Wp Tailwindcss Theme Boilerplate
A minimalist boilerplate for WordPress theme development using Tailwind CSS, SCSS, and Laravel Mix.
Stars: ✭ 199 (+261.82%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Air Light
WordPress starter theme - designed to be minimal, lightweight and easy for all kinds of WordPress projects. Public Roadmap: https://favro.com/organization/3b45e73eaf083f68fefef368/c1dd2d4a99d6723904d2e763
Stars: ✭ 285 (+418.18%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+49.09%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (-18.18%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Understrap
Understrap is the renowned open-source WordPress starter theme that combines Underscores with Bootstrap. Trusted by more than 100,000 developers.
Stars: ✭ 2,822 (+5030.91%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Theme
Tonik is a WordPress Starter Theme which aims to modernize, organize and enhance some aspects of WordPress theme development.
Stars: ✭ 1,197 (+2076.36%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Forward-Framework
A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.
Stars: ✭ 23 (-58.18%)
Mutual labels:  gulp, wordpress-theme, wordpress-starter-theme
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (+100%)
Mutual labels:  gulp, wordpress-theme, wordpress-starter-theme
Create React Wptheme
Create modern, React-enabled WordPress themes with a single command.
Stars: ✭ 252 (+358.18%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-52.73%)
Mutual labels:  gulp, wordpress-development, wordpress-starter-theme
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (-54.55%)
Mutual labels:  wordpress-development, wordpress-theme, wordpress-starter-theme
barebones
React based WordPress Theme, built with create-react-wptheme. This is a starter theme with just the core WordPress functionality.
Stars: ✭ 35 (-36.36%)
Mutual labels:  wordpress-development, wordpress-theme
luxe
Luxe is a WordPress starter theme using a modern workflow and best practices.
Stars: ✭ 22 (-60%)
Mutual labels:  wordpress-theme, wordpress-starter-theme
wordpress-uikit-timber-theme
UIKit 3 Wordpress Starter Theme
Stars: ✭ 18 (-67.27%)
Mutual labels:  gulp, wordpress-starter-theme
coblocks-theme
WordPress theme for CoBlocks
Stars: ✭ 24 (-56.36%)
Mutual labels:  wordpress-development, wordpress-theme
sage-laravel-mix
🌟 Sage 9 with laravel mix & vuejs
Stars: ✭ 31 (-43.64%)
Mutual labels:  wordpress-theme, wordpress-starter-theme
wp-tools
Command line interface to reduce boring tasks when working on WordPress plugin / theme project that will be published to wp.org
Stars: ✭ 33 (-40%)
Mutual labels:  wordpress-development, wordpress-theme
bootscore
Flexible Bootstrap 5 WordPress starter theme with full WooCommerce support
Stars: ✭ 160 (+190.91%)
Mutual labels:  wordpress-theme, wordpress-starter-theme
branch
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
Stars: ✭ 87 (+58.18%)
Mutual labels:  gulp, wordpress-starter-theme

WordPress UIkit Starter Theme

A WordPress starter theme for developers using the frontend framework UIkit.

NOTICE: This theme is still in development. You might miss some features.

Theme Features

  • Full responsive theme
  • Two-level dropdown navigation with offcanvas-navigation for smaller devices
  • Main sidebar on the right side and horizontal footer sidebar with auto-columns
  • Support for featured image in posts
  • Gallery-tag support with UIkit slideshow and gallery
  • Header-image support

Screenshot

Screenshot

Getting started

  • git clone [email protected]:nstaeger/WordPress-UIkit-Starter-Theme.git into the wp-content/themes folder of your WordPress-installation.
  • Go to the WordPress administration-panel and activate the theme.

Developers

You will need Git, Node, Bower and Gulp installed, before you start. It is also recommended, to have a running installation of WordPress.

Before you start, follow these steps.

  • git clone [email protected]:nstaeger/WordPress-UIkit-Starter-Theme.git into the wp-content/themes folder of your WordPress-installation.
  • cd WordPress-UIkit-starter-theme
  • npm install

Bower

This theme uses Bower to manage its dependencies like jQuery and UIkit. You can get the latest versions of those by running bower install in the themes folder.

Gulp

You can use Gulp to compile the less files and other stuff. Here are a few tasks, that come with the theme:

  • gulp compile-less Compiles the UIkit and theme-specific Less files into your CSS folder.
  • gulp copy-font Copies the UIkit font files to the fonts directory.
  • gulp minify-js Minifies all JS-files to an all.min.js.
  • gulp watch Watches the less/-folder for changes. If changes are made, the CSS-file will be recompiled.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].