Skip to content

Commit

Permalink
Update title and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pral2a committed Jan 27, 2023
1 parent fad7ce0 commit 82e8450
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@ Python3 Virtual Env (recommended):

`pip install -r requirements.txt`

_In Windows if it fails use `pip install -r requirements.txt --user` instead._

### Edit

`mkdocs serve --livereload`

_In Windows if it fails use `python -m mkdocs serve --livereload` instead._

### Deploy

`mkdocs gh-deploy`
Deploy is done by default via Github Action. See `/.github/workflows/main.yml`.

For custom installations you can use `mkdocs gh-deploy`.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Fab Lab BCN Knowledge Hub
site_name: FLB Knowledge Hub
site_description: Fab Lab Barcelona Knowledge Hub
site_author: Fab Lab Team
site_url: https://knowledge.fablabbcn.org
Expand Down

0 comments on commit 82e8450

Please sign in to comment.