costapy/config/globalvar.py

46 lines
1.0 KiB
Python
Raw Normal View History

2024-06-05 23:27:52 +07:00
title = "CostaPy"
2023-10-24 20:37:32 +07:00
2024-06-05 23:27:52 +07:00
menu = {
2023-11-04 19:12:11 +07:00
"public": {
2024-06-05 23:27:52 +07:00
"navbar": [
2023-11-04 19:12:11 +07:00
{
"name":"Home",
2024-06-05 23:27:52 +07:00
"target":"_self",
2023-11-04 19:12:11 +07:00
"href":"/",
"roles":["guest"]
},
{
2024-06-05 23:27:52 +07:00
"name":"About",
"target":"_self",
"href":"/about",
2023-11-04 19:12:11 +07:00
"roles":["guest"]
},
{
2024-06-05 23:27:52 +07:00
"name":"Docs",
"target":"_blank",
2024-05-12 02:18:32 +07:00
"href":"https://costapy.ditaajipratama.net",
2023-11-04 19:12:11 +07:00
"roles":["guest"]
}
2025-05-30 15:14:42 +07:00
],
"footer": [
{
"name":"Privacy",
"target":"_self",
"href":"/privacy"
},
{
"name":"Terms",
"target":"_self",
"href":"/terms"
},
{
"name":"Contact",
"target":"_self",
"href":"/contact"
}
2023-11-04 19:12:11 +07:00
]
2023-10-24 20:37:32 +07:00
}
2023-11-04 19:12:11 +07:00
}
2024-06-05 23:27:52 +07:00
copyright = "Copyright (C) 2022 Dita Aji Pratama"