Skip to content

Commit 1c09c65

Browse files
authored
Merge pull request #7 from openfedem/adjust-logo
Replace new FEDEM logo with cropped version
2 parents 4d093d1 + 2a633a3 commit 1c09c65

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![Build home page](https://github.com/openfedem/openfedem.org/actions/workflows/build-website.yml/badge.svg)](https://github.com/openfedem/openfedem.org/actions/workflows/build-website.yml)
2+
23
[<img alt="Deployed with FTP Deploy Action" src="https://img.shields.io/badge/Deployed With-FTP DEPLOY ACTION-%3CCOLOR%3E?style=for-the-badge&color=2b9348">](https://github.com/SamKirkland/FTP-Deploy-Action)
34

45
# Open FEDEM Website
@@ -76,8 +77,11 @@ Publishing new website content can only be performed using the OpenFEDEM website
7677

7778
Build a local static version with `mkdocs build`.
7879
This will create or update a `site` directory where all the files to be pushed to the web server are located.
79-
This can be done from [one.com](https://www.one.com)'s file browser, alternatively using SFTP.
80-
Visit `one.com`'s user guide for more information.
80+
This can be done manually from [one.com](https://www.one.com)'s file browser, alternatively using FTP.
81+
Visit one.com's [User guide](https://help.one.com/hc/en-us/categories/360002171437-Hosting) for more information.
82+
83+
The github action [Build home page](https://github.com/openfedem/openfedem.org/actions/workflows/build-website.yml)
84+
will do this automatically whenever an update is pushed to the main branch of this repository.
8185

8286
## Contact
8387

docs/images/FEDEM-logo-new-low.jpg

-119 KB
Binary file not shown.

docs/images/FEDEM-logo-new.png

180 KB
Loading

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
site_name: OpenFEDEM
55
site_url: https://openfedem.org/
6-
repo_url: https://github.com/openfedem/
6+
repo_url: https://github.com/openfedem/fedem-gui/
77

88
nav:
99
- Welcome: index.md
@@ -36,7 +36,7 @@ nav:
3636
- Partner area: partner_area.md
3737

3838
theme:
39-
logo: images/FEDEM-logo-new-low.jpg
39+
logo: images/FEDEM-logo-new.png
4040
features:
4141
#- navigation.tabs
4242
#- navigation.tabs.sticky
@@ -71,4 +71,4 @@ markdown_extensions:
7171
- footnotes
7272

7373
extra_css:
74-
- css/custom.css
74+
- css/custom.css

0 commit comments

Comments
 (0)