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.
-
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
-
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
-
Launch webserver:
cd finteh.github.io hugo server
-
Open site in your browser (default address is http://localhost:1313/).
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.