forked from ketchley/tdm-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (33 loc) · 1.97 KB
/
_config.yml
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
theme: jekyll-theme-minimal
title: <Fundamentals of Text Mining. Curating, Preparing, Analyzing, and Visualizing Textual Data> # EDIT: Fill this in
description: <This workshop is an introductory session covering the basics of text mining. No previous background knowledge is required.> # EDIT: Fill this in
remote_theme: https://github.com/ketchley/just-the-docs # Borrowing the theme from https://github.com/pmarsceill/just-the-docs
github_repo_url: "https://ketchley.github.io/tdm-workshop/" # EDIT: REPLACE WITH THE URL TO YOUR WEBPAGE
color_scheme: minx
# Heading anchor links appear on hover over h1-h6 tags in page content
# allowing users to deep link to a particular heading on a page. (true or false)
#
# Supports true (default) or false
heading_anchors: true
# Footer content
# appears at the bottom of every page's main content
# Activate a "Back to top" link
back_to_top: true
back_to_top_text: "Back to top"
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
# A footer with "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "View this content on GitHub"
gh_edit_repository: "https://github.com/ketchley/tdm-workshop" # EDIT: ADD THE URL TO YOUR GITHUB REPO
gh_edit_branch: "main" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
# Include plugins for relative links and a remote theme
plugins:
- jekyll-relative-links
- jekyll-remote-theme
license_url: "http://creativecommons.org/licenses/by/4.0/"
license_name: "Creative Commons Attribution 4.0 International License"
license_image_url: "https://i.creativecommons.org/l/by/4.0/88x31.png"