...
This commit is contained in:
59
build.sh
59
build.sh
@@ -1,57 +1,10 @@
|
|||||||
echo "Starting build..."
|
#!/bin/bash
|
||||||
|
set -ex
|
||||||
|
|
||||||
SOURCE=${BASH_SOURCE[0]}
|
export BASE="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
DIR_OF_THIS_SCRIPT="$( dirname "$SOURCE" )"
|
cd "${BASE}"
|
||||||
ABS_DIR_OF_SCRIPT="$( realpath $DIR_OF_THIS_SCRIPT )"
|
|
||||||
|
|
||||||
# TODO: Check if current version is latest to avoid redundant installation
|
|
||||||
if [[ -f "tailwindcss" ]]
|
|
||||||
then
|
|
||||||
rm tailwindcss
|
|
||||||
fi
|
|
||||||
|
|
||||||
# checks os and architecture for correct release
|
|
||||||
# https://stackoverflow.com/a/8597411
|
|
||||||
echo "Download tailwind..."
|
|
||||||
ASSET="tailwindcss"
|
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|
||||||
ASSET="$ASSET-linux"
|
|
||||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|
||||||
ASSET="$ASSET-macos"
|
|
||||||
fi
|
|
||||||
if [[ "$(uname -m)" == "x86_64"* ]]; then
|
|
||||||
ASSET="$ASSET-x64"
|
|
||||||
elif [[ "$(uname -m)" == "arm64"* ]]; then
|
|
||||||
ASSET="$ASSET-arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}"
|
|
||||||
|
|
||||||
# Check if the download size is greater than 20MB
|
|
||||||
if [[ $(stat -c%s "$ASSET") -lt 20000000 ]]; then
|
|
||||||
echo "Error: Downloaded file size is less than 20MB, download not ok."
|
|
||||||
echo "Download url was:$ASSET"
|
|
||||||
rm "$ASSET"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
chmod +x $ASSET
|
|
||||||
mv $ASSET tailwindcss
|
|
||||||
|
|
||||||
|
|
||||||
# initialized and configures tailwind if not configured
|
source env.sh
|
||||||
echo "Initializing tailwind..."
|
|
||||||
if [[ ! -f "tailwind.config.js" ]]
|
|
||||||
then
|
|
||||||
./tailwindcss init
|
|
||||||
sed -i '' "s| content: \\[\\],| content: \\['./templates/**/*.html'\\],|g" tailwind.config.js
|
|
||||||
fi
|
|
||||||
|
|
||||||
# compiles tailwind css for prod & builds project
|
zola serve
|
||||||
echo "Compiling tailwindcss and building zola project..."
|
|
||||||
rm -rf public static/css
|
|
||||||
./tailwindcss -i css/index.css -o ./static/css/index.css --minify
|
|
||||||
zola --root $ABS_DIR_OF_SCRIPT build
|
|
||||||
|
|
||||||
open public/index.html
|
|
||||||
@@ -22,7 +22,7 @@ extra:
|
|||||||
|
|
||||||
## **Self-Healing Data, Network, and Cloud Platform**
|
## **Self-Healing Data, Network, and Cloud Platform**
|
||||||
|
|
||||||
Imagine a system which can scale to a planetary level, is compatible with AI, Cloud, Web2, Web3 and Edge IT workloads, has the potential to recover from unforeseen events, provides 100% uptime, and allows any machine and human to communicate over the shortest, most direct path.
|
Imagine a system which can scale to a planetary level, is compatible with AI, Cloud, Web2, Web3 and Edge IT workloads, has the potential to recover from unforeseen events, capable to provide 100% uptime, and allows any machine and human to communicate over the shortest, most direct path.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -32,8 +32,6 @@ Imagine a system which can scale to a planetary level, is compatible with AI, Cl
|
|||||||
|||
|
|||
|
||||||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
@@ -65,7 +63,7 @@ Imagine a system which can scale to a planetary level, is compatible with AI, Cl
|
|||||||
## **Proven by a global community**
|
## **Proven by a global community**
|
||||||
|
|
||||||
|
|
||||||
With ThreeFold, individuals, organizations, communities, countries, and network states deploy their own<br>sovereign infrastructure. The ThreeFold Grid has been live and operational since 2017.
|
With ThreeFold, individuals, organizations, communities, countries, and network states deploy their own<br>sovereign infrastructure. Our Proof of Concept Network with 50,000 vCPUs is live and operational.
|
||||||
|
|
||||||
**Version 3.14 is live on Mainnet**
|
**Version 3.14 is live on Mainnet**
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<div class="mx-auto max-w-2xl lg:max-w-none">
|
<div class="mx-auto max-w-2xl lg:max-w-none">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight text-white ">A Global Community</h2>
|
<h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight text-white ">A Global Community</h2>
|
||||||
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-xl text-lg font-light text-gray-200 fade-in">With ThreeFold, individuals, organizations, communities, countries, and network states deploy their own sovereign infrastructure. The ThreeFold Grid has been live and operational since 2017.</p>
|
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-xl text-lg font-light text-gray-200 fade-in">With ThreeFold, individuals, organizations, communities, countries, and network states have the potential to deploy their own sovereign infrastructure. Our Proof of Concept Network with 56,000 vCPUs is operational for years.</p>
|
||||||
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-xl text-lg font-light text-gray-200 fade-in">Version 3.15 is live on Mainnet.</p>
|
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-xl text-lg font-light text-gray-200 fade-in">Version 3.15 is live on Mainnet.</p>
|
||||||
</div>
|
</div>
|
||||||
<dl class="mt-16 grid grid-cols-1 gap-2 overflow-hidden rounded-2xl text-center sm:grid-cols-2 lg:grid-cols-4">
|
<dl class="mt-16 grid grid-cols-1 gap-2 overflow-hidden rounded-2xl text-center sm:grid-cols-2 lg:grid-cols-4">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="px-6 lg:pt-32 mt-12 pt-24 lg:pb-24 pb-12 sm:px-6 lg:px-8">
|
<div class="px-6 lg:pt-32 mt-12 pt-24 lg:pb-24 pb-12 sm:px-6 lg:px-8">
|
||||||
<div class="mx-auto max-w-4xl text-center">
|
<div class="mx-auto max-w-4xl text-center">
|
||||||
<h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-5xl fade-in">We are Building Web 4</h2>
|
<h2 class="text-balance font-normal tracking-tight text-white lg:text-6xl text-5xl fade-in">We are Building Web 4</h2>
|
||||||
<p class="mx-auto mt-8 max-w-3xl text-pretty lg:text-2xl text-xl font-light text-gray-200 fade-in">Imagine a system built to scale to a planetary level, seamlessly compatible with AI, Cloud, Web2, Web3, and Edge IT workloads. A system that is resilient to unforeseen events, provides 100% uptime, and enables any machine and human to communicate over the shortest, most direct path possible.</p>
|
<p class="mx-auto mt-8 max-w-3xl text-pretty lg:text-2xl text-xl font-light text-gray-200 fade-in">Imagine a system built to scale to a planetary level, seamlessly compatible with AI, Cloud, Web2, Web3, and Edge IT workloads. A system that is resilient to unforeseen events, capable to provide 100% uptime, and enables any machine and human to communicate over the shortest, most direct path possible.</p>
|
||||||
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-2xl text-xl font-light text-gray-200 fade-in">That's <span class="font-semibold">ThreeFold.</span></p>
|
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-2xl text-xl font-light text-gray-200 fade-in">That's <span class="font-semibold">ThreeFold.</span></p>
|
||||||
<div class="mt-12 flex items-center justify-center gap-x-6">
|
<div class="mt-12 flex items-center justify-center gap-x-6">
|
||||||
<a href="https://docs.threefold.io/" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-sm font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-offset-2">Get Started</a>
|
<a href="https://docs.threefold.io/" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-sm font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-offset-2">Get Started</a>
|
||||||
|
|||||||
Submodule www_projectmycelium_io deleted from cbe5e76842
Reference in New Issue
Block a user