diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-10 17:34:34 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2024-11-10 17:34:34 -0500 |
| commit | f2e3ef95f886397116c21679a94437c9bd6ecb24 (patch) | |
| tree | 3156d1cb91f668f8ac82c93db193da9e190abf53 /data | |
| parent | 047de73f9e38edd4e70829d9110226018b8e619e (diff) | |
refactor(content): :construction: Refactoring Directory "Docs"
Refactoring content to be structured under heading "docs"
Diffstat (limited to '')
| -rw-r--r-- | data/bs-timeline.yml (renamed from data/timeline.yml) | 0 | ||||
| -rw-r--r-- | data/knightlabs.json | 62 | ||||
| -rw-r--r-- | data/main.yaml | 6 |
3 files changed, 62 insertions, 6 deletions
diff --git a/data/timeline.yml b/data/bs-timeline.yml index dd2b333..dd2b333 100644 --- a/data/timeline.yml +++ b/data/bs-timeline.yml diff --git a/data/knightlabs.json b/data/knightlabs.json new file mode 100644 index 0000000..0d18776 --- /dev/null +++ b/data/knightlabs.json @@ -0,0 +1,62 @@ +[ + { + "Year": "", + "Month": "", + "Day": "", + "Time": "", + "End Year": "", + "End Month": "", + "End Day": "", + "End Time": "", + "Display Date": "", + "Headline": "Google Spreadsheet Example", + "Text": " This is a test of using google spreadsheets as a source for the timeline tool. This is a 'title' slide", + "Media": " so it doesn't need a date. It automatically occurs first", + "Media Credit": " and doesn't appear in the timeline below. ", + "Media Caption": "https://www.flickr.com/photos/zachwise/6115056146/in/photostream", + "Media Thumbnail": "Zach Wise/verite.co", + "Type": " <a href= http://www.flickr.com/photos/zachwise/6115056146/ title= Chicago by zach.wise", + "Group": " on Flickr >Chicago by zach.wise</a> ", + "Background": "" + }, + { + "Year": "2011", + "Month": "11", + "Day": "1", + "Time": "", + "End Year": "2011", + "End Month": "12", + "End Day": "15", + "End Time": "", + "Display Date": "", + "Headline": "Another Flickr Example", + "Text": "It's Easy to Make Your Own Timeline", + "Media": "https://www.flickr.com/photos/zachwise/6894476777/in/photostream", + "Media Credit": "Zach Wise/verite.co", + "Media Caption": "Chicago to NYC", + "Media Thumbnail": "", + "Type": "", + "Group": "", + "Background": "#333333" + }, + { + "Year": "2011", + "Month": "11", + "Day": "16", + "Time": "05:58:44", + "End Year": "2011", + "End Month": "11", + "End Day": "16", + "End Time": "07:30:00", + "Display Date": "", + "Headline": "Vimeo Example", + "Text": " Illustrate your Timeline with photos", + "Media": " videos", + "Media Credit": " tweets and more. ", + "Media Caption": "https://vimeo.com/143407878", + "Media Thumbnail": "Knight Lab", + "Type": "A video about how to make timelines!", + "Group": "", + "Background": "" + } +]
\ No newline at end of file diff --git a/data/main.yaml b/data/main.yaml deleted file mode 100644 index af73d86..0000000 --- a/data/main.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- title: PreDayton - date: '2018-05-01' - icon: fa fa-sun - content: >- - Just as everyone was going crazy outside in the big world, things were going - cracy here. |
