Skip to content

Commit 3807d0b

Browse files
committed
Update website for Release 1.0.0 (3)
1 parent d68988a commit 3807d0b

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

web/landingpage/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl : "/"
1+
baseurl : ""
22

33
#page title
44
page_title : Swift Community App # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.

web/landingpage/_pages/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@ include_in_header: true
99
<br>
1010

1111
### `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+
1219
# **Version 1.0.0 (2) - Alpha**
1320
This is the first public pre-release of Swift Community app. Please send any feedbacks to via [twitter](https://twitter.com/swift_community)

web/landingpage/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
bundle exec jekyll build production

web/landingpage/serve.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
bundle exec jekyll serve

0 commit comments

Comments
 (0)