项目作者: arrow-kt

项目描述 :
Media blog for the functional companion to Kotlin's Standard Library
高级语言: SCSS
项目地址: git://github.com/arrow-kt/arrow-media.git
创建时间: 2019-10-22T14:30:50Z
项目社区:https://github.com/arrow-kt/arrow-media

开源协议:Other

下载


Arrow-media

A showcase of tutorials, conference presentations, and other Arrow-related content.

How to add a resource

If you have a blog post, talk, or upcoming event on Arrow, please consider opening an issue or a pull request to add it to the collection.

For pull requests, please follow the instructions described below.

Adding a resource

The file needs to be placed in the content/_posts/ folder and the date needs to be indicated in the filename:

  1. yyyy-mm-dd-<name>.md

An example of file content:

  1. ---
  2. title: Handling exceptions in Arrow
  3. header-image: /img/blog-image-header.png
  4. category: articles
  5. tags: [core]
  6. link: https://www.spantree.net/blog/2017/09/15/kotlin-exception-handling-with-kategory.html
  7. ---
  8. Description of the resource.

The fields to fill are described below:

Field Description
title The title of the resource
header-image The image the resource will show. Set to /img/blog-image-header.png if you don´t have an image.
category Specify the category of the resource: tutorials, videos, articles, slidedecks (if a talk wasn’t recorded and just the slide deck is available; if the talk was recorded, please, choose category: videos and add the link of the corresponding slide deck in the description)
tags Here you can specify the Arrow module or modules to which the resource is related: core, fx, optics, incubator, or meta. You can add more than one tag as follows: tags: [core, fx].
link The link to the resource
event In the case of a conference, please, indicate the event. For instance: event: Lambda World, Cádiz, Spain

Books section

This example shows how to add a new book to the Books section.
The file needs to be placed in the content/_books/ folder.

  1. ---
  2. name: Functional Programming in Kotlin
  3. image: https://images.manning.com/720/960/resize/book/1/9ac0117-69e6-4f0b-98a5-32844e7bd44d/FPinKotlin_hiresMEAP.png
  4. link: https://www.manning.com/books/functional-programming-in-kotlin?a_aid=fpinkotlin&a_bid=1cbbbc55" class="book-item
  5. ---