Sha256: a1fbdd962129bcfd1a7226e84eda82a6a92348fff7e5529523128f2a9814708e
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
title: Web Novel Theme! email: your-email@example.com description: >- a place to display your web novel tagline: >- The home of your web novel baseurl: "/" url: "example.com" twitter: username: example card: summary twitter_username: example github_username: example theme: 'jekyll-web-novel' use_netlify_cms: false novel: title: "The Upper Crust" author: "John Doe" lang: en start_chapter: 1 copyright: short: >- **The Upper Crust, Vol 1** by **John Doe** Copyright © 2022 Example, JJI warning: >- PIRATING CONTENT IS ILLEGAL long: 'COPYRIGHT.md' collections: chapters: sort_by: chapter output: true previews: sort_by: chapter output: true volumes: sort_by: volume output: false tabs: sort_by: order output: true defaults: - scope: path: "_chapters/*" values: layout: "chapter" type: 'chapters' - scope: path: "_previews/*" values: layout: "preview" type: 'previews' published: false - scope: path: "_tabs/*" values: layout: "page" type: 'tabs' plugins: - jekyll-feed - jekyll-seo-tag sass: load_paths: - _sass - node_modules style: compressed feed: collections: - chapters exclude: - .gitignore - .sass-cache/ - .jekyll-cache/ - gemfiles/ - Gemfile - Gemfile.lock - node_modules/ - vendor/bundle/ - vendor/cache/ - vendor/gems/ - vendor/ruby/ - package-lock.json - package.json - jekyll-web-novel.gemspec - lib
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-web-novel-0.2.1 | _config.yml |
jekyll-web-novel-0.2.0 | _config.yml |