Giter Club home page Giter Club logo

moonrise's Introduction

Moonrise logo

Moonrise

A simple, lightweight, responsive landing page template for a Minecraft server. Integrates with Discord, Minecraft server status, and GitHub Pages to host a free website.

Features:

  • Shows the server's Minecraft Java version automatically
  • Shows a channel from your Discord server on the homepage
  • Changes color when Minecraft server is detected to be offline
  • Click to copy server IP
  • Screenshots page
  • Progressive Web App (coming soon)

Support Discord

Demo: https://coffeebank.github.io/moonrise

CrispBuild demo

Getting Started

The quickest way to get up and running is to use GitHub Pages (free).

  1. Click "Fork" on the top right corner
  2. Invite Widgetbot into your Discord server, and get your Server ID and Channel ID to show on your website
  3. Edit _config.yml with your information, using media folder for logos/assets
  4. Edit index.md, about.md, map.md, and donate.md with your info
  5. Screenshots page will autofill with pics in the screenshots folder

Finally, you're ready to publish your site:

  1. Click the "Settings" tab
  2. Change the Repository name to the website link you want
  3. On the left sidebar, click "Pages", Source: master branch, /docs folder, click "Save"

And you're done! Your website will be live at: https://<username>.github.io/<repositoryname>

Wiki: For advanced users, site navigation, and other features >

Updates

To get new moonrise updates synced to your website, go to your repo, and click "Fetch upstream", then "Fetch and merge".

License

See LICENSE.

Contributions are welcome, with all code falling under this LICENSE.

Attributions

Services

Assets

Demo

Inspiration

moonrise's People

Contributors

coffeebank avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

moonrise's Issues

Build issues

Getting this when building for pages

build
github-pages can't satisfy your Gemfile's dependencies.

Removing Gemfile.lock file

The Gemfile.lock file was removed from Moonrise in commit b002d22

This file regularly brings up security vulnerabilities in GitHub, saying that your Moonrise site is vulnerable due to outdated dependencies.

It seems GitHub Pages never uses your Gemfile to build the Moonrise site because they have their own Gemfile with whitelisted Jekyll version and plugins.

The Gemfile.lock security vulnerabilities will only affect those who work on the Moonrise site locally on their PC.

  • In these cases, the security vulnerabilities apply and you should run bundle update regularly before editing your site to keep your PC safe.
  • The Moonrise Wiki already recommends running bundle update before bundle exec jekyll serve, which will update your Gemfile.lock and fix vulnerabilities
  • When you push the code to GitHub, GitHub Pages will build your site using their own Gemfile and Gemfile.lock, which will always be up-to-date.

This will not affect anyone who edits your Moonrise site on GitHub via the "Edit file" feature.

Allow changing background image

It would be nice to have the feature to change background image for the homepage.

Concerns:

  • color contrast (maybe a font color option tweak first?)
  • brightness/darkness of background image
  • shadows on some of the elements

Uncaught SyntaxError in console

Site's homepage spits out an error at line 85

83 <script>
84 document.getElementById("serverStatus").innerHTML = "Loading..."
85 document.getElementById("serverStatusM").innerHTML = "Loading..."
86 </script>

of default.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.