set kristof, timur, mik and ourworld webserver in authorized keys, removed comments in index
This commit is contained in:
parent
873358c5fb
commit
041c75e1e8
6
build.sh
6
build.sh
@ -10,8 +10,4 @@ cd docs_website
|
||||
yarn build
|
||||
cd ..
|
||||
|
||||
#rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/
|
||||
|
||||
rm -rf /root/hero/www/info/docs/{*,.*}
|
||||
|
||||
cp -rp ${script_dir}/docs_website/build/{.,}* /root/hero/www/info/docs/
|
||||
rsync -rv --delete ${script_dir}/docs_website/build/ root@info.ourworld.tf:/root/hero/www/info/docs/
|
@ -12,7 +12,6 @@ type FeatureItem = {
|
||||
const FeatureList: FeatureItem[] = [
|
||||
{ scale: 1.0,
|
||||
fill:"currentColor",
|
||||
// id: 'svgcolor',
|
||||
title: 'Part of a Worldwide Grid',
|
||||
Svg: require('@site/static/img/clouds.svg').default,
|
||||
description: (
|
||||
@ -22,7 +21,6 @@ const FeatureList: FeatureItem[] = [
|
||||
),
|
||||
},
|
||||
{ scale: 1.0,
|
||||
// id: 'svgcolor',
|
||||
fill:"currentColor",
|
||||
title: 'Get ThreeFold Nodes',
|
||||
Svg: require('@site/static/img/nodes.svg').default,
|
||||
@ -33,7 +31,6 @@ const FeatureList: FeatureItem[] = [
|
||||
),
|
||||
},
|
||||
{ scale: 1.0,
|
||||
// id: 'svgcolor',
|
||||
fill:"currentColor",
|
||||
title: 'Earn Rewards',
|
||||
Svg: require('@site/static/img/rewards.svg').default,
|
||||
@ -46,16 +43,6 @@ const FeatureList: FeatureItem[] = [
|
||||
];
|
||||
|
||||
function Feature({scale, fill, id, title, Svg, description}: FeatureItem) {
|
||||
|
||||
// Custom code to change the fill color of the Cloud Arrow Up SVG
|
||||
// depending on if user is in dark/light mode
|
||||
// const {colorMode} = useColorMode()
|
||||
// if ( id === 'svgcolor' && colorMode === 'light' ) {
|
||||
// fill = '#2a2021' // dark ThreeFold.io color
|
||||
// } else if ( id === 'svgcolor' && colorMode === 'dark') {
|
||||
// fill = '#ffffff' // white basic color
|
||||
// }
|
||||
|
||||
return (
|
||||
<div className={clsx('col col--4')}>
|
||||
<div className="text--center">
|
||||
|
Loading…
Reference in New Issue
Block a user