summaryrefslogtreecommitdiffstats
path: root/_config.yml
diff options
context:
space:
mode:
authorSimone Bortolin <simonebortolin@users.noreply.github.com>2022-08-04 20:32:06 +0200
committerSimone Bortolin <simonebortolin@users.noreply.github.com>2022-12-19 22:55:44 +0100
commitabdbcb1a85b9f76efc7a000e06afdaaf4caa0966 (patch)
treeb210446698c234f08e6e87a7032183ff9bee8084 /_config.yml
parentMerge branch 'main' of github.com:hack-gpon/hack-gpon.github.io (diff)
downloadhack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar
hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.gz
hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.bz2
hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.lz
hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.xz
hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.tar.zst
hack-gpon.github.io-abdbcb1a85b9f76efc7a000e06afdaaf4caa0966.zip
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 3ece38d..34b1af9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,6 +27,10 @@ search:
# Supports true or false (default)
button: false
+plugins:
+ - jekyll-seo-tag
+ - jekyll-last-modified-at
+
color_scheme: "light"
url: "https://hack-gpon.github.io/"
nav_sort: case_sensitive
@@ -43,13 +47,16 @@ footer_content: "Copyright &copy; 2022"
last_edit_timestamp: true
last_edit_time_format: "%D at %R"
+last-modified-at:
+ date-format: '%D at %R'
+
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_repository: "https://github.com/hack-gpon/hack-gpon.github.io" # the github URL for your 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"
-plugins:
- - jekyll-seo-tag