Skip to content

Commit 6d2249f

Browse files
committed
UI tweaks
1 parent 5069184 commit 6d2249f

File tree

5 files changed

+3
-35
lines changed

5 files changed

+3
-35
lines changed

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ highlighter: pygments
55
# Setup
66
title: NyxAI
77
tagline: 'State of the art AI tooling for image generation'
8-
description: 'Description description description'
8+
description: 'State of the art AI tooling for image generation'
99
url: https://nyxai.co/
1010
baseurl: /
1111

1212
author:
1313
name: 'NyxAI'
1414
url: https://twitter.com/nyxai_lab
1515

16-
# Custom vars
17-
version: 2.1.0
18-
1916
github:
2017
repo: https://github.com/nyx-ai/nyx-ai.github.io

_includes/sidebar.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,5 @@ <h1>
88
</h1>
99
<p class="lead">{{ site.description }}</p>
1010
</div>
11-
12-
<nav class="sidebar-nav">
13-
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a>
14-
15-
{% comment %}
16-
The code below dynamically generates a sidebar nav of pages with
17-
`layout: page` in the front-matter. See readme for usage.
18-
{% endcomment %}
19-
20-
{% assign pages_list = site.pages %}
21-
{% for node in pages_list %}
22-
{% if node.title != null %}
23-
{% if node.layout == "page" %}
24-
<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ node.url }}">{{ node.title }}</a>
25-
{% endif %}
26-
{% endif %}
27-
{% endfor %}
28-
29-
<a class="sidebar-nav-item" href="{{ site.github.repo }}/archive/v{{ site.version }}.zip">Download</a>
30-
<a class="sidebar-nav-item" href="{{ site.github.repo }}">GitHub project</a>
31-
<span class="sidebar-nav-item">Currently v{{ site.version }}</span>
32-
</nav>
33-
34-
<p>&copy; {{ site.time | date: '%Y' }}. All rights reserved.</p>
3511
</div>
3612
</div>

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% include head.html %}
55

6-
<body>
6+
<body class="theme-base-08">
77

88
{% include sidebar.html %}
99

index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ layout: page
33
title: NyxAI
44
---
55

6-
# NyxAI
7-
86
**NyxAI is a Swiss startup building state of the art tools for image generation**
97

108
**Francophone?** Cette vidéo présente notre plateforme dreamlook.ai, qui vous permets de créer des images et d'entrainer des modèles de génération d'images sur-mesure:
@@ -17,7 +15,7 @@ Our main product, dreamlook.ai, allows businesses to create images and to train
1715

1816
## Our products & research
1917

20-
### ⚡️ dreamlook.ai
18+
### dreamlook.ai
2119

2220
> Finetune Stable Diffusion in Minutes
2321
@@ -35,8 +33,6 @@ Our main product, dreamlook.ai, allows businesses to create images and to train
3533
3634
[https://nyx.gallery](https://nyx.gallery)
3735

38-
## Our research
39-
4036
### "This Food Does Not Exist"
4137

4238
> Training StyleGAN2 on TPUs in JAX

public/css/hyde.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ html {
7979
.sidebar-about h1 {
8080
color: #fff;
8181
margin-top: 0;
82-
font-family: "Abril Fatface", serif;
8382
font-size: 3.25rem;
8483
}
8584

0 commit comments

Comments
 (0)