-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathSiteConfig.js
46 lines (45 loc) · 2.41 KB
/
SiteConfig.js
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
module.exports = {
siteTitle: "Kumlaude", // Site title.
siteTitleAlt: "Cumlaude Ilmu Komputer", // Alternative site title for SEO.
siteLogo: "/logos/logo-1024.png", // Logo used for SEO and manifest.
siteUrl: "https://fajarnuha.github.io", // Domain of your website without pathPrefix.
pathPrefix: "/kumlaude", // Prefixes all links. For cases when deployed to example.github.io/gatsby-material-starter/.
siteDescription: "Your guide to become a great computer scientist", // Website description used for RSS feeds/meta description tag.
siteRss: "/rss.xml", // Path to the RSS file.
siteFBAppID: "1825356251115265", // FB Application ID for using app insights
siteGATrackingID: "UA-91065425-2", // Tracking code ID for google analytics.
disqusShortname: "https-vagr9k-github-io-gatsby-material-starter", // Disqus shortname.
postDefaultCategoryID: "Tech", // Default category for posts.
userName: "Kumlaude User", // Username to display in the author segment.
userTwitter: "", // Optionally renders "Follow Me" in the UserInfo segment.
userLocation: "South Pole, Earth", // User location to display in the author segment.
userAvatar: "https://api.adorable.io/avatars/150/test.png", // User avatar to display in the author segment.
userDescription: "Website ini memberikan segala informasi yang harapannya akan membantumu untuk menjadi cumlaude ilmu komputer. Informasi yang ada di website ini adalah kumpulan kontribusi mahasiswa-mahasiswa ilmu komputer yang di evaluasi oleh orang-orang terpercaya. Secara umum website ini memberikan informasi berdasarkan mata kuliah yang ada di ilkomp, di dalamnya, terdapat catatan, uts, uas, dan mungkin tips-tips terselubung!. Selamat belajar!",
// Links to social profiles/projects you want to display in the author segment/navigation bar.
copyright: "Copyright 2017 Kumlaude",
userLinks: [
{
label: "GitHub",
url: "https://github.com/fajarnuha/kumlaude",
iconClassName: "fa fa-github"
},
{
label: "Twitter",
url: "https://twitter.com/fajarnuha",
iconClassName: "fa fa-twitter"
},
{
label: "Email",
url: "mailto:fajarunuha@gmail.com",
iconClassName: "fa fa-envelope"
}
],
developers: [
{
login: "Fajar",
contributions: "Developer",
html_url: "https://www.linkedin.com/in/fajar-ulin-nuha-3b44a3104/",
avatar_url: "https://avatars3.githubusercontent.com/u/15099703?v=4"
}
]
};