Content on this site is licensed under the CC BY-SA 4.0 license. This means that you can use, copy, share, and modify the content on this site even for commercial purposes, provided that you:

  • credit the content and its creators by providing a link or a copy if possible
  • when requested, remove the credit of creators
  • provide a link or, if possible, a copy of the CC BY-SA 4.0 license
  • list any modifications you have made to the content
  • license the modifications under the same or a compatible CC BY-SA 4.0 license
  • do not use any digital right management tools to protect the content

More information can be found in the license code.

Content like code snippets, content external to this site, or other pages under this site that are not in this site’s repository might be under a different license than this site. Please consult the page or repository for the actual license that the content is under on that page.

Note

Logos and brands used in the content might be trademarks or registered trademarks of their respective owners. Please consult their respective guidelines for their usage. All uses are either informative use or a link to their site.

The source code is under various licenses and have SPDX expressions to mark what licenses the code is under. A bill of materials can be created by cloning the repository this site is hosted on and using the REUSE tool.

# Clone the site's repository
git clone https://github.com/wushenrong/wushenrong.github.io.git
# Change directory into the site's repository
cd wushenrong.github.io
# Create a bill of materials, make sure you have installed reuse
# Either by using pipx or your package manager
reuse spdx

The rest of this page will list dependencies to build the appearance of the site.

Generator

This site is built with Jekyll, a static site generator that helps you to create your own website, and it is the default for GitHub Pages. Jekyll licensed is under the MIT License. For additional plugins and Ruby dependencies, see the Gemfile and the _plugins folder at https://github.com/wushenrong/wushenrong.github.io.

Theme

This site uses a modified version of the minima theme. Minima is a one-size-fits-all Jekyll theme for writers, and it is licensed under the MIT License.

Math Support

This site includes CSS and fonts from KaTeX\KaTeX to render LaTeX\LaTeX math expressions, which it is under the MIT License.

Icons

Icons on this site is from Font Awesome under the Font Awesome Free License which is composed of the MIT License for the code, the Open Font License for fonts, and the CC BY 4.0 for icons. And Octicons under the MIT License.

Layout and Styles

Some layout inspiration are from Tim Coombs. Anchor links are from Jekyll Anchor Headings under the MIT License.

Some screen reader only styles are from Kitty Giraudel is licensed under the MIT License. Other styles are from the Poole theme under the MIT License, and Octicons under the MIT License.