Skip to content

Commit 566ef62

Browse files
committed
chore: use mkdocs cards instead of neoteroi
1 parent f4aacb6 commit 566ef62

File tree

1 file changed

+26
-53
lines changed

1 file changed

+26
-53
lines changed

docs/index.md

Lines changed: 26 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -15,75 +15,48 @@ This project is developed entirely in [Nix Flakes](https://wiki.nixos.org/wiki/F
1515

1616
## Eager to use Ethereum.nix?
1717

18-
::cards::cols=2
18+
<div class="grid cards" markdown>
19+
20+
- :material-information:{ .lg .middle } New to Ethereum.nix and Nix?
21+
22+
---
1923

20-
- title: :material-information:{ .lg .middle } New to Ethereum.nix and Nix?
21-
content: |
22-
<br/>
2324
Get started by installing Nix on your system and how to use it with Ethereum.nix
24-
<br/>
25-
<br/>
26-
[Getting Started :octicons-arrow-right-24:](./getting-started.md){ .md-button }
2725

28-
- title: :material-apps-box:{ .lg .middle } Want to use an application now?
29-
content: |
30-
<br />
26+
[Getting Started :octicons-arrow-right-24:](./getting-started.md)
27+
28+
- :material-apps-box:{ .lg .middle } Want to use an application now?
29+
30+
---
31+
3132
See our list of supported applications ready to be used in seconds.
32-
<br />
33-
<br />
34-
[See supported Applications :octicons-arrow-right-24:](./apps.md){ .md-button }
3533

36-
- title: :simple-nixos:{ .lg .middle } Want to run Ethereum services on NixOS?
37-
content: |
38-
<br />
34+
[See supported Applications :octicons-arrow-right-24:](./apps.md)
35+
36+
- :simple-nixos:{ .lg .middle } Want to run Ethereum services on NixOS?
37+
38+
---
39+
3940
Run Ethereum services easily with our supported NixOS modules.
40-
<br />
41-
<br />
42-
[Run Ethereum services on NixOS :octicons-arrow-right-24:](./nixos/installation.md){ .md-button }
4341

44-
- title: :material-chat-question:{ .lg .middle } Have a question or need help?
45-
content: |
46-
<br />
42+
[Run Ethereum services on NixOS :octicons-arrow-right-24:](./nixos/installation.md)
43+
44+
- :material-chat-question:{ .lg .middle } Have a question or need help?
45+
46+
---
47+
4748
Ask questions on our discussion board and get in touch with our community.
48-
<br />
49-
<br />
50-
[Ask a question :octicons-arrow-right-24:](https://github.com/nix-community/ethereum.nix/discussions){ .md-button }
5149

52-
::/cards::
50+
[Ask a question :octicons-arrow-right-24:](https://github.com/nix-community/ethereum.nix/discussions)
51+
52+
</div>
5353

5454
## About the project
5555

5656
In the beginning Ethereum.nix was a playground for [Aldo Borrero](https://aldoborrero.com/) to experiment with _nix'ifying_
5757
Ethereum related processes. Since then, the project got accepted by the [Nix Community incubator program](https://github.com/nix-community)
5858
and it has a grown into an ever-increasing number of packages and modules targeted towards streamlining day-to-day operations across a variety of different projects.
5959

60-
::cards::
61-
- title: Aldo Borrero
62-
content: |
63-
Creator of Ethereum.nix
64-
<br/>
65-
<br/>
66-
Full Stack freak! Blockchain passionate!
67-
image: https://avatars.githubusercontent.com/u/82811?v=4
68-
url: https://github.com/aldoborrero
69-
- title: Brian McGee
70-
content: |
71-
Maintainer of Ethereum.nix
72-
<br/>
73-
<br/>
74-
Writer of software • Lover of craft beer
75-
image: https://avatars.githubusercontent.com/u/1173648?v=4
76-
url: https://github.com/brianmcgee
77-
- title: Sergey Yakovlev
78-
content: |
79-
Maintainer of Ethereum.nix
80-
<br/>
81-
<br/>
82-
Love Nix, Rust, Ethereum | SRE
83-
image: https://avatars.githubusercontent.com/u/2993917?v=4
84-
url: https://github.com/selfuryon
85-
::/cards::
86-
8760
## Commercial Support?
8861

8962
Are you seeking to use Ethereum.nix effectively within your organization for Blockchain related projects?

0 commit comments

Comments
 (0)