Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jul 30, 2024
1 parent a7a646b commit 2f2971c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ To tailor this template to your specific project, you need to:
- [`docs/_config.yml`](docs/_config.yml):
- Replace `Title` with the actual title for the project website.
- Replace `Description` with the actual description for the project website.
- Replace `https://username.github.io/LeanProject/` with the actual URL for the project website.
- Replace `username/LeanProject` with the actual GitHub repository.
- Replace `https://pitmonticone.github.io/LeanProject/` with the actual URL for the project website.
- Replace `pitmonticone/LeanProject` with the actual GitHub repository.
- [`docs/index.md`](docs/index.md): Customise the content of the project website.
- [`Project`](Project): Rename the folder to match your actual project name.
- [`Project/Example.lean`](Project/Example.lean): Remove it and replace it with your actual project code.
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ title: Title
#email: [email protected]
description: Description
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://username.github.io/LeanProject/" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://pitmonticone.github.io/LeanProject/" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username:
github_username:
repository: username/LeanProject
repository: pitmonticone/LeanProject

# Build settings
remote_theme: pages-themes/[email protected]
Expand Down

0 comments on commit 2f2971c

Please sign in to comment.