Skip to content

stormsword/Less

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Less

A simple minimal WordPress theme built with only what is needed to survive

Less screenshot

Less is a super minimal theme, both front end and back end. adding no bloat whatesover. It only uses the minimum requirements that WordPress has, a stylesheet, screenshot and the index page.

CSS

The styles are created with lesscss and can be easily modified.

The source (.less) files are located in /dev and style.less is the base you should modify. reset.less is imported halfway through style.less.

To save/apply any changes you've made, you'll need to install and run less, which will generate a new style.css:

  1. Download/install NodeJS: http://nodejs.org/download/
  2. Install Less: sudo npm install -g less
  3. Run make from the project's root directory.

If you run into problems, check out Getting Started with Less.

JS

We also used JSLint'ed JavaScript to make sure it's the squeky-cleanest JavaScript your brain can imagine. It's also minified using JSMin so it's small, but if you like reading minified JavaScript, then this is just for you.

Languages

Finally, the theme has been localized so if you dislike English or want to read these posts in another language, you can translate it!

Code Screenshot

About

The base wordpress theme for Stormsword's website

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 71.5%
  • PHP 20.2%
  • JavaScript 8.3%