Skip to content

Commit 376a4c9

Browse files
committed
Add meta image
1 parent 6a277bc commit 376a4c9

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

website/Dockerfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
FROM node:lts
22
WORKDIR /website
33

4-
5-
ENV PROXY_HOST=webproxy.transchip.com \
6-
PROXY_PORT=8080 \
7-
PROXY_PROTOCOL=http
8-
ENV PROXY $PROXY_PROTOCOL://$PROXY_HOST:$PROXY_PORT
9-
ENV HTTP_PROXY=$PROXY \
10-
http_proxy=$PROXY \
11-
HTTPS_PROXY=$PROXY \
12-
https_proxy=$PROXY \
13-
NO_PROXY='gitlab-srv,gitlab-srv.transchip.com,localhost,aospt-dt'
14-
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
15-
164
RUN apt-get update -qq && apt-get install -y --no-install-recommends rsync
175

186
ENV PATH /app/node_modules/.bin:$PATH

website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ var config = {
2424
favicon: 'img/favicon/favicon-32x32.png',
2525
customFields: {
2626
description:
27-
'Visualize and compare algorithm results. Optimize parameters. Share results and track progress.',
27+
"Algorithm engineering is hard enough. Don't waste time with logistics.",
2828
},
2929
onBrokenLinks: 'log',
3030
themeConfig: {
31+
image: "img/share.jpg",
3132
// announcementBar: {
3233
// id: 'supportus',
3334
// backgroundColor: '',

website/static/img/share.jpg

25.4 KB
Loading

0 commit comments

Comments
 (0)