Skip to content

HaibinLai/File.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HPC Lab

build with mkdocs

The website is building in the following commands.

  1. Install mkdocs and material theme that support the website
pip install mkdocs mkdocs-material
  1. modify the website blogs in /docs. write markdown blogs.

If we want to add new page to the website, go to /mkdocs.yml and set up nav part

  1. building the website

Now we can compile the markdown into html formula. Use the following commman:

mkdocs build

This will form a /site folder that display the site.

we can check our website's appearance:

mkdocs serve
  1. Uploading and deploy on github

Just use the following command:

mkdocs gh-deploy --clean

More info

https://blog.csdn.net/qq_41261251/article/details/116021097

https://www.cnblogs.com/chinjinyu/p/17610438.html

https://squidfunk.github.io/mkdocs-material/

https://www.mkdocs.org/

About

My personal file storage system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published