Skip to content

Commit 123828b

Browse files
committed
correct template use
1 parent e27e971 commit 123828b

File tree

6 files changed

+8
-54
lines changed

6 files changed

+8
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm run build:dev
4949
5. Start the local server with live reload:
5050

5151
```bash
52-
npm start
52+
npm run dev:start
5353
```
5454

5555
## Other npm commands for working with a local instance

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ social_links:
2626
linkedin: "https://www.linkedin.com/company/fodydev/"
2727
mastodon: ""
2828
pinterest: ""
29-
rss: "https://fodydev.org/index.xml"
29+
rss: ""
3030
slack: ""
3131
stackoverflow: ""
3232
threads: ""

content/en/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Dot Org Theme Demo
3-
description: This is the demo site for Dot Org Theme. The title description and images front matter is required for meta og content.
2+
title: Home
3+
description: FodyDev is an opensource organization who wants to promote the building of opensource technologies to valorize the African culture.
44
showHeader: false
55
---
66

7-
# FodyDev is an opensource organization who wants to promote the building of opensource technologies to valorize the African culture. We believe that, in working openly we can have archieve more.
7+
# This file is used to pass params to the index/home.

content/fr/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2+
title: Acceuil
3+
description: FodyDev est une organisation open source qui souhaite encourager le développement de technologies libres pour valoriser la culture africaine.
24
showHeader: false
35
---
46

5-
# FodyDev est une organisation open source qui souhaite encourager le développement de technologies libres pour valoriser la culture africaine. Nous croyons qu’en travaillant de manière ouverte, nous pouvons accomplir plus.
7+
# This file is used to pass params to the index/home.

layouts/_default/rss.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

layouts/rss.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)