Skip to content

Commit

Permalink
Add meta image
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-flam committed Aug 6, 2020
1 parent 6a277bc commit 376a4c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
12 changes: 0 additions & 12 deletions website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
FROM node:lts
WORKDIR /website


ENV PROXY_HOST=webproxy.transchip.com \
PROXY_PORT=8080 \
PROXY_PROTOCOL=http
ENV PROXY $PROXY_PROTOCOL://$PROXY_HOST:$PROXY_PORT
ENV HTTP_PROXY=$PROXY \
http_proxy=$PROXY \
HTTPS_PROXY=$PROXY \
https_proxy=$PROXY \
NO_PROXY='gitlab-srv,gitlab-srv.transchip.com,localhost,aospt-dt'
ENV NODE_TLS_REJECT_UNAUTHORIZED=0

RUN apt-get update -qq && apt-get install -y --no-install-recommends rsync

ENV PATH /app/node_modules/.bin:$PATH
Expand Down
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ var config = {
favicon: 'img/favicon/favicon-32x32.png',
customFields: {
description:
'Visualize and compare algorithm results. Optimize parameters. Share results and track progress.',
"Algorithm engineering is hard enough. Don't waste time with logistics.",
},
onBrokenLinks: 'log',
themeConfig: {
image: "img/share.jpg",
// announcementBar: {
// id: 'supportus',
// backgroundColor: '',
Expand Down
Binary file added website/static/img/share.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 376a4c9

Please sign in to comment.