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

View File

@ -1,10 +1,9 @@
+++ +++
title = "Build your own cLan" title = "Build your own"
# The homepage contents # The homepage contents
[extra] [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 = "/docs/getting-started/introduction/"
url_button = "Learn more" url_button = "Learn more"
repo_version = "Clan v0.0.0-alpha" repo_version = "Clan v0.0.0-alpha"
@ -25,12 +24,12 @@ url = "/blog/"
weight = 20 weight = 20
[[extra.list]] [[extra.list]]
title = "Security aware" title = "Easy to use"
content = 'Write some description why.' content = 'cLan allows you create your own private network with services through a user interface'
[[extra.list]] [[extra.list]]
title = "Easy to use" title = "Open-source"
content = 'Write some description why.' content = 'All code for cLan is free and open available.'
[[extra.list]] [[extra.list]]
title = "Yet another point" title = "Yet another point"

BIN
static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB