Skip to content

gonggongjohn/ckas-website

 
 

Repository files navigation

CKAS Official Website

Official website of project CKAS, you can view the site on https://gonggongjohn.github.io/ckas-website.

Prerequisites

  • Software: Git, and Hugo. As an example of working configuration:
$ git --version
$ git version 2.30.1
$ hugo version
$ hugo v0.85.0+extended darwin/amd64
  • Hardware: At least 2 CPU cores, 8GB memory RAM.

Getting started

Make sure that you have installed Git and Hugo, in particular, you must install Hugo with its extended_0.65+ version. And then set

Steps:

  1. Clone this project
$ git clone git@github.com:gonggongjohn/ckas-website.git
  1. Go to the project folder
$ cd ckas-website
  1. Run the following command:
$ rm -r themes/academic/
$ git submodule update --init --recursive
$ hugo server

The site will be ready after a while in http://localhost:1313.

  1. Deploy to Github Pages:
$ hugo -d docs
$ git add .
$ git commit -m "Commit Message"
$ git push -u origin master

The site will be self-deployed to the target website, namely https://gonggongjohn.github.io/ckas-website.

Support

If you have any questions or feature requests, please feel free to submit an issue.

For developers, the Git is necessary, but the Hugo is not necessary if you do not want to view the site locally or generate some pages automatically, follow our Contributing Guide will undoubtedly lead you making changes to our site!

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.7%
  • HTML 14.3%