Skip to content

Commit

Permalink
starting work on index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z1glr committed Oct 21, 2024
1 parent 9e4693d commit d9362f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
"group": "build",
"problemMatcher": [],
"label": "client-dev"
},
{
"label": "docs-dev",
"type": "shell",
"command": "bundle exec jekyll serve --livereload",
"options": {
"cwd": "${workspaceFolder}/docs"
},
"problemMatcher": []
}
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Generate graphics with song-lyrics or for other church-service-elements and play
- performer-view with website and custom HTML-template and iFrame for casparcg-templates
- move backend to go
- use http-status-codes in answer to client
- seperate manual and documentation
- seperate manual and documentation
- test windows 11 and update docs
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Home
layout: home
---

# JohnCG - character generator for song-lyrics and other church-service elements

Generate grahpics with song-lyrics or other church-service-elements and play them out through CasparCG.


This is a *bare-minimum* template to create a Jekyll site that uses the [Just the Docs] theme. You can easily set the created site to be published on [GitHub Pages] – the [README] file explains how to do that, along with other details.

If [Jekyll] is installed on your computer, you can also build and preview the created site *locally*. This lets you test changes before committing them, and avoids waiting for GitHub Pages.[^1] And you will be able to deploy your local build to a different platform than GitHub Pages.
Expand Down

0 comments on commit d9362f9

Please sign in to comment.