6945efdbed
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>
19 lines
452 B
YAML
19 lines
452 B
YAML
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 |