-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5592185
commit 5de7848
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
title: PeproDev Ultimate Invoice | ||
description: The most complete invoice plugin you will ever need. Easily create HTML/PDF invoices for your WC orders, in a beautiful style and e-mail it to your customers. | ||
theme: modernist | ||
show_downloads: true | ||
|
||
# Include the README.md file as the homepage | ||
defaults: | ||
- scope: | ||
path: "" # all files in the root | ||
type: "pages" | ||
values: | ||
permalink: /:basename/ | ||
|
||
# Exclude index.html so README.md takes priority | ||
exclude: | ||
- index.html | ||
|
||
# Build settings | ||
plugins: | ||
- jekyll-redirect-from | ||
|
||
# Redirect index.html to README.md if someone directly accesses it | ||
redirect_from: | ||
- /index.html |