Skip to content

Instantly share code, notes, and snippets.

@edujustin-hphk
Last active March 29, 2020 07:10
Show Gist options
  • Save edujustin-hphk/f3aa9c5eaaa50ed99ec352703a611a7d to your computer and use it in GitHub Desktop.
Save edujustin-hphk/f3aa9c5eaaa50ed99ec352703a611a7d to your computer and use it in GitHub Desktop.
card dummy
1.card dummy data
articles = [
['test title1', 'test content1'],
['test title2', 'test content2'],
['test title3', 'test content3'],
['test title4', 'test content4'],
['test title5', 'test content5'],
]
2. community dummy data
articles = [
['#', 'Title', 'Content', 'Creation Time'],
['test title 1', 'test content 1', 'test creation time1'],
['test title 2', 'test content 2', 'test creation time2'],
['test title 3', 'test content 3', 'test creation time3'],
['test title 4', 'test content 4', 'test creation time4'],
['test title 5', 'test content 5', 'test creation time5'],
['test title 6', 'test content 6', 'test creation time6'],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment