Skip to content

theinternetcafe/net.cafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)