Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phanan/log

A minimal WordPress theme
https://github.com/phanan/log

Last synced: about 1 month ago
JSON representation

A minimal WordPress theme

Awesome Lists containing this project

README

        

# Log

_Log_ is a minimal WordPress theme inspired by the great [mnmlist](http://mnmlist.com/), but built with modern tools like [gulp](http://gulpjs.com/), [CoffeeScript](http://coffeescript.org/), and [Sass](http://sass-lang.com/). The theme was specifically developed for personal daily logging purpose.

## Differences from mnmlist

Other than just visuals, changes and improvements introduced are:

* Heavily refactored code
* Templates stripped down to only one main `index.php` (the only page required by WordPress)
* `[code]` shortcode added for [Prism](http://prismjs.com)-favored code formatting. For example: `[code lang="markup"]`, `[code lang="javascript" line="10"]`. Requires Prism to work - I'd suggest [Prism WP](https://wordpress.org/plugins/prism-wp/).
* Infinite scrolling from [JetPack](http://jetpack.me/)
* Responsive support to two break points: 480 and 768px
* Last but not least: The haiku is now from [Fukuda Chiyo-ni](http://en.wikipedia.org/wiki/Fukuda_Chiyo-ni). Just a personal taste.

There are no post or page titles in favor of `

## Demo
See the theme in action [here](http://log.phanan.net).

## Requirements & Installation

_Log_ requires PHP 5.4 or newer. To install, from inside your site's `wp-content/themes` folder, run:

```bash
git clone https://github.com/phanan/log.git
cd log
npm install
gulp
````