Add favicon images, web manifest, and new content pages for Federated Wiki and Wiki Education
8
content/pages/co-op.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Co-op"
|
||||
date: 2022-02-14T22:03:26-05:00
|
||||
draft: false
|
||||
hideMeta: true
|
||||
---
|
||||
|
||||
Wiki Cafe is a co-operative in its early stages of formation. We value multistakeholder governance and cooperative principles in our goal to enable new ways of sharing and creating.
|
7
content/pages/federated_wiki.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 'Federated_wiki'
|
||||
date: '2025-03-20T05:19:15Z'
|
||||
draft: true
|
||||
---
|
||||
|
||||
Federated Wiki, or Fedwiki, is a tool for managing knowledge in a collaborative but decentralized way.
|
12
content/pages/fedwiki_service.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Fedwiki Service"
|
||||
date: 2022-02-14T21:42:36-05:00
|
||||
draft: false
|
||||
hideMeta: true
|
||||
---
|
||||
|
||||
Explore new ways of creating and sharing with managed Federated Wiki hosting.
|
||||
|
||||
## Access
|
||||
|
||||
The Fedwiki Service is currently under development. If you are interested in participating in the development or testing of the Fedwiki service, send an email to mail *at* wiki.cafe.
|
12
content/pages/wiki_education.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Wiki Education"
|
||||
date: 2022-02-14T22:02:42-05:00
|
||||
draft: false
|
||||
hideMeta: true
|
||||
---
|
||||
|
||||
Wiki is not just software, it's a way of thinking about thinking. We hope to share the knowledge of the wiki community through our Wiki Education resources.
|
||||
|
||||
## Access
|
||||
|
||||
The Wiki Education resources are currently under development. If you are interested in participating in the development of these resources, send an email to mail *at* wiki.cafe.
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 652 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
1
static/site.webmanifest
Normal file
@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
103
static/wc_logo_-_black_no-bg.svg
Normal file
After Width: | Height: | Size: 14 KiB |
@ -1,2 +1,2 @@
|
||||
<img src="/wc_logo_-_black_no-bg.webp" alt="Wiki Cafe Logo" class="footer-logo-img" width="128" height="128">
|
||||
<img src="/wc_logo_-_black_no-bg.svg" alt="Wiki Cafe Logo" width="128" height="128">
|
||||
<p>Copyright {{ now.Year }}. All rights reserved.</p>
|
@ -1,5 +1,9 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
@ -2,6 +2,6 @@
|
||||
<h1><a href="{{ .Site.BaseURL }}">{{ site.Title }}</a></h1>
|
||||
</div>
|
||||
<div class="header-right">
|
||||
<a href="https://console.wiki.cafe">Sign in</a>
|
||||
<a href="https://cloud.wiki.cafe">Sign in</a>
|
||||
</div>
|
||||
<!-- {{ partial "menu.html" (dict "menuID" "main" "page" .) }} -->
|
||||
|