Skip to content

Commit

Permalink
Initial upload of the code, config
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 20, 2024
1 parent 9ea715a commit 9b05f70
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`

gem "just-the-docs", "0.10.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release

gem "jekyll-seo-tag"
gem "jekyll-sitemap"
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ GEM
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
just-the-docs (0.10.0)
Expand Down Expand Up @@ -85,6 +87,8 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 4.3.4)
jekyll-seo-tag
jekyll-sitemap
just-the-docs (= 0.10.0)

BUNDLED WITH
Expand Down
18 changes: 15 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
title: Just the Docs Template
description: A starter template for a Jeykll site using the Just the Docs theme!
title: Pipeline generator
description: A tool able to generate the YAML resource of a job
theme: just-the-docs

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

permalink: pretty

defaults:
- scope:
path: "docs" # an empty string here means all files in the project
type: "pages"
values:
layout: "default"

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

plugins:
- jekyll-seo-tag
- jekyll-sitemap
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Home
layout: home
nav_order: 1
permalink: /
---

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.
Expand Down

0 comments on commit 9b05f70

Please sign in to comment.