jeffreytse/jekyll-spaceship

Spaceship with "Minimal Mistake" theme

開放

#64 建立於 2021年10月25日

 (2 則留言) (0 個反應) (1 位負責人)Ruby (74 個分叉)github user discovery
good first issue

倉庫指標

星標
 (669 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hello, I've forked Academic Pages Repo and wanted to use diagrams. I have added your gem in the gemfile and config.yml:

# If you have any plugins, put them here!
group :jekyll_plugins do
  # gem "jekyll-archives"
  gem "jekyll-feed"
  gem "jekyll-sitemap"
  gem "hawkins"
  gem 'jekyll-spaceship'
  # gem "jekyll-mermaid"
end

gemfile

# Plugins
plugins:
  # - jekyll-paginate
  - jekyll-sitemap
  - jekyll-gist
  - jekyll-feed
  - jekyll-redirect-from
  - jekyll-spaceship
# mimic GitHub Pages with --safe
whitelist:
  # - jekyll-paginate
  - jekyll-sitemap
  - jekyll-gist
  - jekyll-feed
  - jemoji
  - jekyll-spaceship

config.yml

But I haven't manage to render the mermaid diagram:

```mermaid!
pie title Pets adopted by volunteers
  "Dogs" : 386
  "Cats" : 85
  "Rats" : 35

Perhaps I'm missing some key elements, I'm quite new to Gh-pages with jekyll.

貢獻者指南