add README and contribute link in footer
This commit is contained in:
parent
958177fbb8
commit
52f9ccf42e
40
README.md
Normal file
40
README.md
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# lora.vegas
|
||||||
|
|
||||||
|
Las Vegas Meshtastic and LoRa community website.
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
This site provides information about the Las Vegas mesh networking community, including:
|
||||||
|
|
||||||
|
- Mesh channel configurations
|
||||||
|
- Community coordination (Discord, Signal)
|
||||||
|
- Meetup information
|
||||||
|
- Local resources
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
To contribute to this site, contact **sneak@sneak.berlin** for git repository access.
|
||||||
|
|
||||||
|
## Technical Details
|
||||||
|
|
||||||
|
This is a static site built with Hugo. The site is deployed automatically via GitHub Actions.
|
||||||
|
|
||||||
|
### Local Development
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo server
|
||||||
|
```
|
||||||
|
|
||||||
|
Visit http://localhost:1313 to preview.
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
```bash
|
||||||
|
hugo
|
||||||
|
```
|
||||||
|
|
||||||
|
Output will be in the `public/` directory.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Content is provided as-is for community use.
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<body>
|
<body>
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
<footer>
|
<footer>
|
||||||
<p>lora.vegas — Las Vegas Meshtastic community</p>
|
<p>lora.vegas — Las Vegas Meshtastic community <a href="https://git.eeqj.de/sneak/lora.vegas" class="contribute-link">[Contribute]</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -93,3 +93,7 @@ footer {
|
|||||||
border-top: 1px solid #e0e0e0;
|
border-top: 1px solid #e0e0e0;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contribute-link {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user