Compile PDF and EPUB files from static Web assets.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

patchouli.book.json 313 B

1234567891011121314
  1. {
  2. "title": "Astro Sandbox",
  3. "publisher": "",
  4. "creator": "John Doe",
  5. "contributors": [
  6. "Jane Doe"
  7. ],
  8. "description": "Retrieve from package.json",
  9. "subjects": [
  10. "A subject of the publication",
  11. "Another subject of the publication"
  12. ],
  13. "rights": "© copyright notice or get from package.json LICENSE"
  14. }