Skip to content

Implemented a fully functional news page#121

Open
Rohan-Ver-ma wants to merge 1 commit intoeclipse-sw360:mainfrom
Rohan-Ver-ma:Rohan-Ver-ma/#17/added-news-section
Open

Implemented a fully functional news page#121
Rohan-Ver-ma wants to merge 1 commit intoeclipse-sw360:mainfrom
Rohan-Ver-ma:Rohan-Ver-ma/#17/added-news-section

Conversation

@Rohan-Ver-ma
Copy link
Contributor

@Rohan-Ver-ma Rohan-Ver-ma commented Mar 29, 2025

Fixes #17

Integrated a dedicated News section into the navigation menu.

Here's the corresponding implementation in the source code.

sw360.website/
├── content/               
│   ├── en/                
│   │   ├── news/          
│   │   │   ├── 2022/      
│   │   │   ├── 2023/      
│   │   │   ├── 2024/      
│   │   │   ├── _index.md  
├── layouts/               
│   ├── news/              
│   │   ├── baseof.html    
│   │   ├── baseof.print.html  
│   │   ├── content.html   
│   │   ├── list.html      
│   │   ├── section.print.html  
│   │   ├── single.html    

Adding a news article is easy—just create a markdown file and place it in the relevant folder(news/).

Attached are images and a video showcasing the implementation.

Eclipse SW360 - Google Chrome 25-03-2025 23_54_40

Eclipse SW360 - Google Chrome 25-03-2025 23_58_49

Eclipse SW360 - Google Chrome 26-03-2025 00_01_34

2025-03-26.00-11-59.-.Trim.mp4

@Rohan-Ver-ma
Copy link
Contributor Author

Rohan-Ver-ma commented Mar 29, 2025

@heliocastro @GMishx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

News page for upcoming events or new releases

1 participant