diff --git a/_config.yml b/_config.yml index f60568f6..eca1d922 100644 --- a/_config.yml +++ b/_config.yml @@ -10,128 +10,127 @@ # https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme # theme : "minimal-mistakes-jekyll" -remote_theme : "mmistakes/minimal-mistakes" +remote_theme: "mmistakes/minimal-mistakes" # minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" # Site Settings -locale : "en" -title : "The Developers' Bakery" -title_separator : "-" -name : "Nicola Corti" -description : "A podcast about Developer Tools and productivity, freshly baked to you by Nicola Corti." -url : "https://thebakery.dev" +locale: "en" +title: "The Developers' Bakery" +title_separator: "-" +name: "Nicola Corti" +description: "A podcast about Developer Tools and productivity, freshly baked to you by Nicola Corti." +url: "https://thebakery.dev" # baseurl : "/" -repository : "cortinico/thebakery" -teaser : "assets/images/og_default_header.jpg" +repository: "cortinico/thebakery" +teaser: "assets/images/og_default_header.jpg" # breadcrumbs : false # true, false (default) -words_per_minute : 220 +words_per_minute: 220 comments: - provider : "false" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "staticman_v2" "custom" + provider: "false" # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "staticman_v2" "custom" disqus: - shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- + shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname- discourse: - server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org + server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: # https://developers.facebook.com/docs/plugins/comments - appid : - num_posts : # 5 (default) - colorscheme : # "light" (default), "dark" + appid: + num_posts: # 5 (default) + colorscheme: # "light" (default), "dark" staticman: - allowedFields : # ['name', 'email', 'url', 'message'] - branch : # "master" - commitMessage : # "New comment by {fields.name}" - filename : # comment-{@timestamp} - format : # "yml" - moderation : # true - path : # "/_data/comments/{options.slug}" (default) - requiredFields : # ['name', 'email', 'message'] + allowedFields: # ['name', 'email', 'url', 'message'] + branch: # "master" + commitMessage: # "New comment by {fields.name}" + filename: # comment-{@timestamp} + format: # "yml" + moderation: # true + path: # "/_data/comments/{options.slug}" (default) + requiredFields: # ['name', 'email', 'message'] transforms: - email : # "md5" + email: # "md5" generatedFields: date: - type : # "date" + type: # "date" options: - format : # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" + format: # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" reCaptcha: - siteKey : - secret : + siteKey: + secret: atom_feed: - path : "/feed.xml" -search : true # true, false (default) -search_full_content : # true, false (default) -search_provider : # lunr (default), algolia, google + path: "/feed.xml" +search: true # true, false (default) +search_full_content: # true, false (default) +search_provider: # lunr (default), algolia, google algolia: - application_id : # YOUR_APPLICATION_ID - index_name : # YOUR_INDEX_NAME - search_only_api_key : # YOUR_SEARCH_ONLY_API_KEY - powered_by : # true (default), false + application_id: # YOUR_APPLICATION_ID + index_name: # YOUR_INDEX_NAME + search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY + powered_by: # true (default), false google: - search_engine_id : # YOUR_SEARCH_ENGINE_ID - instant_search : # false (default), true + search_engine_id: # YOUR_SEARCH_ENGINE_ID + instant_search: # false (default), true # SEO Related -google_site_verification : -bing_site_verification : -yandex_site_verification : -naver_site_verification : +google_site_verification: +bing_site_verification: +yandex_site_verification: +naver_site_verification: # Social Sharing twitter: - username : "thebakerydev" + username: "thebakerydev" facebook: - username : - app_id : - publisher : -og_image : # Open Graph/Twitter default site image + username: + app_id: + publisher: +og_image: # Open Graph/Twitter default site image # For specifying social profiles # - https://developers.google.com/structured-data/customize/social-profiles social: - type : "Organization" # Person or Organization (defaults to Person) - name : # If the user or organization name differs from the site's name + type: "Organization" # Person or Organization (defaults to Person) + name: # If the user or organization name differs from the site's name links: # An array of links to social media profiles - "https://twitter.com/thebakerydev" - "https://twitter.com/cortinico" # Analytics analytics: - provider : "google-universal" # false (default), "google", "google-universal", "custom" + provider: "google-universal" # false (default), "google", "google-universal", "custom" google: - tracking_id : "UA-71657172-3" # IMPORTANT: If you clone this repo, please change the tracking id! - anonymize_ip : # true, false (default) - + tracking_id: "UA-71657172-3" # IMPORTANT: If you clone this repo, please change the tracking id! + anonymize_ip: # true, false (default) # Site Author author: - name : "The Developers' Bakery" - avatar : "/assets/images/avatar.png" - bio : "A Podcast about Developer tools and libraries" - location : "Stockholm, Sweden" - email : "info@thebakery.dev" - uri : - home : # null (default), "absolute or relative url to link to author home" - bitbucket : - codepen : - dribbble : - flickr : - facebook : - foursquare : - github : - gitlab : - google_plus : - keybase : - instagram : - lastfm : - linkedin : - pinterest : - soundcloud : - stackoverflow : # "123456/username" (the last part of your profile url, e.g. https://stackoverflow.com/users/123456/username) - steam : # "steamId" (the last part of your profile url, e.g. https://steamcommunity.com/id/steamId/) - tumblr : - twitter : "thebakerydev" - vine : - weibo : - xing : - youtube : # "https://youtube.com/c/MichaelRoseDesign" + name: "The Developers' Bakery" + avatar: "/assets/images/avatar.png" + bio: "A Podcast about Developer tools and libraries" + location: "London, UK" + email: "info@thebakery.dev" + uri: + home: # null (default), "absolute or relative url to link to author home" + bitbucket: + codepen: + dribbble: + flickr: + facebook: + foursquare: + github: + gitlab: + google_plus: + keybase: + instagram: + lastfm: + linkedin: + pinterest: + soundcloud: + stackoverflow: # "123456/username" (the last part of your profile url, e.g. https://stackoverflow.com/users/123456/username) + steam: # "steamId" (the last part of your profile url, e.g. https://steamcommunity.com/id/steamId/) + tumblr: + twitter: "thebakerydev" + vine: + weibo: + xing: + youtube: # "https://youtube.com/c/MichaelRoseDesign" links: - label: "Spotify" icon: "fab fa-fw fa-spotify" @@ -146,7 +145,6 @@ author: icon: "fas fa-fw fa-microphone-alt" url: "https://pca.st/vq8ml6pl" - # Reading Files include: - .htaccess @@ -185,7 +183,6 @@ keep_files: encoding: "utf-8" markdown_ext: "markdown,mkdown,mkdn,mkd,md" - # Conversion markdown: kramdown highlighter: rouge @@ -205,7 +202,7 @@ kramdown: enable_coderay: false syntax_highlighter: rouge syntax_highlighter_opts: - css_class: 'highlight' + css_class: "highlight" span: line_numbers: false block: @@ -222,7 +219,7 @@ sass: permalink: /ep/:title paginate: 5 # amount of posts to show paginate_path: /page:num/ -timezone: "Europe/Stockholm" +timezone: "Europe/London" # Plugins (previously gems:) plugins: @@ -245,7 +242,6 @@ whitelist: - jekyll-feed - jemoji - # Archives # Type # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) @@ -320,4 +316,4 @@ podcast_explicit: "false" podcast_author: "Nicola Corti" podcast_description: "A developer podcast about tools, libraries, and productivity. The Developers' Bakery is a place for open-source developers and maintainers to share their experience and projects. A journey through the tools and libraries that help developers worldwide baking great software daily. Join Nicola Corti through this journey among open source and beyond." podcast_summary: "A developer podcast about tools, libraries, and productivity. The Developers' Bakery is a place for open-source developers and maintainers to share their experience and projects. A journey through the tools and libraries that help developers worldwide baking great software daily. Join Nicola Corti through this journey among open source and beyond." -podcast_subtitle: "A developer podcast about tools, libraries, and productivity. Featuring open-source developers and maintainers sharing their own experiences." \ No newline at end of file +podcast_subtitle: "A developer podcast about tools, libraries, and productivity. Featuring open-source developers and maintainers sharing their own experiences." diff --git a/_pages/about.md b/_pages/about.md index e3e6f481..9f0a3254 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -26,7 +26,7 @@ Join Nicola through this journey among open source and beyond.

-Nicola Corti is a Kotlin GDE, and a passionate open source developer. He's currently working as Android Infrastructure Engineer @ Spotify, based in Stockholm Sweden. +Nicola Corti is a Kotlin GDE, and a passionate open source developer. He's currently working as Android Infrastructure Engineer in the React Native team, based in London, UK. He spoke at numerous conferences internationally about Mobile development, and he is passionate for anything community related. He founded and managed developers community across Europe (GDG Pisa, KUG Hamburg, GDG Stockholm Android)