All Projects → moedevs → new-game-website

moedevs / new-game-website

Licence: MIT license
🚀 New Game! fan site made by the new game discord community

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to new-game-website

nichtparasoup
nichtparasoup is a web-based hackspaces entertainment system. It continuously displays random images from Reddit & Pr0gramm in your web-browser. Image sources are highly customizable.
Stars: ✭ 39 (+34.48%)
Mutual labels:  reddit
serializer
A linearizing social tech news reader
Stars: ✭ 89 (+206.9%)
Mutual labels:  reddit
DownloadRedditImages
Easily download all the images from any subreddit (also select sort_type if you want hot/top/new/controversial, and also sort_time day/week/month/year/all). Randomly select downloaded images and set as wallpaper, updating every 30 mins (or whenever you want duh)!
Stars: ✭ 66 (+127.59%)
Mutual labels:  reddit
www.greglobinski.com
My personal website. Built with: Gatsby, React, Redux, Styled Components, Netlify ...
Stars: ✭ 62 (+113.79%)
Mutual labels:  gatsby
lewis-gatsby-starter-blog
A custom Gatsby starter template to start a blog or personal website.
Stars: ✭ 34 (+17.24%)
Mutual labels:  gatsby
portfolio
🌔 My Portfolio site
Stars: ✭ 22 (-24.14%)
Mutual labels:  gatsby
music-from-reddit
Flutter app to listen music curated from subreddits
Stars: ✭ 24 (-17.24%)
Mutual labels:  reddit
hide-comments-everywhere
A browser extension for hiding major commenting systems like Disqus, Livefyre, Facebook plugin, WordPress, YouTube, etc.
Stars: ✭ 27 (-6.9%)
Mutual labels:  reddit
awesome-medusajs
A curated list of awesome resources related to MedusaJS 😎
Stars: ✭ 113 (+289.66%)
Mutual labels:  gatsby
DevIQ-gatsby
No description or website provided.
Stars: ✭ 21 (-27.59%)
Mutual labels:  gatsby
gatsby-graphcms-example
Example of Gatsby source plugin for GraphCMS
Stars: ✭ 32 (+10.34%)
Mutual labels:  gatsby
Reddit-Embed
Embed any reddit post onto your website!
Stars: ✭ 15 (-48.28%)
Mutual labels:  reddit
Slide-iOS
A powerful new way to Reddit on iOS.
Stars: ✭ 461 (+1489.66%)
Mutual labels:  reddit
gatsby-remark-images-anywhere
Handle images with relative, absolute & remote path for gatsby-transformer-remark & gatsby-plugin-mdx
Stars: ✭ 22 (-24.14%)
Mutual labels:  gatsby
gatsby-wordpress-libre-starter
A Gatsby starter for creating blogs from headless WordPress CMS.
Stars: ✭ 23 (-20.69%)
Mutual labels:  gatsby
loseyourself
Lose yourself, programmer edition. Based on a tweet by @kvlly!
Stars: ✭ 34 (+17.24%)
Mutual labels:  reddit
gatsby-starter-wordpress-graphql
A bare-bones Gatsby starter powered WordPress and WPGraphQL!
Stars: ✭ 62 (+113.79%)
Mutual labels:  gatsby
reddit-save
A Python tool for backing up your saved and upvoted posts on reddit to your computer.
Stars: ✭ 77 (+165.52%)
Mutual labels:  reddit
PrawWallpaperDownloader
Download images from reddit
Stars: ✭ 18 (-37.93%)
Mutual labels:  reddit
site
🏞 My name dot com.
Stars: ✭ 54 (+86.21%)
Mutual labels:  gatsby

New Game!

hifumi.io

Helping out

Not a programmer? No problem, We would still love to get your input!

Most discussion will be in the #tech-talk channel.

Tech

The website is made using gatsby which lets us to separate our dynamic data from our components, allowing us to optimize and add new content much more easily.

Netlify builds automatically from master so your changes are a single pull request away from going live!

Contributing

  1. git clone https://github.com/Xetera/hifumi.io.git
  2. npm install
  3. npm run dev
  4. Go to the address it gave you, and work away!

Adding new tweets

Tweets are declared under /content/tweets.

To add a new user, create a new .md file similar to the existing ones.

Twitter users are declared under /content/tweets/users

To add a new tweet, add a new .md file in the same file. The tweets are sorted by date in the formatYYYY-MM-DD.

To reference a user, give the name property in the markdown frontmatter the same name as the user inside the /users folder.

Made with <3 by the New Game community
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].