Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# cyberdeck
A custom build of Kali Linux Raspberry Pi’s, fun little radios, all packaged in a portable Pelican case.

### Documentation

Documentation site can be found at [https://jagould2012.github.io/cyberdeck](https://jagould2012.github.io/cyberdeck)

### Bill of Materials

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ While many people would have varying uses for a project like this, here's a few

* It's a lot of fun on the weekends to sit and listen to various radio traffic out there - Fire, EMS, Police, Air Traffic, etc.

* In a natural disaster, civil unrest, etc where we could possible lose cellular and internet - it could become quite useful to get comms up with the outside world.
* In a natural disaster, civil unrest, etc where we could possibly lose cellular and internet access - it could become quite useful to get comms up with the outside world.

* Lets face it, between the radios in the project and capabilities of Kali Linux, this is a giant rabbit hole of learning. I love to learn new things, and this will bring years of enjoyment.

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/css/custom.css → docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ root {
}

.cover {
background: url(/_media/bg.png) center center / contain !important;
background: url(_media/bg.png) center center / contain !important;
}

a.anchor {
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="assets/css/custom.css">
<link rel="stylesheet" href="custom.css">
</head>

<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: '',
name: 'Cyberdeck',
repo: 'jagould2012/cyberdeck',
loadSidebar: true,
coverpage: true
}
Expand Down