From fd2e25c4c88e5774f1760ae5b8f0c08f88cbd3b8 Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 8 Jul 2022 14:13:05 -0700 Subject: [PATCH 1/2] Basic site without typos --- Gemfile.lock | 1 + _config.yml | 2 +- _posts/2022-06-29-welcome-to-jekyll.markdown | 29 -------------------- about.markdown | 7 ----- index.markdown | 2 +- 5 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 _posts/2022-06-29-welcome-to-jekyll.markdown delete mode 100644 about.markdown diff --git a/Gemfile.lock b/Gemfile.lock index 65875c4..9a203a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,6 +66,7 @@ GEM unicode-display_width (1.8.0) PLATFORMS + universal-darwin-21 x86_64-linux DEPENDENCIES diff --git a/_config.yml b/_config.yml index ead4ccf..13ce439 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: The bittide project email: bittide-org@google.com description: >- # this means to ignore newlines until "baseurl:" - bittide is simply awesome! + bittide loves synchronous computing baseurl: "" # the subpath of your site, e.g. /blog url: "https://www.bittide.io" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/_posts/2022-06-29-welcome-to-jekyll.markdown b/_posts/2022-06-29-welcome-to-jekyll.markdown deleted file mode 100644 index 770cb7c..0000000 --- a/_posts/2022-06-29-welcome-to-jekyll.markdown +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: post -title: "Welcome to Jekyll!" -date: 2022-06-29 15:17:31 -0700 -categories: jekyll update ---- -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -Jekyll requires blog post files to be named according to the following format: - -`YEAR-MONTH-DAY-title.MARKUP` - -Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: https://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/about.markdown b/about.markdown deleted file mode 100644 index 74d8a34..0000000 --- a/about.markdown +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -This is the bittide project. diff --git a/index.markdown b/index.markdown index 6b94cec..3e4d0f5 100644 --- a/index.markdown +++ b/index.markdown @@ -4,5 +4,5 @@ layout: home --- + bittide is building a system architectures for synchronous distributed computing. For more info go to [github.com/bittide](https://github.com/bittide) -# Welcome to bittide! From b953bd7a216289b495d5ff73bccb42dae4dd7b47 Mon Sep 17 00:00:00 2001 From: Chase Date: Fri, 8 Jul 2022 14:34:19 -0700 Subject: [PATCH 2/2] Created a new basic site --- _config.yml | 2 +- index.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 13ce439..fe6244e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ title: The bittide project email: bittide-org@google.com description: >- # this means to ignore newlines until "baseurl:" - bittide loves synchronous computing + bittide enables synchronous computing baseurl: "" # the subpath of your site, e.g. /blog url: "https://www.bittide.io" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/index.markdown b/index.markdown index 3e4d0f5..8bced8d 100644 --- a/index.markdown +++ b/index.markdown @@ -4,5 +4,5 @@ layout: home --- - bittide is building a system architectures for synchronous distributed computing. For more info go to [github.com/bittide](https://github.com/bittide) + bittide is building system architectures for synchronous distributed computing. For more info go to [github.com/bittide](https://github.com/bittide)