Created
July 30, 2024 23:25
-
-
Save housker/0ada757f7d919422bec1ea58ec18b6cf to your computer and use it in GitHub Desktop.
nlp-hawaii.github.io/_config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Welcome to Jekyll! | |
# | |
# This config file is meant for settings that affect your whole blog, values | |
# which you are expected to set up once and rarely need to edit after that. | |
# For technical reasons, this file is *NOT* reloaded automatically when you use | |
# 'jekyll serve'. If you change this file, please restart the server process. | |
# Site settings | |
title: ALOHA Lab @ University of Hawaii | |
email: [email protected] | |
description: > # this means to ignore newlines until "baseurl:" | |
Website of the ALOHA Lab @ University of Hawaii. | |
baseurl: "https://nlp-hawaii.github.io/" | |
url: "" | |
include: | |
- .htaccess | |
- _pages | |
sass: | |
sass_dir: _sass | |
# Conversion | |
markdown: kramdown | |
highlighter: rouge | |
lsi: false | |
excerpt_separator: "\n\n" | |
incremental: false | |
# Markdown Processing | |
kramdown: | |
input: GFM | |
hard_wrap: false | |
auto_ids: true | |
footnote_nr: 1 | |
entity_output: as_char | |
toc_levels: 1..6 | |
smart_quotes: lsquo,rsquo,ldquo,rdquo | |
enable_coderay: false | |
parse_block_html: true # default for kramdown is false. This will enable using Markdown links | |
theme: jekyll-theme-minimal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment