From 64cdc86be3d04a7401648e012e8da25de9802f5b Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sat, 15 Mar 2025 23:29:48 -0400 Subject: [PATCH] Create _config.yml --- _config.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..76ee759 --- /dev/null +++ b/_config.yml @@ -0,0 +1,24 @@ +title: ESP32-C3 Breadboard Adapter +description: ESP32 IoT gadgets by Alexander B +show_downloads: true +google_analytics: +theme: jekyll-theme-architect +baseurl: "/ESP32-C3_Breadboard-Adapter" # the subpath of your site, e.g. /blog +url: "https://alexandrebobkov.github.io/" # the base hostname & protocol for your site +permalink: /:month-:day-:year/:title.html + +plugins: + - jekyll-feed + - jekyll-seo-tag + - jekyll-titles-from-headings + +kramdown: + syntax_highlighter: coderay + +#header_pages: +# - about.md + +readme_index: + enabled: true + remove_originals: false + with_frontmatter: false