|
| 1 | +name: PyData London |
| 2 | +description: Official website for PyData London Meetups and Coneference |
| 3 | +url: http://pydatalondon.github.io |
| 4 | +baseurl: #place folder name if site is served in subfolder |
| 5 | +permalink: /:title/ |
| 6 | +paginate: 8 |
| 7 | +paginate_path: /page/:num/ |
| 8 | +tag_dir: /tag |
| 9 | +category_dir: /category |
| 10 | +author_dir: /author |
| 11 | +author_title_prefix: 'Posted by ' |
| 12 | +media_folder: /img |
| 13 | +author_default_avatar: /profile-pic.jpg |
| 14 | +twitter: "https://twitter.com/pydatalondon" |
| 15 | +youtube: "https://www.youtube.com/user/PyDataTV" |
| 16 | +vimeo: "https://vimeo.com/pydata" |
| 17 | + |
| 18 | +encoding: utf-8 |
| 19 | +defaults: |
| 20 | + - |
| 21 | + scope: |
| 22 | + path: "" |
| 23 | + type: "posts" |
| 24 | + values: |
| 25 | + layout: "post" |
| 26 | + type: "standard" |
| 27 | + homedisplay: "featimg" |
| 28 | +markdown: kramdown |
| 29 | +kramdown: |
| 30 | + input: GFM |
| 31 | + syntax_highlighter: rouge |
| 32 | +relative_permalinks: false |
| 33 | +exclude: [.git, .gitignore, sass, .sass-cache, package.json, gruntfile.js, node_modules, README.md, documentation] |
| 34 | + |
| 35 | +# prose.io configurations |
| 36 | +prose: |
| 37 | + media: "img" |
| 38 | + metadata: |
| 39 | + _posts: |
| 40 | + - name: "title" |
| 41 | + field: |
| 42 | + element: "text" |
| 43 | + label: "title" |
| 44 | + - name: "layout" |
| 45 | + field: |
| 46 | + element: "select" |
| 47 | + label: "Layout" |
| 48 | + help: "display post at full width or with sidebar" |
| 49 | + options: |
| 50 | + - name: "with sidebar" |
| 51 | + value: "post" |
| 52 | + - name: "full width" |
| 53 | + value: "post_full" |
| 54 | + - name: "author" |
| 55 | + field: |
| 56 | + element: "text" |
| 57 | + label: "Author" |
| 58 | + help: "author id as defined within _data/authors.yml" |
| 59 | + type: "text" |
| 60 | + - name: "featimg" |
| 61 | + field: |
| 62 | + element: "text" |
| 63 | + label: "Featured Image" |
| 64 | + help: "featured image within the img-folder" |
| 65 | + type: "text" |
| 66 | + - name: "type" |
| 67 | + field: |
| 68 | + element: "select" |
| 69 | + label: "Post Type" |
| 70 | + help: "each type has some special feature" |
| 71 | + options: |
| 72 | + - name: "Standard" |
| 73 | + value: "standard" |
| 74 | + - name: "Image" |
| 75 | + value: "image" |
| 76 | + - name: "Gallery" |
| 77 | + value: "gallery" |
| 78 | + - name: "Audio" |
| 79 | + value: "audio" |
| 80 | + - name: "YouTube" |
| 81 | + value: "youtube" |
| 82 | + - name: "Vimeo" |
| 83 | + value: "vimeo" |
| 84 | + - name: "homedisplay" |
| 85 | + field: |
| 86 | + element: "select" |
| 87 | + label: "Home Display" |
| 88 | + help: "decide whether to display embedded element (for post types: audio, youtube, vimeo) or Featured Image on home page" |
| 89 | + options: |
| 90 | + - name: "Featured Image" |
| 91 | + value: "featimg" |
| 92 | + - name: "Embedded Element" |
| 93 | + value: "iframe" |
| 94 | + - name: "vimeo-embed" |
| 95 | + field: |
| 96 | + element: "text" |
| 97 | + label: "Vimeo Embedding Code" |
| 98 | + help: "Set post type to vimeo in order for this to work" |
| 99 | + - name: "gallery-id" |
| 100 | + field: |
| 101 | + element: "text" |
| 102 | + label: "Gallery ID" |
| 103 | + help: "ID of the gallery defined within _data/galleries.yml - use include in content to use" |
| 104 | + - name: "audio-embed" |
| 105 | + field: |
| 106 | + element: "text" |
| 107 | + label: "Audio Embedding Code" |
| 108 | + help: "Set post type to audio in order for this to work" |
| 109 | + - name: "yt-video-id" |
| 110 | + field: |
| 111 | + element: "text" |
| 112 | + label: "YouTube Video ID" |
| 113 | + help: "Set post type to youtube in order for this to work. Do not set featured image, as the youtube video thumbnail will be used" |
| 114 | + type: "text" |
| 115 | + |
0 commit comments