diff --git a/README.md b/README.md index c851b1948..8fe03a9fd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Issues on Saber can be funded by anyone and the money will be distributed to con Saber wouldn't be what it is today without the contributions from these awesome people: -[![contributors](https://opencollective.com/saber/contributors.svg?button=false&width=890)](https://github.com/egoist/saber/graphs/contributors) +[![contributors](https://opencollective.com/saber/contributors.svg?button=false&width=890)](https://github.com/saberland/saber/graphs/contributors) --- diff --git a/website/pages/_posts/saber/index.md b/website/pages/_posts/saber/index.md index ed9ceebba..ef15efc0d 100644 --- a/website/pages/_posts/saber/index.md +++ b/website/pages/_posts/saber/index.md @@ -9,7 +9,7 @@ It's been two months already since the first release of Saber, but this is the f -Saber is a tool for building static websites with modern web techs like webpack, Babel and Vue. Getting started developing an application of any size is as easy as executing `saber`. +Saber is a tool for building static websites with modern web techs like webpack, Babel and Vue. Getting started developing an application of any size is as easy as executing `saber`. To start using it, run inside a new directory with a `package.json`: @@ -79,13 +79,13 @@ No configuration unless it's needed. Automatic hot-code reloading, error reporti ## Blogging, Layouts & Theming -Just like Hexo, Saber uses `pages/_posts` folder for blog posts. If you populate a page at `pages/_posts/hello-world.md`, it will automatically map to `/posts/hello-world.html`. +Just like Hexo, Saber uses `pages/_posts` folder for blog posts. If you populate a page at `pages/_posts/hello-world.md`, it will automatically map to `/posts/hello-world.html`. -Saber has all the plugins that're required for building a blog: +Saber has all the plugins that're required for building a blog: -- If you want to display post list on your homepage, you can use [saber-plugin-query-post](https://github.com/egoist/saber/tree/master/packages/saber-plugin-query-posts) which also automatically generates _tag_ and _category_ pages. -- If you want to generate RSS feed, use [saber-plugin-feed](https://github.com/egoist/saber/tree/master/packages/saber-plugin-feed). -- Find more at [awesome-saber](https://github.com/egoist/awesome-saber) or build your own! +- If you want to display post list on your homepage, you can use [saber-plugin-query-post](https://github.com/saberland/saber/tree/master/packages/saber-plugin-query-posts) which also automatically generates _tag_ and _category_ pages. +- If you want to generate RSS feed, use [saber-plugin-feed](https://github.com/saberland/saber/tree/master/packages/saber-plugin-feed). +- Find more at [awesome-saber](https://github.com/saberland/awesome-saber) or build your own! Check out the tutorial [Intro the Saber](../../tutorial/tutorial.md) to learn how to build a simple blog, use layouts, and share your layouts as a theme. @@ -103,4 +103,4 @@ For local development performance, Saber offers the Lazy Page Compilation mode w --- -In closing, this is my solution to building static websites with modern techs, if you like my work, please consider contributing to the project on [GitHub](https://github.com/egoist/saber), or supporting me on [Patreon](https://patreon.com/egoist)! +In closing, this is my solution to building static websites with modern techs, if you like my work, please consider contributing to the project on [GitHub](https://github.com/saberland/saber), or supporting me on [Patreon](https://patreon.com/egoist)! diff --git a/website/pages/docs/deployment.md b/website/pages/docs/deployment.md index 7b1ab0e21..149c467b0 100644 --- a/website/pages/docs/deployment.md +++ b/website/pages/docs/deployment.md @@ -55,7 +55,7 @@ With this setup Netlify will build and deploy when you push to git or open a pul 2. Pick your Git hosting service and select your repository 3. Click `Build your site` -Since Netlify automatically rewrites routes like `/foo` to `/foo.html` when `/foo` doesn't exist, you may need [saber-plugin-netlify-redirect](https://github.com/egoist/saber/tree/master/packages/saber-plugin-netlify-redirect) to fix this. +Since Netlify automatically rewrites routes like `/foo` to `/foo.html` when `/foo` doesn't exist, you may need [saber-plugin-netlify-redirect](https://github.com/saberland/saber/tree/master/packages/saber-plugin-netlify-redirect) to fix this. ## [GitHub Pages](https://pages.github.com/) diff --git a/website/pages/docs/index.md b/website/pages/docs/index.md index 9c896d27f..13c500450 100644 --- a/website/pages/docs/index.md +++ b/website/pages/docs/index.md @@ -7,7 +7,7 @@ Saber is a static website generator, it is like Hexo but, you can use Vue, React ## Disclaimer -A word of caution: Saber is currently in beta stage. We encourage brave early adopters, it works but expect bugs large and small. We do maintain a [changelog](https://github.com/egoist/saber/releases) for breaking changes, new features and bug fixes though. +A word of caution: Saber is currently in beta stage. We encourage brave early adopters, it works but expect bugs large and small. We do maintain a [changelog](https://github.com/saberland/saber/releases) for breaking changes, new features and bug fixes though. ## Comparisons diff --git a/website/src/components/SiteNav.vue b/website/src/components/SiteNav.vue index 5db891006..478c56341 100644 --- a/website/src/components/SiteNav.vue +++ b/website/src/components/SiteNav.vue @@ -32,7 +32,7 @@