Felixnoo / of-website

OpenFunction Website

Home Page:https://openfunction.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFunction Website

This project uses Hugo and Hugo template Docsy to build the OpenFunction website.

Contribute

Contributions of any kind are welcome!

Fork and clone the repository

  1. Fork the repository.

  2. Run the following commands to clone your fork and enter into it. Make sure you replace <Your GitHub ID> with your GitHub ID.

    git clone https://github.com/<Your GitHub ID>/website.git
    cd website
    

Build and preview the website

You have to install Hugo to build the website in order to preview it as static content.

Install Hugo extended

Go to the Hugo releases page and download the hugo_extended version that suits your OS (version 0.75+).

EXTENDED version is MANDATORY to properly build the static content!

Note: If you install Hugo on Windows, you need to add environment variables for the .exe file of Hugo. Run hugo version to check if the installation is successful.

Running the website locally

After you install Hugo, run the following command:

hugo server

Now you can preview the website in your browser at http://localhost:1313/.

Open a pull request

Open a pull request (PR) to contribute to our website. Use DCO sign-off when you submit a PR by running the command below (add -s):

git commit -s -m "xxx"

About

OpenFunction Website

https://openfunction.dev

License:Apache License 2.0


Languages

Language:CSS 45.5%Language:JavaScript 35.3%Language:HTML 12.9%Language:SCSS 6.1%Language:Shell 0.2%Language:Dockerfile 0.0%