jeffreytse/jekyll-spaceship

Spaceship with "Minimal Mistake" theme

Aperta

#64 aperta il 25 ott 2021

 (2 commenti) (0 reazioni) (1 assegnatario)Ruby (74 fork)github user discovery
good first issue

Metriche repository

Star
 (669 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor