Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leogopal/brevitas
[WordPress] A clean, focused, WordPress theme designed to highlight the most important feature of your site, your content.
https://github.com/leogopal/brevitas
Last synced: about 1 month ago
JSON representation
[WordPress] A clean, focused, WordPress theme designed to highlight the most important feature of your site, your content.
- Host: GitHub
- URL: https://github.com/leogopal/brevitas
- Owner: leogopal
- Created: 2015-06-17T12:00:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T20:53:32.000Z (over 3 years ago)
- Last Synced: 2024-10-15T20:15:21.678Z (3 months ago)
- Language: CSS
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Brevitas ===
Created by Leo Gopal: http://leogopal.com/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html== Description ==
A clean, focused, WordPress theme designed to highlight the most important feature of your site, your content.
== Installation ==
1. Upload `brevitas` to the `/wp-content/themes/` directory
2. Activate the theme through the 'Themes' menu in WordPress
3. Use the Theme Customizer settings under "Appearance -> Customize" to adjust Brevitas' settings== Frequently Asked Questions ==
= Does this theme support child themes? =
Yes! Here's exactly what you need to do.
1. Through FTP, navigate to `your_website/wp-content/themes/` and in that directory, create a new folder as the name of your child theme. Something like `brevitas-child` is perfectly fine.
2. Inside of your new folder, create a file called `style.css` (the name is NOT optional).
3. Inside of your new `style.css` file, add the following CSS:
. . . . . . . . . . copy what's below . . . . . . . . . . . .
/*
* Theme Name: your_child_theme_name
* Author: your_name
* Author URI:
* Description: Child theme for Brevitas
* Template: brevitas
*/
@import url("../brevitas/style.css");
/*--------------------------------------------------------------
Theme customization starts here
--------------------------------------------------------------*/. . . . . . . . . . copy what's above . . . . . . . . . . . .
4. You may edit all of what you pasted EXCEPT for the `Template` line as well as the `@import` line. Leave those two lines alone or the child theme will not work properly.
5. With your new child theme folder in place and the above CSS pasted inside of your `style.css` file, go back to your WordPress dashboard and navigate to "Appearance -> Themes" and locate your new theme (you'll see the name you chose). Activate your theme.
6. With your child theme activated, you can edit its stylesheet all you like. You may also create a `functions.php` file in the root of your child theme to add custom PHP.
7. Enjoy!
= Can I override template files? =
Yup. Any of the template files in the root of Brevitas can be copied to the root of your child theme (see above) and WordPress will use the child theme's file's instead. This also applies to template files inside of the `templates` folder.
== Credits ==
Brevitas is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Font Awesome http://fortawesome.github.io/Font-Awesome/license/
Font Awesome Licenses:
SIL Open Font License http://scripts.sil.org/OFL
MIT License http://opensource.org/licenses/mit-license.html
CC BY 3.0 License – http://creativecommons.org/licenses/by/3.0/
Copyright: Dave Gandy, http://fontawesome.io== Changelog ==
= 1.0.0 =
* first stable version