diff --git a/src/_data/navigation.yml b/src/_data/navigation.yml index 930fa03..e9d26a2 100644 --- a/src/_data/navigation.yml +++ b/src/_data/navigation.yml @@ -5,7 +5,9 @@ main: url: "#documentation" - title: "Contribute" url: "#contribute" - - title: "Blog" + - title: "News" url: "#blog" - title: "About" url: "#about" + - title: "Fork me" + url: "https://code.lafs.eval.latfa.net/tahoe-lafs/web-landing-page/" diff --git a/src/assets/images/overview.jpg b/src/assets/images/overview.jpg new file mode 100644 index 0000000..2937011 Binary files /dev/null and b/src/assets/images/overview.jpg differ diff --git a/src/assets/images/overview.png b/src/assets/images/overview.png deleted file mode 100644 index 759cd62..0000000 Binary files a/src/assets/images/overview.png and /dev/null differ diff --git a/src/index.html b/src/index.html index 66e8f22..2a79505 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ --- -title: "Tahoe-LAFS" +title: "Welcome The Least-Authority File Store" layout: splash author_profile: false header: @@ -15,9 +15,10 @@ excerpt: "Tahoe-LAFS is a Free and Open decentralized cloud storage system. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security." documentation: - - title: "Welcome The Least-Authority File Store" + - title: "Read Some Nice Docs" documentation_list: - - image_path: /assets/images/overview.png + - image_path: /assets/images/overview.jpg + image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)" alt: "overview" title: "Overview" excerpt: "A one-page summary explains the unique properties of this system." @@ -36,7 +37,7 @@ documentation_list: image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)" alt: "wiki" title: "Wiki" - excerpt: "FAQ and other Wiki pages" + excerpt: "FAQ and other Wiki pages.

" url: "https://tahoe-lafs.org/trac/tahoe-lafs/wiki/FAQ" btn_label: "Read More" btn_class: "btn--primary" @@ -48,7 +49,7 @@ contribute_list: image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)" alt: "mailing" title: "Mailing list" - excerpt: "Join the tahoe-dev mailing list." + excerpt: "Join the tahoe-dev mailing list.



" url: "https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev" btn_label: "Subscribe" btn_class: "btn--primary" @@ -56,7 +57,7 @@ contribute_list: image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)" alt: "messaging" title: "Instant messaging" - excerpt: "Join the **#tahoe-lafs** channel on [Libera](https://libera.chat/) or [Matrix](https://app.element.io/#/room/#tahoe-lafs:libera.chat)." + excerpt: "Join the **#tahoe-lafs** channel on [Libera](https://libera.chat/) or [Matrix](https://app.element.io/#/room/#tahoe-lafs:libera.chat).


" url: "https://libera.chat/" btn_label: "Chat" btn_class: "btn--primary"