Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jan 8, 2019
1 parent 47e191e commit abb5c34
Show file tree
Hide file tree
Showing 20 changed files with 6,876 additions and 212 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ serve:
hugo server \
--buildDrafts \
--buildFuture \
--bind 0.0.0.0 \
--disableFastRender

production-build:
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $colors: mergeColorMaps(("twitter-blue": ($twitter-blue, $white)), $colors)
+touch
margin-bottom: 2rem

.is-cncf-logo
.brought-to-you-by
+logo(40, 60)
margin-top: 2.5rem

Expand Down
33 changes: 20 additions & 13 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "TiKV"
title = "RustCon Asia 2019"
baseURL = "https://tikv.org"
languageCode = "en-us"
pygmentsCodeFences = true
Expand All @@ -7,14 +7,20 @@ disableKinds = ["taxonomy", "taxonomyTerm"]

[params]
favicon = "favicon.png"
googleAnalyticsId = "UA-130734531-1"
googleAnalyticsId = "TODO"

[params.versions]
latest = "2.1"
[params.dates]
start = "1 April"
end = "2 April"
year = "2019"

[params.location]
name = "TODO"
address = "TODO"

[params.description]
brief = "A distributed transactional key-value database"
long = "Based on the design of [Google Spanner](https://ai.google/research/pubs/pub39966) and [HBase](https://hbase.apache.org), but simpler to manage and without dependencies on any distributed filesystem"
brief = "Beijing"
long = "Join us for the first Rust Conference in Asia!"

[params.fonts]
sansserif = "Titillium Web"
Expand All @@ -24,24 +30,25 @@ monospace = "Inconsolata"
white = "img/logos/horizontal/white/tikv-horizontal-white.png"
color = "img/logos/horizontal/color/tikv-horizontal-color.png"
black = "img/logos/horizontal/black/tikv-horizontal-black.png"
cncf = "img/logos/cncf-color.png"
pingcap = "img/logos/pingcap.png"
baidu = "img/logos/baidu.png"
nervos = "img/logos/nervos.png"

[params.assets]
fontAwesomeVersion = "5.3.1"
js = ["jquery-3.3.1", "anchor", "app"]
css = ["syntax"]

[params.socialmedia]
twitter = "tikvproject"
github = "https://github.com/tikv/tikv"
github = "https://github.com/rustcon-asia/beijing-2019"

[[params.home.buttons]]
text = "Overview"
link = "/docs"
text = "Tickets"
link = "/tickets"

[[params.home.buttons]]
text = "Concepts and architecture"
link = "/docs/architecture"
text = "Call for Proposals"
link = "/cfp"

[[params.home.buttons]]
text = "Blog"
Expand Down
19 changes: 19 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: About
---

In 2018 several members of the Rust community in China began talking: Europe, North America, and now South America have their own community conferences.

## What about Asia?

Founding organizers from Nervos and PingCAP knew that something must be done. Later, our friends from Baidu X-lab offered their help. With the support & assistance of the Rust team itself, as well as the RustFest Europe team, a conference began to take shape.

## RustCon Asia

> Asia has a long history of Rust use.
**People in Asia are using Rust.** With a 'Rust China Community' group on Wechat of over 300 users and other Rust centric learning groups (some with over 80 members), we wanted to connect with other Rust communities across Asia, & Worldwide.

**Companies in Asia are using Rust.** PingCAP, based in Beijing, was one of the first production users of Rust in the (now CNCF) project [TiKV](http://tikv.org/). Nervos is using Rust to build next trust layers in [Cryptape](https://www.cryptape.com/#/). Baidu X-Lab is using Rust to build a more secure Linux with their [MesaLock](https://github.com/mesalock-linux/) project.

We can accomplish more, and do better, together. So let us gather our voices together at RustCon Asia.
7 changes: 0 additions & 7 deletions content/adopters.md

This file was deleted.

32 changes: 32 additions & 0 deletions content/blog/hello-asia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Hello Asia"
date: 2019-01-08
author: Ana, RustCon Team
---

Today we are very proud to announce RustCon Asia {{< param "dates.year" >}}, happening {{< param "dates.start" >}} to {{< param "dates.end" >}} at {{< param "location.name" >}} in Beijing, China. The conference will span two days, including 1 day of talks and 1 day of workshops.

<!--more-->

We chose Beijing to host this conference because it makes the most sense. All of our organizers are based in China, and we are most familiar with the Chinese community. We hope to make the conference annual, and we hope to have it migrate between places to ensure everyone can access the event.

While we're still organizing the final details, you can expect the following things from us:

* A space to meet new friends, new or old.
* English and Chinese talks. Live transcription will be available on-site, so you'll be able to follow along even if you don't speak both languages.
* Hands-on workshops (not transcribed).
* A blind CFP process, mirroring that of Rust LatAm, Rust Belt Rust and RustFest, to ensure a high quality of content.
* Members of organizations using Rust in production like Mozilla, Nervos, and PingCAP.
* An open, inviting atmosphere where everyone is welcome.
* A team that wants to make sure you can access the event. Contact us ([email protected]) for help.
* A chance to explore Beijing with new & old friends.

You can propose a talk or workshop here:

// TODO

You can buy earlybird tickets here:

// TODO

RustCon Asia is organized by members of PingCAP (makers of TiKV), Nervos (makers of Cryptape), and Baidu X-Lab (makers of Mesalock Linux). For some of us, it's our first time organizing an event like this. So please give us constructive feedback if you see something wrong.
51 changes: 0 additions & 51 deletions content/blog/tikv-2.1-more-raft-less-hotspots.md

This file was deleted.

44 changes: 0 additions & 44 deletions content/blog/tikv-2.1ga-release-notes.md

This file was deleted.

38 changes: 0 additions & 38 deletions data/adopters.yaml

This file was deleted.

32 changes: 22 additions & 10 deletions data/features.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
- name: Geo-replication
description: TiKV uses the [Raft](https://raft.github.io/) consensus algorithm and the [Placement Driver](/docs/architecture#placement-driver) to support geo-replication.
icon: fa-globe
- name: Horizontal scalability
description: With the [Placement Driver](/docs/architecture#placement-driver) and carefully designed Raft groups, TiKV excels in horizontal scalability and can easily scale to 100+ terabytes of data.
- name: All Skill Levels
description: |
Our content will be catered towards having something for all of our attendees.
From never ran `cargo` to core committer.
icon: fa-ruler-horizontal
- name: Consistent distributed transactions
description: Similar to Google's [Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions.
icon: fa-align-center
- name: Coprocessor support
description: Similar to [Hbase](https://hbase.apache.org), TiKV implements a coprocessor framework to support distributed computing.
- name: Local Connections
description: |
Get a chance to meet with other Rust users in your area and learn how they're using Rust.
Need a job, an employee? We want to help.
icon: fa-microchip
- name: Global Reach
description: |
We invite speakers from both Asia & worldwide to share with us in either Chinese or English.
Live translation will be available.
icon: fa-align-center
- name: Warm & Welcoming
description: |
As the Rust community has shown, a diverse set of attendees creates a better event.
We follow the [Berlin Code of Conduct](https://berlincodeofconduct.org/) for this event.
icon: fa-globe
9 changes: 9 additions & 0 deletions data/organizers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- name: Baidu X-Lab
url: http://xlab.baidu.com/en/
logo: img/logos/baidu.png
- name: Nervos
url: https://www.nervos.org/
logo: img/logos/nervos.png
- name: PingCAP
url: https://pingcap.com/
logo: img/logos/pingcap.png
15 changes: 11 additions & 4 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
{{- $longDesc := .Site.Params.description.long | markdownify }}
{{- $buttons := .Site.Params.home.buttons }}
{{- $logo := .Site.Params.logos.color | relURL }}
{{- $cncfLogo := .Site.Params.logos.cncf | relURL }}
{{- $orga := .Site.Data.organizers }}
{{- $baiduLogo := .Site.Params.logos.baidu | relURL }}
{{- $nervosLogo := .Site.Params.logos.nervos | relURL }}
{{- $features := .Site.Data.features }}
<section class="hero is-medium is-light">
<div class="hero-body">
<div class="container has-text-centered">
<img class="is-home-logo" src="{{ $logo }}" alt="Main TiKV logo">
<img class="is-home-logo" src="{{ $logo }}" alt="Main RustCon Asia logo">

<br />

Expand Down Expand Up @@ -74,10 +76,15 @@
<section class="section">
<div class="container has-text-centered">
<p class="title is-size-4 is-size-5-mobile">
TiKV is a <a>Cloud Native Computing Foundation</a> member project
A Rust Community conference organized by a team from Nervos, PingCAP, and Baidu X-Lab.
</p>

<img class="image is-cncf-logo" src="{{ $cncfLogo }}" alt="Cloud Native Computing Foundation logo">
<div class="columns level">
{{- range $orga }}
<div class="column level">
<a href="{{ .url }}"><img class="image" src="{{ .logo }}" alt="{{ .name }}"></div></a>
{{- end}}
</div>
</div>
</section>
{{ end }}
Loading

0 comments on commit abb5c34

Please sign in to comment.