Skip to content

Commit

Permalink
feat: redesign home page (#26)
Browse files Browse the repository at this point in the history
* feat: redesign home page

* feat: redesign home page

* feat: redesign home page
  • Loading branch information
cstenglein authored Oct 10, 2024
1 parent bdbd955 commit 6a5ccf0
Show file tree
Hide file tree
Showing 13 changed files with 224 additions and 214 deletions.
8 changes: 8 additions & 0 deletions docs/shops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Shops

You can buy a pre-built RaspiBlitz on the following shops:

- [DIYnodes.com](https://diynodes.com/)
- [yourdevice.ch](https://yourdevice.ch/produkt-kategorie/btc-nodes-zubehoer/)

If you would like to have your shop listed, please contact us.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const config = {
footer: {
style: "dark",
links: [],
copyright: `Copyright © ${new Date().getFullYear()} RaspiBlitz open source project. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} RaspiBlitz open source project. Built with Docusaurus. Impressum: Christian Rotzoll, christian [ at ] rotzoll.de - this site is not using any cookies and is not storing your data. Icons by https://fontawesome.com/ (CC BY 4.0) and https://lucide.dev/ (ISC)`,
},
prism: {
theme: prismThemes.github,
Expand Down
12 changes: 11 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"clsx": "^2.1.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react-dom": "^18.0.0",
"react-icons": "^5.3.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.1.1",
Expand Down
68 changes: 0 additions & 68 deletions src/components/HomepageFeatures/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/HomepageFeatures/styles.module.css

This file was deleted.

8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

.primary {
color: var(--ifm-color-primary);
}

.primary:hover {
color: var(--ifm-color-primary-light)
}
Loading

0 comments on commit 6a5ccf0

Please sign in to comment.