Skip to content

Commit

Permalink
adding config to jekyll (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkir authored May 19, 2024
1 parent a67ea1d commit 9bbaa07
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy GitHub Pages
name: Deploy doc on GitHub Pages

on:
# Runs on pushes targeting the default branch
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# example for Eclipse RCP applications

[[Official Documentation]](https://klibio.github.io/example.pde.rcp/)

## build pipelines

[![CI build](https://github.com/klibio/example.pde.rcp/actions/workflows/10_build-validation.yml/badge.svg)](https://github.com/klibio/example.pde.rcp/actions/workflows/10_build-validation.yml)

[![SNAPSHOT build](https://github.com/klibio/example.pde.rcp/actions/workflows/20_snapshot-deployment.yml/badge.svg)](https://github.com/klibio/example.pde.rcp/actions/workflows/20_snapshot-deployment.yml)
Expand All @@ -10,6 +14,8 @@

[![snapshot](https://reposilite.klib.io/api/badge/latest/snapshots/example/rcp/products/?color=40c14a&name=Maven%20SNAPSHOT%20repo%20example.pde.rcp)](https://reposilite.klib.io/#/snapshots/example/rcp/products)

[![Deploy doc on GitHub Pages](https://github.com/klibio/example.pde.rcp/actions/workflows/jekyll-gh-pages.yml/badge.svg?branch=main)](https://github.com/klibio/example.pde.rcp/actions/workflows/jekyll-gh-pages.yml)

## pre-requisites

based on github repo [klibio/bootstrap](https://github.com/klibio/bootstrap)
Expand Down
12 changes: 12 additions & 0 deletions _doc/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
plugins:
- jekyll-seo-tag
- jekyll-sitemap

markdown: kramdown

defaults:
-
scope:
path: ""
values:
layout: default

0 comments on commit 9bbaa07

Please sign in to comment.