-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
39 lines (30 loc) · 972 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
A simple framework to take cards from a trello board, parse them to yaml and
json files, and commit them to gh-pages repo.
The use case is for trello as a content management system, with github-pages as
the front end.
Uses golang: orakili/go-trello-client and google/go-github.
Config:
TrelloApiKey
TrelloUserToken
TrelloBoardId
GithubAccessToken
GithubUser
GithubRepo
ItemPath - path to be used on the frontend.
Requires all frontend work to be in the same repository, using jekyll and liquid
templates.
Roadmap:
Board set-up
list title as category
attached images as images
attached links as links - with title
description as body
labels as tags
Lists with 'PRIVATE' at the start of their name are not processed.
MVP:
get all data from board
create a json file mapping list names to their ids
create a json file of all the cards
create a yaml file for each card
commit to github repo
Template