-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (21 loc) · 965 Bytes
/
Copy path_config.yml
File metadata and controls
28 lines (21 loc) · 965 Bytes
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
# _config.yml
title: "Rishikesh Gajjala"
description: "Postdoc at CQTS, working broadly in theoretical computer science and exploring AI tools for Math"
baseurl: "" # Usually empty if hosted at the root of the domain
url: "https://gajjala.in"
# ⚡️ Use only remote_theme, no local theme:
remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-remote-theme # Corrected indentation
# Sidebar off
nav_enabled: false # This is fine if you prefer the single-page style navigation
repository:
url: "https://github.com/rishigajjala/rishigajjala.github.io" # Corrected indentation
# Optional: Just-the-Docs specific configurations
# color_scheme: "dark" # Or "light", or custom. Default is light.
# logo: "/assets/images/logo.png" # If you have a logo
search_enabled: false
heading_anchors: false
# Optional: Add a favicon
# head_custom:
# - '<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">' # Add your favicon to the root or assets