123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- module.exports = {
- lists: [
- {
- type:'doc',
- id: 'index',
- },
- {
- type: 'html',
- value: '<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 1rem 0 1rem 0;" />',
- },
- {
- type: 'category',
- label: 'Now',
- collapsible: true,
- link: {
- type:'doc',
- id:'now/now',
- },
- items: [
- {
- type:'doc',
- id: 'now/learning',
- label:'Learning',
- },
- {
- type:'doc',
- id: 'now/listening',
- label:'Listening',
- },
- {
- type:'doc',
- id: 'now/playing',
- label:'Playing',
- },
- {
- type:'doc',
- id: 'now/reading',
- label:'Reading',
- },
- {
- type:'doc',
- id: 'now/watching',
- label:'Watching',
- },
- ],
- },
- {
- type: 'doc',
- id: 'next',
- },
- {
- type: 'doc',
- id: 'todo',
- },
- {
- type: 'doc',
- id: 'grocery',
- },
- {
- type: 'doc',
- id: 'shopping',
- },
- {
- type: 'html',
- value: '<span style="border-top: 1px solid var(--ifm-color-gray-500); display: block;margin: 1rem 0 1rem 0;" />',
- },
- {
- type: 'category',
- label: 'Art',
- collapsible: true,
- link: {
- type:'doc',
- id:'art/art',
- },
- items: [
- 'art/lit',
- {
- type: 'category',
- label: 'Motion',
- collapsible: true,
- link: {
- type:'doc',
- id:'art/motion',
- },
- items: [
- {
- type:'doc',
- id: 'art/video',
- label:'Video',
- },
- ],
- },
- {
- type: 'category',
- label: 'Music',
- collapsible: true,
- link: {
- type:'doc',
- id:'art/music/music',
- },
- items: [
- {
- type:'doc',
- id: 'art/music/playlist',
- label:'Playlist',
- },
- {
- type:'doc',
- id: 'art/music/playlist_2020',
- label:'- 2020',
- },
- {
- type:'doc',
- id: 'art/music/playlist_2015',
- label:'2020-2015',
- },
- {
- type:'doc',
- id: 'art/music/playlist_2010',
- label:'2015-2010',
- },
- ],
- },
- {
- type:'doc',
- id: 'art/visual',
- label:'Visual',
- },
- ],
- },
- {
- type: 'doc',
- id: 'concepts',
- },
- {
- type: 'doc',
- id: 'design',
- },
- {
- type: 'doc',
- id: 'feeds',
- },
- {
- type: 'doc',
- id: 'influence',
- },
- {
- type: 'doc',
- id: 'stars',
- },
- {
- type: 'doc',
- id: 'lists',
- },
- {
- type: 'category',
- label: 'Places',
- collapsible: true,
- link: {
- type:'doc',
- id:'places/places',
- },
- items: [
- {
- type:'doc',
- id: 'places/greenwood',
- label:'Greenwood',
- },
- {
- type:'doc',
- id: 'places/columbia',
- label:'Columbia',
- },
- {
- type:'doc',
- id: 'places/charleston',
- label:'Charleston',
- },
- ],
- },
- {
- type: 'doc',
- id: 'people',
- },
- {
- type: 'doc',
- id: 'things',
- },
- {
- type: 'doc',
- id: 'travel',
- },
- {
- type: 'doc',
- id: 'trivia',
- },
- {
- type: 'category',
- label: 'Tweets',
- collapsible: true,
- link: {
- type:'doc',
- id:'tweets',
- },
- items: [
- {
- type:'doc',
- id: 'tweets_follow',
- label:'Followed',
- },
- ],
- },
- {
- type: 'doc',
- id: 'quotes',
- },
- {
- type: 'doc',
- id: 'wine',
- },
- {
- type: 'doc',
- id: 'words',
- },
- {
- type: 'doc',
- id: 'wikipedia',
- },
- ],
- };
|