Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
Rebrand! Notion -> Jetson
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 19, 2019
1 parent e5a3727 commit 660db8e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"

gem "notion-jekyll-theme", :git => "https://github.com/notion-cli/jekyll-theme", :branch => 'master'
gem "jetson-jekyll-theme", :git => "https://github.com/jetson-cli/jekyll-theme", :branch => 'master'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/notion-cli/jekyll-theme
revision: d37509e87819ce6b8f65b8744a786533963a4b5b
remote: https://github.com/jetson-cli/jekyll-theme
revision: 66acfe56a3189be2627c42c2b9c8e0314b79aa31
branch: master
specs:
notion-jekyll-theme (0.1.0)
jetson-jekyll-theme (0.1.0)
jekyll (~> 3.8)

GEM
Expand Down Expand Up @@ -69,7 +69,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.8.5)
jekyll-feed (~> 0.6)
notion-jekyll-theme!
jetson-jekyll-theme!
tzinfo-data

BUNDLED WITH
Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Notion
title: Jetson
email: david.herman@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Notion: The Hassle-Free JavaScript Toolchain Manager.
Jetson: The JavaScript Launcher
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll

# Build settings
markdown: kramdown
theme: notion-jekyll-theme
theme: jetson-jekyll-theme
plugins:
- jekyll-feed

Expand Down
12 changes: 6 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
layout: home
tagline: The Hassle-Free JavaScript Toolchain Manager
start: https://docs.notionjs.com/guide/getting-started/
tagline: The JavaScript Launcher 🚀
start: https://docs.jetson.sh/guide/getting-started/
features:
- title: Reliable
description: Ensure everyone in your project uses an identical dev environment, from the Node version to your preferred package manager.
- title: Universal
description: Enjoy the same command-line experience in every shell and every major operating system.
- title: Fast
description: Notion is implemented in Rust and deployed as a static executable for maximum performance.
description: Jetson is implemented in Rust and deployed as a static executable for maximum performance.
---

# Try it out!

```bash
# install Notion
curl -sSLf https://get.notionjs.com | bash
# install Jetson
curl -sSLf https://get.jetson.sh | bash

# install Node
notion install node
jetson install node

# start using Node
node
Expand Down

0 comments on commit 660db8e

Please sign in to comment.