Update homepage and add some other pages

This commit is contained in:
Christian Galo 2022-02-14 22:06:45 -05:00
parent 210edb60f0
commit 654d1eadaf
17 changed files with 106 additions and 40 deletions

29
README.md Normal file
View File

@ -0,0 +1,29 @@
# Wiki Cafe apex-site
The apex site is the site at https://wiki.cafe.
It's called apex site because that is the domain name terminology for the site pointing to second level domain.
## Adding content
If you just want to add content to the site add markdown files to an appropriate subdirectory in the `content` directory. New pages should go in `content/pages/`.
## Development
First, make sure you have Hugo installed
### Hugo
The site is built using Hugo, a static site generator. More information here:
https://gohugo.io/
### Work locally
Clone this repository to your computer with git.
This repository contains themes as git submodules. You will need to initialize, fetch and check out the submodules for the themes to work:
```
git submodule update --init --recursive
```

View File

@ -2,4 +2,3 @@ baseURL: "https://wiki.cafe/"
languageCode: "en-us"
title: "Wiki Cafe"
theme: "PaperMod"

14
content/_index.md Normal file
View File

@ -0,0 +1,14 @@
---
title: "Welcome"
date: 2022-02-14T16:49:02-05:00
draft: false
layout: single
hideFooter: true
hideMeta: true
disableAnchoredHeadings: true
---
**Wiki Cafe** is a **[co-op](pages/co-op)** \
that provides **[fedwiki hosting](pages/fedwiki_service)** \
and **[wiki education](pages/wiki_education)** services.

6
content/pages/co-op.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Co Op"
date: 2022-02-14T22:03:26-05:00
draft: true
---

View File

@ -0,0 +1,8 @@
---
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.

View File

@ -1,6 +0,0 @@
---
title: "Welcome"
date: 2021-09-11T16:08:39-04:00
draft: false
---

View File

@ -0,0 +1,6 @@
---
title: "Wiki_education"
date: 2022-02-14T22:02:42-05:00
draft: true
---

View File

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://wiki.cafe/404.html" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css" integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.75cded8a36cd4ccf26d25de0a4001ff6d85d17693e9ee431744de71f351e8d79.css" integrity="sha256-dc3tijbNTM8m0l3gpAAf9thdF2k&#43;nuQxdE3nHzUejXk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://wiki.cafe/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://wiki.cafe/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://wiki.cafe/favicon-32x32.png">
@ -18,7 +18,7 @@
<link rel="mask-icon" href="https://wiki.cafe/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="generator" content="Hugo 0.80.0" />
<noscript>
<style>
#theme-toggle,
@ -114,7 +114,7 @@
</main>
<footer class="footer">
<span>&copy; 2021 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>&copy; 2022 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://wiki.cafe/categories/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css" integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.75cded8a36cd4ccf26d25de0a4001ff6d85d17693e9ee431744de71f351e8d79.css" integrity="sha256-dc3tijbNTM8m0l3gpAAf9thdF2k&#43;nuQxdE3nHzUejXk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://wiki.cafe/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://wiki.cafe/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://wiki.cafe/favicon-32x32.png">
@ -18,7 +18,7 @@
<link rel="mask-icon" href="https://wiki.cafe/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="generator" content="Hugo 0.80.0" />
<link rel="alternate" type="application/rss+xml" href="https://wiki.cafe/categories/index.xml">
<noscript>
<style>
@ -120,7 +120,7 @@
</main>
<footer class="footer">
<span>&copy; 2021 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>&copy; 2022 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

View File

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://wiki.cafe/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css" integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.75cded8a36cd4ccf26d25de0a4001ff6d85d17693e9ee431744de71f351e8d79.css" integrity="sha256-dc3tijbNTM8m0l3gpAAf9thdF2k&#43;nuQxdE3nHzUejXk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://wiki.cafe/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://wiki.cafe/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://wiki.cafe/favicon-32x32.png">
@ -18,7 +18,7 @@
<link rel="mask-icon" href="https://wiki.cafe/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="generator" content="Hugo 0.80.0" />
<link rel="alternate" type="application/rss+xml" href="https://wiki.cafe/index.xml">
<noscript>
<style>
@ -124,6 +124,12 @@
</nav>
</header>
<main class="main">
<div class="post-content"><h1 id="welcome">Welcome!</h1>
<p><strong>Wiki Cafe</strong> is a <strong>multistakeholder co-op</strong><br>
that provides <strong>fedwiki hosting</strong><br>
and <strong>wiki education</strong> services.</p>
</div>
<article class="first-entry">
<header class="entry-header">
@ -138,14 +144,6 @@
</article>
</main>
<footer class="footer">
<span>&copy; 2021 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://git.io/hugopapermod" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />

View File

@ -6,7 +6,7 @@
<description>Recent content on Wiki Cafe</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 11 Sep 2021 16:08:39 -0400</lastBuildDate><atom:link href="https://wiki.cafe/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Mon, 14 Feb 2022 16:49:02 -0500</lastBuildDate><atom:link href="https://wiki.cafe/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Welcome</title>
<link>https://wiki.cafe/pages/welcome/</link>

View File

@ -10,7 +10,7 @@
<meta name="description" content="Pages - Wiki Cafe">
<meta name="author" content="">
<link rel="canonical" href="https://wiki.cafe/pages/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css" integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.75cded8a36cd4ccf26d25de0a4001ff6d85d17693e9ee431744de71f351e8d79.css" integrity="sha256-dc3tijbNTM8m0l3gpAAf9thdF2k&#43;nuQxdE3nHzUejXk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://wiki.cafe/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://wiki.cafe/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://wiki.cafe/favicon-32x32.png">
@ -18,7 +18,7 @@
<link rel="mask-icon" href="https://wiki.cafe/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="generator" content="Hugo 0.80.0" />
<link rel="alternate" type="application/rss+xml" href="https://wiki.cafe/pages/index.xml">
<noscript>
<style>
@ -144,7 +144,7 @@
</main>
<footer class="footer">
<span>&copy; 2021 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>&copy; 2022 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

View File

@ -10,8 +10,8 @@
<meta name="description" content="Welcome - Wiki Cafe">
<meta name="author" content="">
<link rel="canonical" href="https://wiki.cafe/pages/welcome/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css" integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as="style">
<script defer crossorigin="anonymous" src="/assets/js/highlight.min.7680afc38aa6b15ddf158a4f3780b7b1f7dde7e91d26f073e6229bb7a0793c92.js" integrity="sha256-doCvw4qmsV3fFYpPN4C3sffd5&#43;kdJvBz5iKbt6B5PJI="
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.75cded8a36cd4ccf26d25de0a4001ff6d85d17693e9ee431744de71f351e8d79.css" integrity="sha256-dc3tijbNTM8m0l3gpAAf9thdF2k&#43;nuQxdE3nHzUejXk=" rel="preload stylesheet" as="style">
<script defer crossorigin="anonymous" src="/assets/js/highlight.min.27cd435cc9ed6abb4b496581b151804f79f366c412620272bb94e2f5f598ebcc.js" integrity="sha256-J81DXMntartLSWWBsVGAT3nzZsQSYgJyu5Ti9fWY68w="
onload="hljs.initHighlightingOnLoad();"></script>
<link rel="icon" href="https://wiki.cafe/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://wiki.cafe/favicon-16x16.png">
@ -20,7 +20,7 @@
<link rel="mask-icon" href="https://wiki.cafe/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="generator" content="Hugo 0.80.0" />
<noscript>
<style>
#theme-toggle,
@ -181,7 +181,7 @@
</main>
<footer class="footer">
<span>&copy; 2021 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>&copy; 2022 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &

View File

@ -1,18 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://wiki.cafe/</loc>
<lastmod>2022-02-14T16:49:02-05:00</lastmod>
</url>
<url>
<loc>https://wiki.cafe/pages/</loc>
<lastmod>2021-09-11T16:08:39-04:00</lastmod>
</url><url>
</url>
<url>
<loc>https://wiki.cafe/pages/welcome/</loc>
<lastmod>2021-09-11T16:08:39-04:00</lastmod>
</url><url>
<loc>https://wiki.cafe/</loc>
<lastmod>2021-09-11T16:08:39-04:00</lastmod>
</url><url>
</url>
<url>
<loc>https://wiki.cafe/categories/</loc>
</url><url>
</url>
<url>
<loc>https://wiki.cafe/tags/</loc>
</url>
</urlset>

View File

@ -10,7 +10,7 @@
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="https://wiki.cafe/tags/" />
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.9f1d947375927e9847272b1f4e9be81336f539e513bf04d52cade31f81cad1af.css" integrity="sha256-nx2Uc3WSfphHJysfTpvoEzb1OeUTvwTVLK3jH4HK0a8=" rel="preload stylesheet" as="style">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.75cded8a36cd4ccf26d25de0a4001ff6d85d17693e9ee431744de71f351e8d79.css" integrity="sha256-dc3tijbNTM8m0l3gpAAf9thdF2k&#43;nuQxdE3nHzUejXk=" rel="preload stylesheet" as="style">
<link rel="icon" href="https://wiki.cafe/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="https://wiki.cafe/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://wiki.cafe/favicon-32x32.png">
@ -18,7 +18,7 @@
<link rel="mask-icon" href="https://wiki.cafe/safari-pinned-tab.svg">
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<meta name="generator" content="Hugo 0.86.0" />
<meta name="generator" content="Hugo 0.80.0" />
<link rel="alternate" type="application/rss+xml" href="https://wiki.cafe/tags/index.xml">
<noscript>
<style>
@ -120,7 +120,7 @@
</main>
<footer class="footer">
<span>&copy; 2021 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>&copy; 2022 <a href="https://wiki.cafe/">Wiki Cafe</a></span>
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &