Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ Add the following fields to your `_config.yml` to customize your research site:
title: Research Title
description: An accompanying website for a research paper.

baseurl: ""
url: "https://example.com"

conference:
name: Conference Name
year: 2026
Expand Down
4 changes: 3 additions & 1 deletion _config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
title: Research Title
description: An accompanying website for a research paper.

baseurl: ""
url: "https://example.com"

conference:
name: Conference Name
year: 2026
Expand All @@ -19,7 +22,6 @@ content:
url: https://www.starwars.com/databank/darth-vader
- name: Emperor Palpatine
url: https://www.starwars.com/databank/emperor-palpatine
doi: 10.1145/XXXXXXX.XXXXXXX
links:
- label: Paper Link
url: https://doi.org/10.1145/XXXXXXX.XXXXXXX
Expand Down
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<div class="max-w-6xl mx-auto flex items-center h-full justify-between">
<a
href="/"
href="{{ url | append: site.baseurl }}"
class="font-medium text-zinc-900 md:text-zinc-700 md:hover:text-zinc-900 transition-all dark:text-white md:dark:text-zinc-300 dark:md:hover:text-white site-title"
>
{{ site.title }}
Expand Down
2 changes: 2 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
rel="stylesheet"
href="{{ '/assets/css/highlight.css' | relative_url }}"
/>
<link rel="shortcut icon" type="image/x-icon" href="{{ "/favicon.ico" |
prepend: site.baseurl }}" >
</head>
<body>
{%- include navbar.html -%} {{content}} {%- include footer.html -%}
Expand Down
Binary file added favicon.ico
Binary file not shown.