-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
70 lines (50 loc) · 2.79 KB
/
readme.txt
File metadata and controls
70 lines (50 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
== Source Theme ==
Source is a theme for coders to blog about their code
Contributors: Kalen Johnson
Tags: blog, dark, minimal, modern, clean, professional, simple, one-column, responsive-layout, sticky-post, translation-ready, threaded-comments
Tested up to: 4.2
Stable tag: 4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Source is based on Sage https://roots.io/sage/
* Source: https://github.com/kalenjohnson/source-theme
* Homepage: http://kalenjohnson.com/source-theme/
* Documentation: http://kalenjohnson.com/source-theme/docs/
* Twitter: https://twitter.com/kalenjohnson
== Requirements ==
If your server is not running at least PHP 5.4, you will not be able to activate this theme.
== Features ==
* Clean, dark theme; perfect for coders, developers, or those who love monospace fonts
* [Prism.js](http://prismjs.com/) for code snippets
* [Fontawesome](http://fontawesome.io/) for social media and other icons
* Automatic social media links (thank you for the great idea [Minnow](https://wordpress.org/themes/minnow/))
* Built on [Sage](https://github.com/roots/sage)
Includes theme support for the [Soil](https://github.com/roots/soil) plugin to enable additional features:
* Cleaner output of `wp_head` and enqueued assets
* Root relative URLs
* Nice search (`/search/query/`)
== Installation ==
From the WordPress dashboard:
1. Search `Source` in the theme installer
2. Click `Install`
Manually
1. In your admin panel, go to Appearance -> Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
== Configuration ==
Adding social media links
1. Create a new Custom Menu, and assign it to the Social Links menu location.
2. Add links to each of your social services using the Links panel.
3. Icons for your social links will appear in the slide-out menu.
== Theme Development ==
Source was built using [Sage](https://github.com/roots/sage). Please refer to Sage [documentation](https://roots.io/sage/docs/) on how to use gulp, Bower, etc.
== Changelog ==
Full commit history here: https://github.com/kalenjohnson/source-theme/commits/master
0.0.8 - August 03, 2015 - Building css/js files without sourcemaps
0.0.7 - August 03, 2015 - No dotfiles in composer archive, fix wpupdatephp text, fix theme versions
0.0.6 - June 04, 2015 - Wrapping all theme functions in PHP check
0.0.5 - June 02, 2015 - Fixing short array syntax when less than PHP 5.4, added vendor folder to Composer archive command
0.0.4 - June 02, 2015 - Fixing PHP >5.4 issue, css minification URL issue
0.0.3 - May 10, 2015 - Fixing issue with .zip upload
0.0.2 - May 10, 2015 - Fixing small issues for theme repo
0.0.1 - April 08, 2015 - Original release, uploaded to WP Theme repo!