Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

vidify/vidify.org-source

Repository files navigation

NOTE: Vidify has been archived. Read more here.

Vidify's website

This repository contains the source code for vidify.org.

It's a static site generated with Hugo, and based on the Navigator Hugo theme. You can find the built files at vidify/vidify.org.

Contributing

Any contribution is welcome! If you want to help translate the site to more languages, you'll have to follow the following steps:

  • Create an entry in config.yaml inside params.langsList and languages.
  • Translate the terms in i18n/LANG.toml.
  • Translate the main page content in data/LANG/*.yaml.
  • Translate the files at content/LANG/*/*.md (the content/LANG/blog/_index.md file is important, but the rest in content/LANG/blog/*.md are optional).

Make sure the site still builds correctly after your changes, and make a new pull request.

Building

You can build the website with hugo. All the static files will be saved into the public/ directory. If you want to use live-reload, you can use hugo server -D and open http://localhost:1313/.

The deploy.sh script is intended to be used to publish new changes to the site, as it will modify the vidify/vidify.org repo.