32bit.cafe/README.md

54 lines
1.0 KiB
Markdown

# 32bit.cafe
the 32bit.cafe website, created with Hugo
## TODO
Sections to Convert to Markdown
- [ ] /index
- [x] /about
- [x] /advertising
- [x] ~~/community~~ -> /teams
- [x] /discord
- [x] /mission
- [ ] /guides
- [ ] /news
- [ ] /cookbook
- [ ] /pride23
- [ ] /holdays2023
- [ ] /bookclub?
Sections to Convert to Data Files
- [x] /linktous
Functionality to Reimplement
- [ ] Theme Switcher
- [ ] Theme Uploader
- [ ] Event Uploader?
Themes to Convert
- [ ] Plant Cell
- [ ] Bit Bits
- [ ] Frillsify
- [ ] Plain?
- [ ] Seafoam Deep
- [ ] Tweek
- [ ] Twilight
## How to Contribute
Before you start, install [Hugo](https://gohugo.io) version 0.125.5 or above
```sh
# First clone the repository
$ git clone https://git.32bit.cafe/32bitcafe/32bit.cafe.git
# Then create a branch
$ git checkout -b my-branch
# Write your changes in your preferred code editor
# Test them locally
$ hugo server
# If your changes look good, commit and push them up
$ git commit -m "my changes"
$ git push -u origin my-branch
# Then on git.32bit.cafe, create a pull request
```