_config.yml (679B)
1 # Site settings 2 title: Nordgedanken Projects 3 description: A small portfolio 4 # baseurl: "/particle" # the subpath of your site, e.g. /blog 5 # url: "localhost:3000" # the base hostname & protocol for your site e.g. http://willianjusten.com.br 6 7 # User settings 8 username: Nordgedanken 9 user_description: Production focused FOSS coded by MTRNord 10 user_title: Free OpenSource Software 11 email: info@nordgedanken.de 12 twitter_username: mtrnord 13 github_username: Nordgedanken 14 #gplus_username: lorem_ipsum 15 16 # Google-analytics 17 google-analytics: 18 id: "" 19 20 exclude: ['package.json', 'src' , 'node_modules', 'yarn.lock'] 21 22 collections: 23 projects: 24 output: false 25 permalink: /:collection/:name