the 32bit.cafe website, created with Hugo
Go to file
yequari 5a9fcf78f4 update README.md 2024-11-08 14:21:59 -07:00
archetypes initial work to convert to Hugo 2024-04-30 17:33:01 -07:00
assets/js move main.js 2024-04-30 20:23:42 -07:00
content convert /linktous to use data files 2024-06-08 22:54:46 -07:00
data convert /linktous to use data files 2024-06-08 22:54:46 -07:00
layouts convert /linktous to use data files 2024-06-08 22:54:46 -07:00
static move main.js 2024-04-30 20:23:42 -07:00
themes/32bitcafe-base converting pages to markdown 2024-05-10 12:26:39 -07:00
.gitignore Initial commit 2024-05-01 00:31:01 +00:00
README.md update README.md 2024-11-08 14:21:59 -07:00
hugo.yaml converting pages to markdown 2024-05-10 12:26:39 -07:00

README.md

32bit.cafe

the 32bit.cafe website, created with Hugo

TODO

Sections to Convert to Markdown

  • /index
  • /about
  • /advertising
  • /community -> /teams
  • /discord
  • /mission
  • /guides
  • /news
  • /cookbook
  • /pride23
  • /holdays2023
  • /bookclub?

Sections to Convert to Data Files

  • /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 version 0.125.5 or above

# 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