Skip to content

[WIP] - Community Resources #1235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2ca2cf1
filter jekyll category
israelperezglez Apr 20, 2018
75a262e
variables videos
israelperezglez Apr 20, 2018
56dca67
filter content
israelperezglez Apr 23, 2018
d524702
Add active class logic for tab links
calvellido Apr 23, 2018
ee21fca
variables video post
israelperezglez Apr 24, 2018
de44188
filter blog
israelperezglez May 2, 2018
31d521a
styles
israelperezglez May 2, 2018
d9a993e
navigation
israelperezglez May 2, 2018
16dc4ce
Fix blog card header conditions
calvellido May 7, 2018
dd058ef
organize category community resources
israelperezglez Jan 10, 2019
f87e20b
Merge remote-tracking branch 'origin/ip-797-blogs-presentations' into…
israelperezglez Jan 10, 2019
d71db54
Delete incorrect directory
calvellido Jan 16, 2019
c0ca48a
Merge branch 'master' into ip-797-blogs-presentations
calvellido Jan 16, 2019
2f1e11c
Merge branch 'master' into ip-797-blogs-presentations
calvellido Jan 16, 2019
65d676e
A bit of cleaning
calvellido Jan 16, 2019
66679d0
Merge branch 'master' into ip-797-blogs-presentations
calvellido Jan 16, 2019
5dc3967
Merge branch 'master' into ip-797-blogs-presentations
calvellido Jan 21, 2019
c463ce6
Media section new structure refactor
calvellido Jan 21, 2019
c8ecf68
Final renamings and redirections in place
calvellido Jan 21, 2019
f782fae
Sidefix for consistency in yml files
calvellido Jan 21, 2019
0fd6a99
Add a redirect from the old blogs section URL
calvellido Jan 21, 2019
87e6153
Removes unnecessary file
calvellido Jan 21, 2019
5f60b73
Refactor blog items layout to let them get a proper dynamic height.
calvellido Jan 21, 2019
45423e0
Add proper doctype to blog layout
calvellido Jan 21, 2019
0ea77e1
All wildcard category refactor
calvellido Jan 21, 2019
73f2cb6
All wildcard category refactor
calvellido Jan 21, 2019
87001f0
Adapt blog layout to use flexbox
calvellido Jan 22, 2019
ca2d6b4
Make blog entries links to be opened in new windows
calvellido Jan 22, 2019
f77bb0d
Remove placeholder blog entries
calvellido Jan 22, 2019
2ed9fbb
Convert all contributions to new blog post format
calvellido Jan 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions modules/docs/arrow-docs/docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "docs"

# Plugins
plugins:
- jekyll-redirect-from
2 changes: 1 addition & 1 deletion modules/docs/arrow-docs/docs/_data/commons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: "Arrow"
title: "Λrrow"
description: "Functional companion to Kotlin's Standard Library"
keywords: "functional-programming, kotlin-library, monads, monad-transformers, functional-data-structure, kotlin, fp-types, adt, free-monads, tagless-final, mtl, for-comprehension, category-theory"
google_analytics: UA-18433785-18
google_analytics: "UA-18433785-18"
github_repository: "https://github.com/arrow-kt/arrow"
Loading