Skip to content

PKU-OS/pku-os.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKU Operating System Course Website

This repo contains the source code for the main page of PKU Operating System Course website.

How to use

In each new semester, you need to add one entry in the index.md under the Offerings title and create a new website under the guidance in this repo.

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

Running Locally

This website is written using Jekyll Bootstrap with some modifications to improve support for github pages.

Install rvm: https://rvm.io/

Install Ruby 2.2.0:

rvm install 2.2.0

Clone this repo:

git clone git@github.com:PKU-OS/PKU-OS.github.io.git

In the repo directory, run:

gem install bundler
bundle install

Finally, serve the project locally with:

jekyll serve

This will start the local Jekyll server at http://localhost:4000.

Releases

No releases published

Packages

No packages published