Home
Softono
author-child

author-child

Open source CSS
47
Stars
3
Forks
0
Issues
2
Watchers
10 months
Last Commit

About author-child

A child theme of Author for WordPress

Platforms

Web Self-hosted

Languages

CSS

Links

author-child

Screenshot of the Author Child theme

A child theme of Author by Compete Themes. This only contains a subset of the Font Awesome icons relevant to me. The icons that are loaded can be adjusted in the build.js file.

Building

To build this project, you will need to have Node.js installed. Then, run the following commands:

# Install dependencies
npm ci
# Build the theme
npm run build

SASS Folder

I do not intend to edit any sass files except for the style.scss file and the _variables.scss file. Other customizations will be placed in the _child_theme.scss file.