diff --git a/config.toml b/config.toml index 34286b5..fd7f859 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ base_url = "http://template.com" # Site title and description -title = "THREEFOLD" +title = "Mycelium" description = "A modern static site built with Zola and Tailwind CSS" # Whether to automatically compile all Sass files in the sass directory diff --git a/content/_index.md b/content/_index.md index fb0a22c..78944b9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,7 +4,25 @@ sort_by = "date" template = "index.html" +++ -{{ hero_img() + + +{{ hero_img( + image_src="/images/mycel_1.png", + image_alt="Mycelium Network Graphic", + title="MYCELIUM", + subtitle_1="Unleashing the Power of", + subtitle_2="Decentralized Networks", + description="Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.", + highlight="Coming Soon: New Decentralized Features", + button_text="Get Mycelium", + button_link="/download" +) }} + + + +{{ hero_right_img( + +) }} @@ -71,5 +89,3 @@ For more information, check out the [Zola documentation](https://www.getzola.org button_text="View Blog", button_link="/blog") }} - - diff --git a/static/images/mycel2.png b/static/images/mycel2.png new file mode 100644 index 0000000..6a0816e Binary files /dev/null and b/static/images/mycel2.png differ diff --git a/static/images/mycel3.png b/static/images/mycel3.png new file mode 100644 index 0000000..6630f20 Binary files /dev/null and b/static/images/mycel3.png differ diff --git a/static/images/mycel5.jpg b/static/images/mycel5.jpg new file mode 100644 index 0000000..1f8e706 Binary files /dev/null and b/static/images/mycel5.jpg differ diff --git a/static/images/mycel5.png b/static/images/mycel5.png new file mode 100644 index 0000000..b6455a6 Binary files /dev/null and b/static/images/mycel5.png differ diff --git a/templates/base.html b/templates/base.html index 160cd2a..9a09bf4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}Zola with Tailwind CSS{% endblock %} + {% block title %}Mycelium{% endblock %} diff --git a/templates/shortcodes/hero_img.html b/templates/shortcodes/hero_img.html index 50b58a7..4e1502f 100644 --- a/templates/shortcodes/hero_img.html +++ b/templates/shortcodes/hero_img.html @@ -1,28 +1,37 @@ +{% set image_src = image_src | default(value="/images/mycel_1.png") %} +{% set image_alt = image_alt | default(value="Mycelium Network Graphic") %} +{% set title = title | default(value="MYCELIUM") %} +{% set subtitle = subtitle | default(value="Unleashing the Power of Decentralized Networks") %} +{% set description = description | default(value="Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.") %} +{% set highlight = highlight | default(value="Coming Soon: New Decentralized Features") %} +{% set button_text = button_text | default(value="Get Mycelium") %} +{% set button_link = button_link | default(value="/download") %} +
- Mycelium Network Graphic + {{ image_alt }}

- MYCELIUM + {{ title }}

- Unleashing the Power of
Decentralized Networks + {{ subtitle_1 }}
{{ subtitle_2 }}

- Discover Mycelium, an end-to-end encrypted IPv6 overlay network. The future of secure, efficient, and scalable networking.

- Coming Soon: New Decentralized Features + {{ description }}

+ {{ highlight }}

diff --git a/templates/shortcodes/hero_right_img.html b/templates/shortcodes/hero_right_img.html new file mode 100644 index 0000000..77f4468 --- /dev/null +++ b/templates/shortcodes/hero_right_img.html @@ -0,0 +1,33 @@ + + +
+
+ +
+
+

ABOUT

+

Discover Mycelium

+

+ Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning.

Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds. +

+ + +
+
+ Mobile App Screenshot +
+ +
+
+
+