Configured the theme and added the frontpage
All checks were successful
Build and Publish / build (push) Successful in 12s
All checks were successful
Build and Publish / build (push) Successful in 12s
This commit is contained in:
27
content/_index.md
Normal file
27
content/_index.md
Normal file
@ -0,0 +1,27 @@
|
||||
+++
|
||||
layout = "hextra-home"
|
||||
+++
|
||||
|
||||
{{< hextra/hero-badge link="https://google.com" >}}
|
||||
<div class="hx-w-2 hx-h-2 hx-rounded-full hx-bg-primary-400"></div>
|
||||
Free, open source
|
||||
{{< icon name="arrow-circle-right" attributes="height=14" >}}
|
||||
{{< /hextra/hero-badge >}}
|
||||
|
||||
<div class="hx-mt-6 hx-mb-6">
|
||||
{{< hextra/hero-headline >}}
|
||||
A complete toolset for the LC-2, <br>
|
||||
LC-3 and LC-3b processors
|
||||
{{< /hextra/hero-headline >}}
|
||||
</div>
|
||||
|
||||
<div class="hx-mb-12">
|
||||
{{< hextra/hero-subtitle >}}
|
||||
A free and open-source emulator, assembler and compiler suite <br>
|
||||
for the *Little Computer* series of CPU
|
||||
{{< /hextra/hero-subtitle >}}
|
||||
</div>
|
||||
|
||||
<div class="hx-mb-6">
|
||||
{{< hextra/hero-button text="Read the CPU docs" link="docs" >}}
|
||||
</div>
|
Reference in New Issue
Block a user