Add marketing docs for GitHub Pages site
Add landing page, blog posts (launch announcement, why we built), getting-started guide, mobile groomers page, and Jekyll config to docs/ folder for GitHub Pages publishing. Closes groombook/groombook#168 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
title: Groom Book
|
||||
description: Open source, self-hostable pet grooming business management and CRM.
|
||||
theme: minima
|
||||
plugins:
|
||||
- jekyll-seo-tag
|
||||
- jekyll-feed
|
||||
defaults:
|
||||
- scope:
|
||||
path: ""
|
||||
values:
|
||||
layout: default
|
||||
footer:
|
||||
links:
|
||||
- label: GitHub
|
||||
url: https://github.com/groombook/groombook
|
||||
- label: Issues
|
||||
url: https://github.com/groombook/groombook/issues
|
||||
- label: Discord
|
||||
url: https://discord.gg/groombook
|
||||
Reference in New Issue
Block a user