From a5ff381363713a663e47285b9f0016ed42f51e84 Mon Sep 17 00:00:00 2001 From: Taruma Sakti Date: Thu, 24 Mar 2022 20:41:21 +0700 Subject: [PATCH] update config --- docs/_config.yml | 15 +++++++++++++++ docs/_config_local.yml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index cd286b0..a23241a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,3 +22,18 @@ search_enabled: true aux_links: "View on GitHub": - "//github.com/hidrokit/notebook" +aux_links_new_tab: false + +heading_anchors: true + +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 + +# Footer "Edit this page on GitHub" link text +gh_edit_link: true # show or hide edit this page link +gh_edit_link_text: "Ubah halaman ini di GitHub." +gh_edit_repository: "https://github.com/hidrokit/notebook" # the github URL for your repo +gh_edit_branch: "master" # the branch that your docs is served from +gh_edit_source: docs # the source that your files originate from +gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately + diff --git a/docs/_config_local.yml b/docs/_config_local.yml index b5dcc51..305ac3e 100644 --- a/docs/_config_local.yml +++ b/docs/_config_local.yml @@ -22,3 +22,18 @@ search_enabled: true aux_links: "View on GitHub": - "//github.com/hidrokit/notebook" +aux_links_new_tab: false + +heading_anchors: true + +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 + +# Footer "Edit this page on GitHub" link text +gh_edit_link: true # show or hide edit this page link +gh_edit_link_text: "Ubah halaman ini di GitHub." +gh_edit_repository: "https://github.com/hidrokit/notebook" # the github URL for your repo +gh_edit_branch: "master" # the branch that your docs is served from +gh_edit_source: docs # the source that your files originate from +gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately +