rootwork / qoti.org

Queer on the Inside

Home Page:https://qoti.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QOTI is Queer on the Inside prisoner solidarity.

QOTI is created with the static site generator Hugo.

Local development

Generating the site for production

hugo -D

The static site is rendered in the public directory.

Note that this is excluded from the repo in .gitignore, so this is just to see what it will look like. Use a GitHub Action to generate the site online.

Fresh installation

Go

Hugo

This repo

  • git clone git@github.com:rootwork/qoti.org.git
  • cd qoti.org
  • git submodule update --init --recursive

Updating dependencies

Go

Hugo

  • Check version: hugo version
  • sudo rm -rf /usr/local/bin/hugo
  • Reinstall following the instructions above.

License

The content of the site, located in the hugo/content directory only, is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

The source code used to format and display that content is licensed under the GNU General Public License v3.0, as noted in the LICENSE file.

About

Queer on the Inside

https://qoti.org

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%