-
Notifications
You must be signed in to change notification settings - Fork 11
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
7dd795b
commit c5a8078
Showing
4 changed files
with
252 additions
and
9 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,9 +1,19 @@ | ||
import UbuntuIndiaLogo from "./UbuntuIndia.svg" | ||
|
||
export const config = { | ||
siteTitle: "UbuCon Asia 2024", | ||
blog:{ | ||
rssFeedUrl:"https://blog.ubucon.asia/tags/ubucon/index.xml", | ||
blog: { | ||
rssFeedUrl: "https://blog.ubucon.asia/tags/ubucon/index.xml", | ||
viewMoreUrl: "https://blog.ubucon.asia/" | ||
}, | ||
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]", | ||
srcRepoUrl: "https://github.com/ubucon-asia/2024.ubucon.asia", | ||
organizers: [ | ||
{ name: "Ubuntu India", logoImage: UbuntuIndiaLogo.src, link: "https://www.ubucon.asia" } | ||
] | ||
}, | ||
navigation: [ | ||
{ | ||
label: 'About', | ||
|
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
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