vidify / vidify.org-source

The Hugo source files for vidify.org

Home Page:https://vidify.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: Vidify has been archived. Read more here.

Vidify's website

Languages: English | Español | 简体中文

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.

About

The Hugo source files for vidify.org

https://vidify.org

License:GNU Lesser General Public License v3.0


Languages

Language:CSS 67.0%Language:HTML 27.8%Language:JavaScript 4.9%Language:Shell 0.2%