Giter Club home page Giter Club logo

website's Introduction

website

Brief Introduction

Website is openGauss community contents management system base on Hugo framework, Universal Theme for Hugo theme and Hugo Book theme, maintained by this project maintainers, which publish on https://opengauss.org. Now we are under developing. you are welcome to join us.

Installation

  1. Build Image
docker build -t website:v0.0.1 .
  1. Running in container
docker run -p 80:80 -d website:v0.0.1 > web.pid

The website will serving on http://your-server-ip:80

  1. Stopping the container
docker rm -f `cat web.pid` && rm -f web.pid

Debug

  1. Install Hugo
curl -L https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_0.56.3_Linux-64bit.tar.gz | tar -xz && \
chmod +x hugo && mv hugo /usr/local/bin/
  1. Run Hugo
hugo serve --bind 0.0.0.0 --port 80 --baseUrl /

The website will serving on http://your-server-ip:80, any change will take effect here.

Contribution

  1. Fork the repository
  2. Create Feature_xxx branch
  3. Commit your code
  4. Create Pull Request

Please refer to CONTRIBUTING for more guide.

Get Help

website's People

Contributors

edisonxiang avatar hello-wangpeiheng avatar password-hand avatar thexiong avatar vinothv84 avatar xiangxingyong avatar zhangxb1993 avatar zhongjun2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.