add a logo

This commit is contained in:
Jörg Thalheim 2023-07-05 16:02:14 +02:00
parent 90379bc3e5
commit 6945dec585
3 changed files with 10 additions and 11 deletions

View File

@ -67,7 +67,7 @@ timezone = "America/New_York"
# Edit page on reposity or not
edit_page = false
docs_repo = "https://git.clan.lol/Mic92/adidoks"
docs_repo = "https://git.clan.lol/clan/clan-docs"
repo_branch = "main"
## Math settings
@ -80,7 +80,7 @@ library = "katex" # options: "katex", "mathjax". default is "katex".
[extra.open]
enable = true
# this image will be used as fallback if a page has no image of its own
image = "doks.png"
image = "logo.png"
og_locale = "en_US"
twitter_site = ""
twitter_creator = ""
@ -90,10 +90,10 @@ facebook_publisher = ""
## JSON-LD
[extra.schema]
type = "Organization"
logo = "logo-doks.png"
logo = "logo.png"
twitter = ""
linked_in = ""
github = "https://github.com/aaranxu"
github = "https://git.clan.lol"
section = "blog" # see config.extra.main~url
## Sitelinks Search Box
site_links_search_box = false

View File

@ -1,10 +1,9 @@
+++
title = "Build your own cLan"
title = "Build your own"
# The homepage contents
[extra]
lead = '<b>cLan</b> envisions a new model for a decentralized network, designed to provide families, smaller groups, and small businesses a platform thats private, secure, and user-friendly.'
lead = '<img src="/logo.png" width="100px" height="100px" alt="cLan logo"></img> <br><b>cLan</b> envisions a new model for a decentralized network, designed to provide families, smaller groups, and small businesses a platform thats private, secure, and user-friendly. '
url = "/docs/getting-started/introduction/"
url_button = "Learn more"
repo_version = "Clan v0.0.0-alpha"
@ -25,12 +24,12 @@ url = "/blog/"
weight = 20
[[extra.list]]
title = "Security aware"
content = 'Write some description why.'
title = "Easy to use"
content = 'cLan allows you create your own private network with services through a user interface'
[[extra.list]]
title = "Easy to use"
content = 'Write some description why.'
title = "Open-source"
content = 'All code for cLan is free and open available.'
[[extra.list]]
title = "Yet another point"

BIN
static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB