NOTE: Vidify has been archived. Read more here.
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.
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
insideparams.langsList
andlanguages
. - Translate the terms in
i18n/LANG.toml
. - Translate the main page content in
data/LANG/*.yaml
. - Translate the files at
content/LANG/*/*.md
(thecontent/LANG/blog/_index.md
file is important, but the rest incontent/LANG/blog/*.md
are optional).
Make sure the site still builds correctly after your changes, and make a new pull request.
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.