diff --git a/README.md b/README.md new file mode 100644 index 0000000..34fbc02 --- /dev/null +++ b/README.md @@ -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 +``` diff --git a/config.yaml b/config.yaml index 35c0fa1..2a944ca 100644 --- a/config.yaml +++ b/config.yaml @@ -2,4 +2,3 @@ baseURL: "https://wiki.cafe/" languageCode: "en-us" title: "Wiki Cafe" theme: "PaperMod" - diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..93dbb49 --- /dev/null +++ b/content/_index.md @@ -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. + diff --git a/content/pages/co-op.md b/content/pages/co-op.md new file mode 100644 index 0000000..94c857f --- /dev/null +++ b/content/pages/co-op.md @@ -0,0 +1,6 @@ +--- +title: "Co Op" +date: 2022-02-14T22:03:26-05:00 +draft: true +--- + diff --git a/content/pages/fedwiki_service.md b/content/pages/fedwiki_service.md new file mode 100644 index 0000000..8b89b29 --- /dev/null +++ b/content/pages/fedwiki_service.md @@ -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. diff --git a/content/pages/welcome.md b/content/pages/welcome.md deleted file mode 100644 index 4de6c86..0000000 --- a/content/pages/welcome.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Welcome" -date: 2021-09-11T16:08:39-04:00 -draft: false ---- - diff --git a/content/pages/wiki_education.md b/content/pages/wiki_education.md new file mode 100644 index 0000000..0103991 --- /dev/null +++ b/content/pages/wiki_education.md @@ -0,0 +1,6 @@ +--- +title: "Wiki_education" +date: 2022-02-14T22:02:42-05:00 +draft: true +--- + diff --git a/public/404.html b/public/404.html index 17c0cec..9e836fa 100644 --- a/public/404.html +++ b/public/404.html @@ -10,7 +10,7 @@ - + @@ -18,7 +18,7 @@ - +