diff --git a/Gemfile b/Gemfile index 3ec1442..701ab16 100644 --- a/Gemfile +++ b/Gemfile @@ -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`. diff --git a/Gemfile.lock b/Gemfile.lock index cb6302c..1a08f64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -69,7 +69,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 3.8.5) jekyll-feed (~> 0.6) - notion-jekyll-theme! + jetson-jekyll-theme! tzinfo-data BUNDLED WITH diff --git a/_config.yml b/_config.yml index 507ca33..1338fbe 100644 --- a/_config.yml +++ b/_config.yml @@ -13,10 +13,10 @@ # 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 @@ -24,7 +24,7 @@ github_username: jekyll # Build settings markdown: kramdown -theme: notion-jekyll-theme +theme: jetson-jekyll-theme plugins: - jekyll-feed diff --git a/index.md b/index.md index 531be23..b097a9a 100644 --- a/index.md +++ b/index.md @@ -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