Skip to content

Commit

Permalink
Merge branch 'main' into skyzh-minilsm
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd authored Jan 10, 2023
2 parents a4b46f8 + 9dbf4db commit 0ae8711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Rust Magazine is maintained by Rustaceans from all around the world, currently consisting of the following editor:

- [@folyd](/@folyd)
- [@LCrossman](/@lcrossman)

> We still need 4 ~ 5 Rustaceans to join us as the editor team. If you have interested, don’t hesitate to let us know.
Expand Down
2 changes: 1 addition & 1 deletion pages/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ featured = true

## Add author

If you are the first time contributing to the magazine, you also should add your profile into the `[authors]` section of the root `zine.toml` file.
If this is your first time contributing to the magazine, you should also add your profile to the `[authors]` section of the root `zine.toml` file.

```diff
[authors]
Expand Down
1 change: 1 addition & 0 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<div class="bg-primary w-5 h-5 my-4"></div>
<div class="text-xl font-bold mb-4">Editors</div>
<a class="my-2 block hover:underline" href="/@folyd">@Folyd</a>
<a class="my-2 block hover:underline" href="/@lcrossman">@LCrossman</a>
</div>
<div class="pt-12 sm:pt-0">
<div class="bg-primary w-5 h-5 my-4"></div>
Expand Down
3 changes: 2 additions & 1 deletion zine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ social_image = "/static/bg.jpeg"

[authors]
rust-magazine = { name = "The Editor Team", editor = true, bio = "The magazine editor team" }
folyd = { bio = """
folyd = { editor = true, bio = """
The author of [Rust Search Extension](https://github.com/huhu/rust-search-extension) and [zine](https://github.com/zineland/zine).
- [Github](https://github.com/folyd)
- [Blog](https://folyd.com)
""" }
lcrossman = { name = "LCrossman", editor = true }
skyzh = { avatar = "/static/avatar/skyzh.jpeg" }

[theme]
Expand Down

0 comments on commit 0ae8711

Please sign in to comment.