config.yml (442B)
1 theme: 'readable' 2 title: 'Potentially Useful' 3 4 languages: 5 en: 6 languageName: English 7 menu: 8 main: 9 - name: All Posts 10 url: /posts/ 11 weight: 10 12 - name: Categories 13 url: /categories/ 14 weight: 2 15 - name: Home 16 url: / 17 weight: 1 18 19 frontmatter: 20 lastmod: 21 - lastmod 22 - date 23 - publishDate 24 25 ignoreFiles: 26 - "\\.Rmd$" 27 28 outputs: 29 home: 30 - HTML 31 section: 32 - HTML 33 - RSS