@@ -53,21 +53,9 @@ const createVariableInjectionPlugin = variables => {
53
53
} ;
54
54
} ;
55
55
56
- const url = 'https://heronstreaming.io ' ;
56
+ const url = 'https://heron.incubator.apache.org ' ;
57
57
const baseUrl = '/' ;
58
58
59
- // List of projects/orgs using your project for the users page.
60
- const users = [
61
- {
62
- caption : 'User1' ,
63
- // You will need to prepend the image path with your baseUrl
64
- // if it is not '/', like: '/test-site/img/image.jpg'.
65
- image : '/img/undraw_open_source.svg' ,
66
- infoLink : 'https://www.facebook.com' ,
67
- pinned : true ,
68
- } ,
69
- ] ;
70
-
71
59
const siteVariables = {
72
60
} ;
73
61
@@ -76,16 +64,11 @@ const siteConfig = {
76
64
tagline : 'A realtime, distributed, fault-tolerant stream processing engine' ,
77
65
// For github.io type URLs, you would set the url and baseUrl like:
78
66
url : url ,
79
- baseUrl : '/' , // Base URL for your project */
80
- // url: 'https://facebook.github.io',
81
- // baseUrl: '/test-site/',
67
+ baseUrl : baseUrl , // Base URL for your project */
82
68
83
69
// Used for publishing and more
84
70
projectName : 'incubator-heron' ,
85
- organizationName : 'apache' ,
86
- // For top-level user or org sites, the organization is still the same.
87
- // e.g., for the https://JoelMarcey.github.io site, it would be set like...
88
- // organizationName: 'JoelMarcey'
71
+ organizationName : 'Apache' ,
89
72
90
73
// For no header links in the top nav bar -> headerLinks: [],
91
74
headerLinks : [
@@ -99,9 +82,8 @@ const siteConfig = {
99
82
// Drop down for languages
100
83
// { languages: true }
101
84
] ,
102
-
103
- // If you have users set above, you add it here:
104
- users,
85
+ // explicitly set the flag to allow for indexing of the site.
86
+ noIndex : 'false' ,
105
87
106
88
/* path to images for header/footer */
107
89
headerIcon : 'img/HeronTextLogo-small.png' ,
@@ -114,19 +96,6 @@ const siteConfig = {
114
96
secondaryColor : '#1d3f5f' ,
115
97
} ,
116
98
117
- /* Custom fonts for website */
118
- /*
119
- fonts: {
120
- myFont: [
121
- "Times New Roman",
122
- "Serif"
123
- ],
124
- myOtherFont: [
125
- "-apple-system",
126
- "system-ui"
127
- ]
128
- },
129
- */
130
99
131
100
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
132
101
copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } the Apache Software Foundation, Apache Heron, Heron,
@@ -158,16 +127,6 @@ const siteConfig = {
158
127
ogImage : 'img/undraw_online.svg' ,
159
128
twitterImage : 'img/undraw_tweetstorm.svg' ,
160
129
161
- // Show documentation's last contributor's name.
162
- // enableUpdateBy: true,
163
-
164
- // Show documentation's last update time.
165
- // enableUpdateTime: true,
166
-
167
- // You may provide arbitrary config keys to be used as needed by your
168
- // template. For example, if you need your repo's URL...
169
- // repoUrl: 'https://github.com/facebook/test-site',
170
-
171
130
markdownPlugins : [
172
131
createVariableInjectionPlugin ( siteVariables )
173
132
] ,
0 commit comments