Sha256: e5467d54cf86af7b7058cd85c790255333e257c02f405d1ccf73da26da92a668

Contents?: true

Size: 1.37 KB

Versions: 2

Compression:

Stored size: 1.37 KB

Contents

# The book's title. Will be used everywhere!
title: "[Your Book Title]"

# The book's language.
language: en

# Your book copyright info.
# Here's some examples:
#
#   Copyright <%= @year %> by <%= @name %>.
#   Copyright <%= @year %> by <%= @name %>. This work is licensed under MIT License.
#   This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
#   This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
#   This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
#
copyright: "Copyright (C) <%= @year %> <%= @name %>."

# Who's publishing this book.
publisher: "<%= @name %>"

# When this book was published.
published_at: "<%= Date.today %>"

# Some book description.
subject: "[Your book description]"

# Some keywords that identify this book.
keywords: "[Your book keywords (comma-separated)]"

# Some unique identification. Works great with your domain
# like `http://yourbook.example.com`.
uid: "<%= @uid %>"

# Your book identification like ISBN or ISSN.
identifier:
  id: "http://yourbook.example.com"
  type: "URL" # can be ISBN, ISSN or URL

# This book authors.
authors:
  - "<%= @name %>"

# The theme that will be used for source
# code syntax highlighting.
theme: mac_classic

# The base URL from your source code.
base_url: http://example.com

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kitabu-1.0.0.rc2 templates/config.erb
kitabu-1.0.0.rc1 templates/config.erb