Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _config.yml
  • Loading branch information
mireille-raad authored Mar 16, 2020
commit 97c921e9f62bc73bb5042b2780647ee6bec476b4
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

title: "RustPython"
description: "An open source Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://mireille-raad.github.io/rustpython.github.io" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "/rustpython.github.io" # the subpath of your site, e.g. /blog
url: "https://mireille-raad.github.io" # the base hostname & protocol for your site, e.g. http://example.com
github_username: RustPython
disclaimer: "The disclaimer not to use this in production. Update this in the config.yml file at the root."
github: https://github.com/RustPython/RustPython/
Expand Down