From 8b8b7cfaf43bdb5d913d0307ef9f8897dc7f6aa4 Mon Sep 17 00:00:00 2001 From: Dmitry Derepko Date: Sun, 11 Jul 2021 18:57:03 +0300 Subject: [PATCH 1/2] Add target property for navigation links --- _includes/masthead.html | 6 +++++- docs/_docs/07-navigation.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index 0c66aa65a4fd..f919fb77937c 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -14,7 +14,11 @@ diff --git a/docs/_docs/07-navigation.md b/docs/_docs/07-navigation.md index dba977140f98..feb9fe25a53c 100644 --- a/docs/_docs/07-navigation.md +++ b/docs/_docs/07-navigation.md @@ -30,6 +30,7 @@ main: url: /collection-archive/ - title: "External Link" url: https://google.com + target: _blank ``` Which will give you a responsive masthead similar to this: From 9565b879eb861a8b58799a7bf4021a9a714d73c4 Mon Sep 17 00:00:00 2001 From: Dmitry Derepko Date: Sun, 11 Jul 2021 18:57:18 +0300 Subject: [PATCH 2/2] Exclude .idea folder from git indexes --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5c5a91f8f726..406061feb7db 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,9 @@ *~ *.sw[p_] +# IntelliJ IDEA +*.idea + # Sublime Text *.sublime-project *.sublime-workspace