Toward the minimal mockup
Jekyll / jekyll (pull_request) Failing after 23s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-15 12:54:30 +01:00
parent 9355581508
commit 0100ebd4be
15 changed files with 129 additions and 30 deletions

View File

@ -30,7 +30,7 @@ incremental: false
#theme: minima #theme: minima
theme: minimal-mistakes-jekyll theme: minimal-mistakes-jekyll
minimal_mistakes_skin: dirt # Out of "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise" minimal_mistakes_skin: default # Out of "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum" "sunrise"
logo: "/assets/images/logo_199x300.png" logo: "/assets/images/logo_199x300.png"
locale: "en-US" locale: "en-US"

View File

@ -1,20 +1,127 @@
.initial-content { body {
background: url(../images/pattern-1.png) repeat left top; font-family: system-ui;
} }
form { .page__hero--overlay {
background-color: transparent; padding-left: 10em;
padding: 0em; padding-right: 10em;
} }
td { .page__hero--overlay .page__title {
border-bottom: 10px; color: #000;
text-shadow: unset;
} }
.pagination--pager.disabled { .page__hero--overlay .page__lead {
background-color: #e9dcbe; color: #000;
text-shadow: unset;
} }
.pagination--pager { .btn {
background-color: #e9dcbe; font-family: sans-serif;
font-weight: bold;
font-variant-caps: all-small-caps;
border-radius: 58px;
}
.page__hero--overlay .btn {
background-color: #fff;
color: #0075a2;
text-shadow: unset;
}
.page__hero--overlay .btn:hover {
background-color: #777;
color: #fff;
}
#main {
padding-left: 5em;
padding-right: 5em;
}
#documentation .feature__wrapper {
display: flex;
margin-bottom: auto;
}
.feature__item {
background-color: #eee;
}
.feature__item .archive__item-title {
text-align: center;
}
.feature__item .archive__item-body {
padding-left: 0.5em;
padding-right: 0.5em;
}
.feature__item .archive__item-teaser img {
width: initial;
display: block;
margin-left: auto;
margin-right: auto;
}
.feature__item .btn {
background-color: #0075a2;
color: #fff;
}
.feature__item .btn:hover {
background-color: #777;
color: #fff;
}
#contribute .feature__wrapper {
display: flex;
margin-bottom: auto;
}
#blog {
margin-top: 2em;
background-color: #eee;
}
.entries-grid {
background-color: #eee;
display: flex;
margin-bottom: auto;
padding-left: 2em;
padding-right: 2em;
}
.grid__item {
background-color: #ccc;
}
.grid__item .archive__item-title {
text-align: center;
}
.grid__item .archive__item-excerpt {
padding-left: 0.5em;
padding-right: 0.5em;
}
.grid__item .archive__item-teaser {
max-height: 150px;
min-height: 150px;
}
.grid__item .grid__item-teaser img {
width: initial;
display: block;
margin-left: auto;
margin-right: auto;
}
#about {
background-color: #fff;
}
.page__footer {
background-color: #eeeeee;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

BIN
src/assets/images/code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

BIN
src/assets/images/wiki.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -3,37 +3,32 @@ title: "Welcome <i>The</i> Least-Authority File Store"
layout: splash layout: splash
author_profile: false author_profile: false
header: header:
overlay_color: "#000" overlay_color: "#ccc"
overlay_filter: "0.4"
overlay_image: /assets/images/overlay.jpg
actions: actions:
- label: "Download" - label: "Download"
url: "https://tahoe-lafs.org/downloads" url: "https://tahoe-lafs.org/downloads"
caption: "Photo credit: [**Unsplash**](https://unsplash.com)" excerpt: >-
excerpt: "Tahoe-LAFS is a Free and Open decentralized cloud storage system. Tahoe-LAFS is a Free and Open decentralized cloud storage system.
It distributes your data across multiple servers.<br/> It distributes your data across multiple servers.<br/>
Even if some of the servers fail or are taken over by an attacker, 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." the entire file store continues to function correctly, preserving your privacy and security.
documentation: documentation:
- title: "Read Some Nice Docs" - title: "Read Some Nice Docs"
documentation_list: documentation_list:
- image_path: /assets/images/overview.jpg - image_path: /assets/images/overview.png
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "overview" alt: "overview"
title: "Overview" title: "Overview"
excerpt: ' excerpt: '
This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system
' '
- image_path: /assets/images/manual.jpg - image_path: /assets/images/manual.png
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "manual" alt: "manual"
title: "Manual" title: "Manual"
excerpt: '<ul> excerpt: '<ul>
<li><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></li> <li><a href="https://tahoe-lafs.readthedocs.io/en/latest/Installation/install-tahoe.html">Installation Instructions</a></li>
<li><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></li> <li><a href="http://tahoe-lafs.readthedocs.org/">Tahoe-LAFS Manual</a></li>
</ul>' </ul>'
- image_path: /assets/images/wiki.jpg - image_path: /assets/images/wiki.png
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "wiki" alt: "wiki"
title: "Wiki" title: "Wiki"
excerpt: '<ul> excerpt: '<ul>
@ -44,8 +39,7 @@ contribute:
- title: "Get Involved" - title: "Get Involved"
excerpt: "" excerpt: ""
contribute_list: contribute_list:
- image_path: /assets/images/messaging.jpg - image_path: /assets/images/discussions.png
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "discussions" alt: "discussions"
title: "Discussions" title: "Discussions"
excerpt: '<ul> excerpt: '<ul>
@ -56,16 +50,14 @@ contribute_list:
<li>First of the month for project governance</li> <li>First of the month for project governance</li>
<li>Others for technical discussions</li> <li>Others for technical discussions</li>
</ul>' </ul>'
- image_path: /assets/images/tickets.jpg - image_path: /assets/images/issues.png
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "issues" alt: "issues"
title: "Issues" title: "Issues"
excerpt: '<ul> excerpt: '<ul>
<li>Visit the <a href="https://code.lafs.eval.latfa.net/tahoe-lafs/trac/issues"><b>issue</b></a> tracker</li> <li>Visit the <a href="https://code.lafs.eval.latfa.net/tahoe-lafs/trac/issues"><b>issue</b></a> tracker</li>
<li>Register an <a href="https://code.lafs.eval.latfa.net/user/sign_up"><b>account</b></a> to interact</li> <li>Register an <a href="https://code.lafs.eval.latfa.net/user/sign_up"><b>account</b></a> to interact</li>
</ul>' </ul>'
- image_path: /assets/images/code.jpg - image_path: /assets/images/code.png
image_caption: "Image courtesy of [Unsplash](https://unsplash.com/)"
alt: "code" alt: "code"
title: "Code" title: "Code"
excerpt: '<ul> excerpt: '<ul>