Skip to content

finteh/finteh.github.io

Repository files navigation

finteh.github.io

github pages

This is the repository of finteh.org.

You are now on the default source branch, which is a Hugo project. Website itself is hosted by Github Pages from the root of the master branch, which has an independent history of commits deployed automatically by github pages workflow with each push in the source branch.

Installation and launch

  1. Install Hugo.

    If you're on Debian or Ubuntu the recommended option is installing snap package:

    snap install hugo

    If you don't have snap pre-installed, install it:

    sudo apt update
    sudo apt install snapd
  2. Clone the repository:

    git clone --recurse-submodules git@github.com:finteh/finteh.github.io.git

    If you don't have SSH keys associated with your GitHub account then clone via HTTPS:

    git clone --recurse-submodules https://github.com/finteh/finteh.github.io.git
  3. Launch webserver:

    cd finteh.github.io
    hugo server
  4. Open site in your browser (default address is http://localhost:1313/).

Contributing

Work from the source branch, don't use the master branch for contributions, only for hosting.

You can change data used to build site in configuration files in the data/ folder and static content in the static/ folder. You can also change theme in the themes/somrat/ folder, which is a separate repository.

Refer to Hugo documentation for more information.