Git Product home page Git Product logo

moonrise's Introduction

Hi! I'm coffeebank โ˜•

Who am I? Just a casual web developer, programmer, and Linux user who likes making stuff for fun :)

Join my Discord Join my Matrix

Coding changes expectations....

  • Sometimes, you just need something that isn't bloated, runs locally, and more customized for your needs
  • Sometimes, a service is nice, but it's just missing that one little thing you know only takes a few minutes to code/fix
  • Sometimes, it's wanting to type one last .hug server to your Discord friends, but the bot is requiring you to @mention

Come join me on my journey of stumbling through this wonderful land of code :) I'm no computer science major, but I hope some of my code can be useful to you! Have questions? Reach me on Discord ๐Ÿ“ฌ or Matrix ๐Ÿ“ง


My GitHub Stats

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

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

Build issues

Getting this when building for pages

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

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

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.

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.