File: control

package info (click to toggle)
ruby-jekyll-optional-front-matter 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 60 kB
  • sloc: ruby: 78; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ruby-jekyll-optional-front-matter
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper (>= 12~), gem2deb
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-optional-front-matter.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-optional-front-matter
Homepage: https://github.com/benbalter/jekyll-optional-front-matter
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-jekyll-optional-front-matter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: jekyll (<< 5~),
         jekyll (>= 3.0),
         ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: jekyll
Description: jekyll plugin to make front matter optional for markdown files
 Jekyll requires that any markdown file has YAML front matter in order to be
 processed and converted to HTML. But sometimes it's easier to simply add a
 plain markdown file. Using this plugin any markdown file in the site's
 source - except for a short list of common meta files - will be treated as
 a page and rendered as HTML by default, even if it doesn't have YAML front
 matter.