Skip to content

Commit

Permalink
Move pelican config to the project root
Browse files Browse the repository at this point in the history
Change-Id: I332c8cc50a75c7691ea887ced0acc89b3e71c7d6
  • Loading branch information
TristanCacqueray committed Oct 28, 2024
1 parent 72e3256 commit d50c88c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches: ["master"]
workflow_dispatch:
defaults:
run:
working-directory: "website"
jobs:
deploy:
uses: "getpelican/pelican/.github/workflows/github_pages.yml@main"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Add .rst file to the website/content/ folder and run git review.
Test locally using:

```sh
cd website
pelican content
```

Expand Down
4 changes: 2 additions & 2 deletions website/pelicanconf.py → pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
SITENAME = u'Software Factory'
SITEURL = 'https://www.softwarefactory-project.io'

PATH = 'content'
THEME = 'themes/pelican-bootstrap3'
PATH = 'website/content'
THEME = 'website/themes/pelican-bootstrap3'
SITELOGO = 'images/SoftwareFactory-logo.svg'
SITELOGO_SIZE = '20px'
BOOTSTRAP_NAVBAR_INVERSE = 'True'
Expand Down
File renamed without changes.

0 comments on commit d50c88c

Please sign in to comment.