File: Gemfile

package info (click to toggle)
libcudacxx 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,464 kB
  • sloc: cpp: 517,767; ansic: 9,474; python: 6,108; sh: 2,225; asm: 2,154; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"
gem "just-the-docs"
group :jekyll_plugins do
  gem "github-pages"                 # GitHub Pages.
  gem "jekyll-optional-front-matter" # GitHub Pages.
  gem "jekyll-default-layout"        # GitHub Pages.
  gem "jekyll-titles-from-headings"  # GitHub Pages.
  gem "jekyll-relative-links"        # GitHub Pages.
  gem "jekyll-remote-theme"          # GitHub Pages.
end