-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0d390f
commit 8e73d40
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,31 @@ | ||
import UbuntuIndiaLogo from "@assets/UbuntuIndia.svg" | ||
import JaipurPhoto from "@assets/jaipur.jpg" | ||
|
||
export const config = { | ||
siteTitle: "UbuCon Asia 2024", | ||
blog: { | ||
rssFeedUrl: "https://blog.ubucon.asia/tags/uca24/index.xml", | ||
viewMoreUrl: "https://blog.ubucon.asia/tags/uca24" | ||
}, | ||
cityBanner: { | ||
title: "Let's meet in the pink city of innovation!", | ||
description: 'Learn about the Jaipur, India the city where UbuCon Asia 2024 will be held. And plan your trip today!', | ||
image: JaipurPhoto.src, | ||
buttons: [ | ||
{ | ||
label: 'Venue & Safety', | ||
url: '/venue-and-travel/venue-and-safety' | ||
}, | ||
{ | ||
label: 'Getting to the city', | ||
url: '/venue-and-travel/getting-to-city' | ||
}, | ||
{ | ||
label: 'Exploring the city', | ||
url: '/venue-and-travel/explore-city' | ||
}, | ||
] | ||
}, | ||
footer: { | ||
copyright: "© 2024-Present UbuCon Asia Committee. Ubuntu and Canonical are registered trademarks of Canonical Ltd. Unless otherwise noted, content licensed under CC BY 4.0 source code under MIT.", | ||
contactUs: "mailto:[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters