mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-01 00:33:05 +08:00
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.
This commit is contained in:
parent
b51a0e576d
commit
9509cec8d4
|
@ -111,6 +111,22 @@ Windows.
|
|||
|
||||
* [Try Elvish](https://try.elv.sh) directly from the browser (coming soon!)
|
||||
|
||||
# <i class="fas fa-sitemap"></i> 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
|
||||
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
|
||||
# <i class="fas fa-comments"></i> 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)
|
||||
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
|
||||
# <i class="fas fa-sitemap"></i> 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).
|
||||
|
||||
# <i class="fas fa-external-link-alt"></i> More Resources
|
||||
|
||||
* [Awesome Elvish](https://github.com/elves/awesome-elvish): Official list
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user