File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
- baseurl : " / "
1
+ baseurl : " "
2
2
3
3
# page title
4
4
page_title : Swift Community App # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
Original file line number Diff line number Diff line change @@ -9,5 +9,12 @@ include_in_header: true
9
9
<br >
10
10
11
11
### ` Pre-release `
12
+
13
+ # ** Version 1.0.0 (3) - Alpha**
14
+ - [ Add arabic localisation] ( https://github.com/superarcswift/SwiftCommunity/pull/141 )
15
+ - [ Fix crash when hitting more/reset] ( https://github.com/superarcswift/SwiftCommunity/pull/139 )
16
+ - [ Add custom transition for conferences] ( https://github.com/superarcswift/SwiftCommunity/pull/135 )
17
+ - [ Add swift-algorithm-club] ( https://github.com/superarcswift/SwiftCommunity/pull/122 )
18
+
12
19
# ** Version 1.0.0 (2) - Alpha**
13
20
This is the first public pre-release of Swift Community app. Please send any feedbacks to via [ twitter] ( https://twitter.com/swift_community )
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ bundle exec jekyll build production
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+
3
+ bundle exec jekyll serve
You can’t perform that action at this time.
0 commit comments