File size: 1,210 Bytes
0563a99 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
title: Recursive Labs
email: [email protected]
description: >
Where Creativity Emerges
# Use GitHub Pages supported Midnight theme
remote_theme: pages-themes/[email protected]
# Required plugin for remote_theme
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-seo-tag
# Markdown engine settings
markdown: kramdown
kramdown:
input: GFM
# Optional analytics (replace with real ID when available)
google_analytics: "UA-00000000-1"
# GitHub Pages environment config
github:
zip_url: https://github.com/recursivelabsai/Recursive-Labs/archive/refs/heads/main.zip
another_url: https://recursivelabsai.github.io/Recursive-Labs/
# Site-wide metadata
show_downloads: false
permalink: pretty
baseurl: "/Recursive-Labs"
url: "https://recursivelabsai.github.io"
# Visual brand assets (optional)
logo: /assets/logo.png
favicon: /assets/favicon.ico
# Exclude default development files
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- README.md
- LICENSE
# Include these folders if present
include:
- _pages
- assets
# Theme-specific SCSS override support (optional)
# To activate, create /assets/css/style.scss with:
# ---
# ---
# @import "{{ site.theme }}";
|