Skip to content

Commit

Permalink
update config details
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelberra committed Jan 7, 2024
1 parent e168868 commit a155283
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# DEPLOY with this command: bundle exec jekyll serve
title: "HCHN · Matériaux"
description: "Matériaux pour les cours d'humanités numériques du master HCHN"
repository: classnum/materials # for github-metadata
permalink: pretty
theme: just-the-docs
# remote_theme: pmarsceill/just-the-docs
# logo: "/assets/images/test_logo.png"
aux_links:
"Carnet Classnum": "https://classnum.hypotheses.org/"
"Entrepôt Github": "https://github.com/classnum"
aux_links_new_tab: true
search_enabled: true
search:
# Split pages into sections that can be searched individually
Expand All @@ -30,6 +33,7 @@ search:
# Enable or disable the search button that appears in the bottom right corner of every page
# Supports true or false (default)
button: false
enable_copy_code_button: true
# 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.
# Supports true (default) or false
Expand All @@ -38,3 +42,12 @@ heading_anchors: true
# markdown: kramdown
# kramdown:
# smart_quotes: ldquo,rdquo,laquo,raquo
# Footer content
# appears at the bottom of every page's main content
# Back to top link
back_to_top: true
back_to_top_text: "Vers le haut de la page"
footer_content: "&copy; Aurélien Berra · <a href=\"https://github.com/classnum/materials/tree/main/LICENSE.txt\">MIT license.</a>"
# 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

0 comments on commit a155283

Please sign in to comment.