Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 696 Bytes

net.cafe

Internet Cafe Website with extra features (built with 11ty)

Technologies

How to use

Install dependencies:

bun install # this also works with npm

Run the dev web server:

bun run dev # equivalent to npx @11ty/eleventy --serve --watch

Event details are held in src/_data/site.json
Blog posts are in src/posts/

Todo (not in order)

  • Make a blog/post template
  • Members pages
  • Make components (header, footer, etc.)
  • Add dates to blog posts
  • Look at CSS (Use SCSS at some point?)
  • Add links to connect/contests (maybe)