generated from LNA-DEV/README-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
128 lines (121 loc) · 4.15 KB
/
hugo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
baseURL: https://fedodo.org
languageCode: en-us
title: Fedodo
module:
imports:
path: github.com/Fedodo/Fedodo.HomePage.Theme
disableKinds:
- taxonomy
- taxonomyTerm
markup:
goldmark:
renderer:
unsafe: true # Allows you to write raw html in your md files
params:
openGraph: true
description: This is the home page for the Fedodo social network.
navbarlogo:
image: logos/Fedodo Circle.svg
link: /
width: 50
font:
name: "Open Sans"
sizes: [ 400,600 ]
hero:
title: One Social-Media platform for all your needs
subtitle: ⚠️ I unfortunately paused the development of Fedodo. In this blog post I explained in detail why I did that. ⚠️
buttontext: To the post
buttonlink: https://lna-dev.net/en/posts/projects/whathappenedtofedodo/
image: Fedodo.svg
navbar:
- title: Assets
url: /assets
- title: Features
url: /features
- title: Sponsor
url: https://patreon.com/Fedodo
- title: GitHub
url: https://github.com/Fedodo
- title: Docs
url: https://docs.fedodo.org
- title: Host Server
url: /comingsoon
- title: Find Server
url: /comingsoon
button: true
section1:
title: Get Started
# subtitle: As a
tiles:
- title: As an user
icon: mouse-globe
text: Learn how to get started as an user.
url: /comingsoon
buttonText: Get started
- title: As an admin
icon: laptop-cloud
text: Learn how to host your own Fedodo server.
url: /comingsoon
buttonText: Get started
- title: As a developer
icon: plug-cloud
text: Learn how to build apps for Fedodo.
url: /comingsoon
buttonText: Get started
section2:
title: What are the key features of Fedodo?
# subtitle: And we know it
features:
# Icon (from /images/illustrations/icons/___.svg)
- title: Modularity. Extensibility. Customizability.
text: "The modular design of Fedodo allows developers and server hosters to add new components on the server side as well as completely change the user interface.
You can even build completely new user interfaces which the Fedodo developers never thought about. Everything is possible!"
icon: pen-solid
- title: One Server. One Account.
text: "Today you need to have a lot of accounts to enjoy all social networks. With ActivityPub you can communicate with everyone. That is awesome but now you have a lot of accounts as well.
One for pictures, one for text, one for messages... Fedodo changes that. You now only need to have one account. An Fedodo account. Fedodo provides you with different user interfaces but the server stays the same.
So you can enjoy all your social networks from one place."
icon: server-solid
- title: Modern Technologies
text: "Fedodo is build with modern technologies from the ground up. It uses an Micro-Service-Architecture and fits into modern environments."
icon: microchip-solid
footer:
logo: Fedodo Circle Dark.svg
socialmediatitle: Follow Us
socialmedia:
- link: https://github.com/Fedodo
icon: fa-brands fa-github
- link: https://mastodon.social/@Fedodo
icon: fa-brands fa-mastodon
quicklinks:
column1:
title: "Fedodo"
links:
- text: Discover features
link: /features
- text: Our roadmap
link: https://github.com/orgs/Fedodo/projects/1/views/3
- text: Code of Conduct
link: /codeofconduct
- text: Contributing Guidelines
link: /contribute
column2:
title: "Docs"
links:
- text: Home
link: https://docs.fedodo.org
- text: Get started
link: /comingsoon
- text: User guides
link: /comingsoon
- text: Admin guide
link: /comingsoon
- text: Developers
link: /comingsoon
column3:
title: Legal
links:
- text: Legal Details
link: /legal/legaldetails
- text: Privacy Policy
link: /legal/privacypolicy