Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

public
public/
resources/
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
MIT License

Copyright (c) 2020-2024 Thulite
Copyright (c) 2018 The Python Packaging Authority

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# InftyAI

The homepage for InftyAI, please visit our website https://InftyAI.com.
The homepage for InftyAI, please visit our website https://InftyAI.com.

## How to Run

To run the website locally, you can use the following command:

```bash
npm run dev
```
Binary file modified assets/favicon.ico
Binary file not shown.
Binary file removed assets/images/llmaz/arch.png
Binary file not shown.
Binary file removed assets/images/llmaz/logo.png
Binary file not shown.
Binary file removed assets/images/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions assets/scss/common/_custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Put your custom SCSS code here
3 changes: 2 additions & 1 deletion assets/scss/common/_variables-custom.scss
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
$primary: #F2A884;
// Put your custom SCSS variables here
$primary: #F2A884;
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enableEmoji = true
enableGitInfo = false
enableRobotsTXT = true
languageCode = "en-US"
paginate = 10
pagerSize = 10
rssLimit = 10
summarylength = 20 # 70 (default)

Expand Down
2 changes: 1 addition & 1 deletion config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[en.params]
languageISO = "EN"
languageTag = "en-US"
# footer = 'Brought to you by <a class="text-muted" href="https://thulite.io/">Thulite</a>'
# footer = 'Brought to you by <a class="text-muted" href="https://thulite.io/">Thulite</a>'
alertText = '<a class="alert-link stretched-link fw-normal" href="/blog/example-post/">Doks version 1.0 just shipped!</a>'

[de]
Expand Down
40 changes: 25 additions & 15 deletions config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,36 @@
identifier = "lorem"
url = "/tutorial/lorem/"

[[main]]
# name = "Docs"
# url = "/docs/guides/example-guide/"
# url = "/docs/1.0/prologue/introduction/"
# weight = 10
# [[main]]
# name = "docs"
# url = "/docs/guides/example-guide/"
# # url = "/docs/1.0/prologue/introduction/"
# weight = 10

[[main]]
name = "Blog"
url = "/blog/"
weight = 30

# [[social]]
# name = "Discord"
# pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-discord" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l.975 1.923a11.913 11.913 0 0 1 4.053 0l.972 -1.923c1.5 .16 3.043 .485 4.5 1.5c2 5.667 2.167 9.833 1.5 11.5c-.667 1.333 -2 3 -3.5 3c-.5 0 -2 -2 -2 -3"></path><path d="M7 16.5c3.5 1 6.5 1 10 0"></path></svg>'
# url = "https://getdoks.org/chat"
# weight = 20

[[social]]
name = "GitHub"
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5"></path></svg>'
url = "https://github.com/InftyAI"
post = "v0.1.0"
weight = 30
weight = 10


[[social]]
name = "X"
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>'
url = "https://x.com/InftyAI"
weight = 40
weight = 20

[[social]]
name = "Discord"
pre = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-discord" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0"></path><path d="M8.5 17c0 1 -1.356 3 -1.832 3c-1.429 0 -2.698 -1.667 -3.333 -3c-.635 -1.667 -.476 -5.833 1.428 -11.5c1.388 -1.015 2.782 -1.34 4.237 -1.5l.975 1.923a11.913 11.913 0 0 1 4.053 0l.972 -1.923c1.5 .16 3.043 .485 4.5 1.5c2 5.667 2.167 9.833 1.5 11.5c-.667 1.333 -2 3 -3.5 3c-.5 0 -2 -2 -2 -3"></path><path d="M7 16.5c3.5 1 6.5 1 10 0"></path></svg>'
url = "https://discord.gg/zDxyApef"
weight = 30

# [[sidebar_docs]]
# name = "Guides"
Expand All @@ -74,10 +75,19 @@
# weight = 30

[[footer]]
name = "Powered by Hugo and Doks. Copyright © 2025 InftyAI."
# url = "/privacy/"
name = "Copyright © 2025 InftyAI."
weight = 10

# [[footer]]
# name = "Privacy Policy"
# url = "/privacy/"
# weight = 10

# [[footer]]
# name = "Privacy Policy"
# url = "/privacy/"
# weight = 10

# [[footer]]
# name = "Terms of Service"
# url = "/terms/"
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus/menus.nl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
[[social]]
name = "GitHub"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-github\"><path d=\"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22\"></path></svg>"
url = "https://github.com/h-enk/doks"
url = "https://github.com/InftyAI"
post = "v0.1.0"
weight = 10

[[social]]
name = "X"
pre = "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-twitter\"><path d=\"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z\"></path></svg>"
url = "https://twitter.com/getdoks"
url = "https://x.com/InftyAI"
weight = 20

# [[footer]]
Expand Down
6 changes: 3 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mainSections = ["docs"]
# Doks (@thulite/doks-core)
[doks]
# Color mode
colorMode = "auto" # auto (default), light or dark
colorMode = "light" # auto (default), light or dark
colorModeToggler = true # true (default) or false (this setting is only relevant when colorMode = auto)

# Navbar
Expand Down Expand Up @@ -59,7 +59,7 @@ mainSections = ["docs"]
docsVersion = "1.0"

# UX
headerBar = true # true (default) or false
headerBar = false # true (default) or false
backgroundDots = true # true (default) or false

# Homepage
Expand Down Expand Up @@ -123,7 +123,7 @@ mainSections = ["docs"]
[seo.favicons]
sizes = []
icon = "favicon.png" # favicon.png (default)
svgIcon = "favicon.svg" # favicon.svg (default)
svgIcon = "favicon.png" # favicon.svg (default)
maskIcon = "mask-icon.svg" # mask-icon.svg (default)
maskIconColor = "white" # white (default)
[seo.schemas]
Expand Down
2 changes: 1 addition & 1 deletion config/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const autoprefixer = require('autoprefixer');
const purgecss = require('@fullhuman/postcss-purgecss');
const purgecss = require('@fullhuman/postcss-purgecss').default;
const whitelister = require('purgecss-whitelister');

module.exports = {
Expand Down
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "Exploring the ∞ possibilities of AI"
# description: "Exploring the ∞ possibilities of AI"
# lead: "Exploring the ∞ possibilities of AI"
description: ""
# lead: ""
date: 2023-09-07T16:33:54+02:00
lastmod: 2023-09-07T16:33:54+02:00
draft: false
seo:
title: "InftyAI ∞" # custom title (optional)
description: "Exploring the ∞ possibilities of AI" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
robots: "" # custom robot tags (optional)
---
2 changes: 1 addition & 1 deletion content/blog/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
robots: "" # custom robot tags (optional)
---
15 changes: 0 additions & 15 deletions content/docs/_index.md

This file was deleted.

15 changes: 0 additions & 15 deletions content/docs/guides/_index.md

This file was deleted.

21 changes: 0 additions & 21 deletions content/docs/guides/example.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/docs/reference/_index.md

This file was deleted.

21 changes: 0 additions & 21 deletions content/docs/reference/example.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/docs/resources.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
robots: "" # custom robot tags (optional)
---
Loading
Loading