Skip to content

tyssjhx/loongsonlab.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website for the Loongson Lab

Deployed at https://loongsonlab.github.io/.

The setup is modified from https://cmudig.github.io. Thanks to Data Interaction Group at CMU.

Run

Install Jekyll dependencies with bundle. To start this page, run bundle exec jekyll serve --livereload.

Run with Docker

docker run \
  --rm
  --volume="$PWD:/srv/jekyll" \
  -p 4000:4000 -p 35729:35729 \
  -it jekyll/jekyll \
  jekyll serve --livereload

Add Content

To add specific content, follow the README guides in the corresponding directories:

Some hints.

Also, this is a multi-language website. So you will need to create Markdown files for each language. If you only have the energy to maintain one language, then please DO NOT create "another language" file. The site will redirect other languages pages to the maintained language pages automatically.

General Header

layout: default (Please not modified)
permalink: /
lang: zh/en (Language)
construct: true (Page under construction, optional)
info: (Information bar, optional)
  - ...
  - ...
warning: (Warning bar, optional)
  - ...
  - ...

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • HTML 8.1%
  • Other 1.0%