Skip to content

Instantly share code, notes, and snippets.

@housker
Created July 30, 2024 23:25
Show Gist options
  • Save housker/0ada757f7d919422bec1ea58ec18b6cf to your computer and use it in GitHub Desktop.
Save housker/0ada757f7d919422bec1ea58ec18b6cf to your computer and use it in GitHub Desktop.
nlp-hawaii.github.io/_config.yml
# 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