Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantenore <antenore@simbiosi.org>2023-04-05 13:18:00 +0300
committerantenore <antenore@simbiosi.org>2023-04-05 13:18:00 +0300
commit9995b61464ad0afa0c7d20ffb75d176f4c72382c (patch)
tree35eb877c80221c0772088b9f0c8ef2b367a08a1a
parent3334c11cdece29194df67dfa4fe1f35215d3f971 (diff)
Issue #29 fixing worng includes
Signed-off-by: antenore <antenore@simbiosi.org>
-rw-r--r--_config.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/_config.yml b/_config.yml
index 3a0fc28..e1db193 100644
--- a/_config.yml
+++ b/_config.yml
@@ -24,7 +24,8 @@ url : https://remmina.org
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
-logo : "yuleremmina.png" # Usually "/assets/images/org.remmina.Remmina.svg" path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
+#logo : "yuleremmina.png" # Usually "/assets/images/org.remmina.Remmina.svg" path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
+logo : "/assets/images/org.remmina.Remmina.svg"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# breadcrumbs : false # true, false (default)
words_per_minute : 200
@@ -168,6 +169,7 @@ footer:
include:
- .htaccess
- _pages
+ - .well-known
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
@@ -194,6 +196,8 @@ exclude:
- tmp
- /docs # ignore Minimal Mistakes /docs
- /test # ignore Minimal Mistakes /test
+ - assets/css/Fork-Awesome/src/doc/
+ - vendor/
keep_files:
- .git
- .svn
@@ -320,9 +324,3 @@ defaults:
layout: single
author_profile: true
comments: true
-
-exclude:
- - assets/css/Fork-Awesome/src/doc/
- - vendor/
-
-include: [".well-known"] \ No newline at end of file