Skip to content

Commit 4778c45

Browse files
authored
Merge pull request #14 from equilaterus/dev
Improvements (WIP)
2 parents d97ec0a + 76e15b4 commit 4778c45

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

config.yaml

+14-19
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ params:
5454
ShowSponsors: false
5555
IncludeStars: true
5656
NavbarSizeClass: max-w-screen-xl # max-w-full
57+
DisableStayUptodate: false
58+
59+
GeneralHtmlClass: dark # Set to dark and DisableThemeToggle to run theme in dark mode by default
60+
DisableThemeToggle: true
5761

5862
title_description: "Empowering programmers"
5963
callToAction: Open Source
@@ -63,23 +67,22 @@ params:
6367
og_image: /images/tailbliss-cover.png
6468
moto: "Empowering creators"
6569
description: "We build technology for videogame creation, maximizing exploration and innovation capabilities for small and medium sized teams."
66-
DisableThemeToggle: true
67-
DisableStayUptodate: false
6870

69-
p1:
71+
details:
7072
heading: "About us"
7173
image: "/game-2.png"
7274
content:
7375
- text: "We are a team of experienced programmers and creatives that believe in technology as an empowerment mechanism."
7476
- text: "Our Mission is to empower creative people using software as a foundation, allowing everyone to take on high risk projects without compromising quality or artistic vision."
7577
- text: "Because of that, we decided to build hand-made technology focused on simplifying development workflows and share almost all of our code with the world."
76-
p2:
78+
moreDetails:
7779
heading: "Hand-made solutions for game developers"
7880
image: "/geppetto-ai.png"
7981
content:
8082
- text: "We believe that programming is about solving real problems, that is why our code is rocksolid while being fast and easy to understand. Our team has worked on different platforms, engines and toolkits including Unity an Unreal Engine."
81-
- text: "With that experience, we have started our journey of building a C powered game engine. Stay tunned for upcoming updates."
82-
p3:
83+
- text: "With that experience, we have started our journey of building a C powered game engine."
84+
- text: "Stay tunned for upcoming updates."
85+
sponsors:
8386
heading: "Backed by world-renowned investors"
8487
content:
8588
- text: "Sagittis scelerisque nulla cursus in enim consectetur quam. Dictum urna sed consectetur neque tristique pellentesque. Blandit amet, sed aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vitae ut. Amet vitae fames senectus vitae."
@@ -95,10 +98,10 @@ params:
9598
- identifier: d
9699
- identifier: e
97100
- identifier: f
98-
p4:
101+
fromTheBlog:
99102
heading: "From the blog"
100103
content:
101-
- text: "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsa libero labore natus atque, ducimus sed."
104+
- text: "News, releases and devlogs."
102105

103106
stayUpToDate:
104107
heading: "Stay Up to Date"
@@ -176,22 +179,14 @@ menu:
176179
url: "#"
177180
weight: 30
178181
footer:
179-
- identifier: about
180-
name: About
181-
url: /about/
182+
- identifier: home
183+
name: Home
184+
url: /
182185
weight: 10
183186
- identifier: blog
184187
name: Blog
185188
url: /categories/blog/
186189
weight: 20
187-
- identifier: news
188-
name: News
189-
url: /categories/news/
190-
weight: 30
191-
- identifier: prose
192-
name: Prose
193-
url: /prose/
194-
weight: 40
195190
- identifier: contact
196191
name: Contact
197192
url: /contact/

static/site.webmanifest

-1
This file was deleted.

0 commit comments

Comments
 (0)