mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 20:55:17 +00:00
119 lines
4.6 KiB
HTML
119 lines
4.6 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>Riceathon</title>
|
||
<link rel="stylesheet" href="https://css.hackclub.com/theme.css" />
|
||
<link rel="stylesheet" href="style.css" />
|
||
<link rel="icon" href="/favicon.ico" />
|
||
<meta property="og:title" content="Riceathon" />
|
||
<meta name="twitter:title" content="Riceathon" />
|
||
<meta
|
||
name="description"
|
||
content="You ship your Linux rice, we ship programmer socks. "
|
||
/>
|
||
<meta
|
||
property="og:description"
|
||
content="You ship your Linux rice, we ship programmer socks."
|
||
/>
|
||
<meta
|
||
name="twitter:description"
|
||
content="You ship your Linux rice, we ship programmer socks."
|
||
/>
|
||
</head>
|
||
|
||
<body>
|
||
<a class="banner" target="_blank" href="https://hackclub.com/">
|
||
<img src="images/flag-orpheus-top.png" />
|
||
</a>
|
||
|
||
<header>
|
||
<img src="images/unix-porn.png" class="tiny-img" />
|
||
<h1 class="ultratitle">Riceathon</h1>
|
||
<p class="headline">
|
||
A Hack Club YSWS where you can rice your Linux desktop and
|
||
submit your dotfiles to get free programmer socks
|
||
</p>
|
||
<a href="./better-guide/guide.html" class="guide-btn"
|
||
>Start the Guide</a
|
||
>
|
||
</header>
|
||
|
||
<div class="container blurb">
|
||
<p>
|
||
Run a
|
||
<a
|
||
target="_blank"
|
||
href="https://en.wikipedia.org/wiki/Linux_distribution"
|
||
>Linux Distro</a
|
||
>
|
||
on your Computer or Laptop, spend some time spicing it up with
|
||
customizations and receive some cool swag to match your desktop.
|
||
</p>
|
||
<!-- <p>
|
||
Haven't used Linux Before? Check out the <a target="_blank" href="https://jams.hackclub.com/">Jam</a> on how to dual boot and install your first Linux Distro
|
||
</p> commenting until the jam actually gets made-->
|
||
</div>
|
||
|
||
<div class="card container">
|
||
<h2 class="headline">So What is a Rice / Ricing?</h2>
|
||
<p>
|
||
The term ‘rice’ is used to describe a person’s unix desktop
|
||
where ‘ricing’ is when someone is customizing their desktop such
|
||
as the icons, panels, or system interface. When it comes to
|
||
ricing a tiling window manager though, the ricing of a user’s
|
||
system becomes much more involved. Basic things such as the
|
||
panel bar and application launcher must be configured by the
|
||
user.
|
||
</p>
|
||
<br />
|
||
<p>
|
||
See the basics of ricing
|
||
<a
|
||
target="_blank"
|
||
href="https://jie-fang.github.io/blog/basics-of-ricing"
|
||
>here</a
|
||
>
|
||
</p>
|
||
</div>
|
||
<div class="card container">
|
||
<h2 class="headline">Where does your rice go?</h2>
|
||
<p>
|
||
After you submit your rice it will be added to the
|
||
<a target="_blank" href="./gallery">gallery</a>
|
||
</p>
|
||
</div>
|
||
<div class="card container">
|
||
<h2 class="headline">When does it end?</h2>
|
||
<p>V3 will end on TBD</p>
|
||
</div>
|
||
<div class="card container">
|
||
<h2 class="headline">Ready to start?</h2>
|
||
|
||
<p>
|
||
Set up
|
||
<a href="https://hackatime.hackclub.com">Hackatime</a> and start
|
||
ricing using the editor of your choice! Hackatime will need to
|
||
be set up with the same email as your Hack Club Slack account in
|
||
order to count. You will need to push your customization files
|
||
to a Github repo once you're done. Afterward,
|
||
<a href="https://github.com/hackclub/riceathon">submit a PR</a>
|
||
to the Riceathon repo with an update to the members.json(check
|
||
the formatting there for a template!)
|
||
</p>
|
||
|
||
<p>
|
||
Development chatter happens in the
|
||
<a
|
||
target="_blank"
|
||
href="https://app.slack.com/client/T0266FRGM/C07MLF9A8H5"
|
||
>#riceathon</a
|
||
>
|
||
channel in the
|
||
<a target="_blank" href="https://hackclub.com/slack/"
|
||
>Hack Club Slack</a
|
||
>.
|
||
</p>
|
||
</div>
|
||
</body>
|
||
</html>
|