From 9509cec8d4db1af08229e9c626aedfc08fdfb3ae Mon Sep 17 00:00:00 2001 From: Qi Xiao Date: Wed, 17 Oct 2018 10:25:42 +0100 Subject: [PATCH] Rearrange navbar and homepage. * On homapage, swap "use this site" and "join the community". * In the navbar, move "blog" to the end to match the order in the "use this site" section on homepage. --- _website/home.md | 33 ++++++++++++++++----------------- _website/index.toml | 8 ++++---- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/_website/home.md b/_website/home.md index c051c25f..ed7bc951 100644 --- a/_website/home.md +++ b/_website/home.md @@ -111,6 +111,22 @@ Windows. * [Try Elvish](https://try.elv.sh) directly from the browser (coming soon!) +# Use this Site + +Start your Elvish journey in this very website! + +* [Learn](/learn/) the fundamentals and interesting topics + +* Peruse the definitive [reference](/ref/) documents + +* Read the [blog](/blog/) for news, tips, and developers' musings + +* Subscribe to the [feed](/feed.atom) to keep updated + + + +
+ # Join the Community Join any of the following channels -- they are all all bridged together thanks @@ -122,23 +138,6 @@ to [matterbridge](https://github.com/42wim/matterbridge)! * Telegram: [@elvish](https://telegram.me/elvish) -
- -
- -# Use this Site - -Start your Elvish journey in this very website! - -1. Learn fundamentals and study topics in the [learn](/learn/) section; - -2. When you are comfortable with the basics, use the definitive - [reference](/ref/) documents to learn the details; - -3. Read news, tips, and developers' musings from the [blog](/blog/); - -4. Keep updated by subscribing to the [feed](/feed.atom). - # More Resources * [Awesome Elvish](https://github.com/elves/awesome-elvish): Official list diff --git a/_website/index.toml b/_website/index.toml index 818cae0b..baf3a112 100644 --- a/_website/index.toml +++ b/_website/index.toml @@ -12,10 +12,6 @@ title = "Home" name = "download" title = "Download" -[[categories]] -name = "blog" -title = "Blog" - [[categories]] name = "learn" title = "Learn" @@ -23,3 +19,7 @@ title = "Learn" [[categories]] name = "ref" title = "Reference" + +[[categories]] +name = "blog" +title = "Blog"