From 193f02aefd47a341dc716c54894ce6a222f964a6 Mon Sep 17 00:00:00 2001 From: natrasta2_Dev <53398482+natrasta2dev@users.noreply.github.com> Date: Tue, 25 Nov 2025 10:59:35 +0100 Subject: [PATCH] feat: enhance Jekyll configuration for GitHub Pages --- _config.yml | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index fc24e7a..705350a 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,45 @@ -theme: jekyll-theme-hacker \ No newline at end of file +# Site Configuration +title: Awesome OSINT +description: A curated list of amazingly awesome open source intelligence tools and resources +url: https://jivoi.github.io +# baseurl: /awesome-osint # Uncomment for GitHub Pages, leave empty for local dev +baseurl: "" + +# Jekyll Configuration +# theme: jekyll-theme-hacker # Not used - we have custom layouts +markdown: kramdown +highlighter: rouge +plugins: + - jekyll-feed + - jekyll-sitemap + +# Exclude files from processing +exclude: + - Gemfile + - Gemfile.lock + - node_modules + - vendor + - .git + - .gitignore + - CONTRIBUTING.md + - LICENSE.txt + - README-SITE.md + +# Kramdown options +kramdown: + input: GFM + hard_wrap: false + syntax_highlighter: rouge + +# Site author +author: + name: Awesome OSINT Community + github: jivoi + +# Social links +github_username: jivoi +github_repo: awesome-osint + +# Build settings +sass: + style: compressed \ No newline at end of file