initial build of the site
This commit is contained in:
52
data/menu.toml
Normal file
52
data/menu.toml
Normal file
@@ -0,0 +1,52 @@
|
||||
[[entries]]
|
||||
title = "Open Source Makeover"
|
||||
|
||||
[[entries.entries]]
|
||||
title = "A collection of great open source SaaS applications. Most happen to be available from Federated Computer."
|
||||
|
||||
[[entries.entries]]
|
||||
title = "Federated Computer Cloud"
|
||||
url = "https://federated.computer"
|
||||
|
||||
[[entries.entries]]
|
||||
title = "Federated Computer Enterprise"
|
||||
url = "https://enterprise.federated.computer"
|
||||
|
||||
|
||||
[[entries]]
|
||||
title = "Here's what we like..."
|
||||
|
||||
[entries.post_list]
|
||||
limit = 5
|
||||
show_more = true
|
||||
show_more_text = "See archive..."
|
||||
show_more_url = "posts"
|
||||
|
||||
[[entries]]
|
||||
title = "Posts by category..."
|
||||
|
||||
[entries.post_list]
|
||||
section = "posts"
|
||||
show_more = true
|
||||
show_more_text = "See more posts..."
|
||||
show_more_url = "posts"
|
||||
|
||||
[[entries]]
|
||||
title = "Get your RSS"
|
||||
url = "index.xml"
|
||||
|
||||
[[entries]]
|
||||
title = "Here's a listing of all the SaaS we've talked about so far..."
|
||||
|
||||
[[entries.entries]]
|
||||
title = "Office Productivity"
|
||||
|
||||
[[entries.entries.entries]]
|
||||
title = "Nextcloud"
|
||||
url = "https://nextcloud.com"
|
||||
|
||||
[[entries]]
|
||||
title = "PRO TIP"
|
||||
entries = [
|
||||
{ title = "Open source changes your life! There's an open source option for everything!" }
|
||||
]
|
||||
Reference in New Issue
Block a user