Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phanan/log
- Owner: phanan
- License: mit
- Created: 2014-07-03T08:37:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T17:00:04.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T23:03:37.504Z (7 months ago)
- Language: PHP
- Size: 84 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````