Skip to content

Commit d531ed9

Browse files
authored
SEO Logo and favicons (#840)
* Improve home icon * Rename main logo * Remove unused small logo and loading animation * Favicon and logo handling Add 192x192 PNG favicon, move theme images to root of output directory * Add sitemap to robots.txt * Use realfavicongenerator.net for favicons (except webmanifest) * Add webmanifest * Add missing quotes
1 parent 21f5f17 commit d531ed9

File tree

17 files changed

+78
-54
lines changed

17 files changed

+78
-54
lines changed

site/config/_default/config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ disableKinds: # Switch off tags and categories
1111
module:
1212
mounts:
1313
- source: "themes/arangodb-docs-theme/images"
14-
target: "static/images"
15-
14+
target: "content"
15+
1616
- source: "content/images"
1717
target: "assets/images"
1818

1919
- source: "static"
2020
target: "static"
2121

22-
# Version folders can be ignored temporarily for faster local builds
23-
# of a single version (here: 3.12)
2422
- source: content
2523
target: content
26-
excludeFiles:
27-
# - arangodb/3.10/*
28-
# - arangodb/3.11/*
29-
# - arangodb/4.0/*
24+
# Version folders can be ignored temporarily for faster local builds
25+
# of a single version (here: 3.12)
26+
#excludeFiles:
27+
#- arangodb/3.10/*
28+
#- arangodb/3.11/*
29+
#- arangodb/4.0/*
3030

3131
- source: content/arangodb/3.12
3232
target: content/arangodb/stable
973 Bytes
Loading
0 Bytes
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Loading
Lines changed: 3 additions & 1 deletion
Loading
-985 Bytes
Binary file not shown.
-4.11 KB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Arango Documentation",
3+
"short_name": "Arango Docs",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#044926",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
5.36 KB
Loading

0 commit comments

Comments
 (0)