Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 0 additions & 62 deletions .github/workflows/build-and-deploy-jekyll-site.yml

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
> *Remove this section from your README.md after completing all setup tasks!*
> - [ ] Click the green "Use this template" button above.
> - [ ] Name your new repository and create it.
> - [ ] Replace all the grey placeholder texts with your project-specific information.
> - [ ] Replace all [placeholder texts] with your project-specific information.
> - [ ] Add any additional relevant Markdown documents to your documentation.
> - [ ] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages).
> - [ ] Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). Use **Deploy from a branch** as default build and deploy source. If you want to use Github Actions as source you need to configure things yourself.
> - [ ] **Remove this setup section from your README.md.**
>
> *That's it! You are now set up, and your documentation site is live!*
Expand Down
7 changes: 5 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
title: Just the Docs Template
description: A starter template for a Jeykll site using the Just the Docs theme!
theme: just-the-docs
remote_theme: just-the-docs/just-the-docs

plugins:
- jekyll-remote-theme

url: https://just-the-docs.github.io

aux_links:
Template Repository: https://github.com/just-the-docs/just-the-docs-template
Template Repository: https://github.com/just-the-docs/just-the-docs-template
Loading