diff --git a/_config.yml b/_config.yml index 144d89f..e3c2578 100644 --- a/_config.yml +++ b/_config.yml @@ -9,9 +9,6 @@ github_username: federico-terzi permalink: /blog/:title/ highlighter: rouge -collections: - portfolios: - # Build settings markdown: kramdown theme: minima @@ -19,7 +16,7 @@ plugins: - jekyll-feed - jekyll-sitemap - jekyll-seo-tag - + social: name: Federico Terzi links: diff --git a/_data/docs.yml b/_data/docs.yml new file mode 100644 index 0000000..f0a3b9e --- /dev/null +++ b/_data/docs.yml @@ -0,0 +1,6 @@ +- name: Installation + link: /install/ + desc: This section will cover the installation process on Windows, macOS and Linux. +- name: Basic Usage + link: /docs/basic-usage/ + desc: In this section we will cover the basics of espanso to get you started immediately. \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index caeea12..668ca00 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -66,6 +66,7 @@ If you want to see more interesting projects, visit my website: https://federico + {% if page.showParticles %} diff --git a/_layouts/docs.html b/_layouts/docs.html new file mode 100644 index 0000000..087ba40 --- /dev/null +++ b/_layouts/docs.html @@ -0,0 +1,78 @@ +--- +layout: default +hideTitle: true +--- +