GithubHelp home page GithubHelp logo

paytouse / osudroid-guide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neroyuki/osudroid-guide

0.0 0.0 0.0 9.29 MB

A guide for osu!droid (and beyond)

Home Page: https://neroyuki.github.io/osudroid-guide/

License: MIT License

JavaScript 100.00%

osudroid-guide's Introduction

osudroid-guide

A guide for osu!droid (and beyond)

Contribution Guide

For contributor with no programming background

You can suggest changes via the website and you will be redirected to that page's editor. The editor should follow the Jekyll markdown format (see the cheatsheet here). After that if there is a big green button, just hit it until you have made a "Pull Request". And you are done!

Simplified terminology:

  • Fork: your copy of the site (your edit will be there first, obviously I can't just allow you to straight up edit the site lol)
  • Pull Request: your request to change the page with your change

Notes on dealing with linking image file:

  • Remote image linking (something like ![osu logo](https://osudroid.moe/assets/img/logo.png)) should be avoided in favor of local linking, but if you don't know how to do it, just use remote image linking for now, I will fix it later.
  • If you are translating a page, please copy the image link (something like ![sayo map panel]({{site.baseurl}}/assets/images/image-2.png)) EXACTLY into the translated version

Note on liquid template language:

  • If you see stuff start with {{ }} or {% %}, that is the Liquid template language. It is used to make the code more reusable. Please leave it as it is if you don't know what you are doing.

For programmer with the know-how

Clone the repository and setup a local development environment for Github Pages (See the guide here).

Please note that the page directory is /docs and default baseurl is /osudroid-guide (need to be config to empty string whether by _config.yml or command args --baseurl=""). After getting the page run on your local environment go figure!

Notes on dealing with linking image file:

  • Remote image linking should be avoided, please upload image to /docs/assets/images and link it from there using {{site.baseurl}}/assets/images/<filename>.

Note-to-self

Adding new language checklist:

  • Clone pages from default language to designated /lang/(lang) folder
  • Change the language's index.md
  • Add new language to _config.yml
  • Add new localization file in _data/i18 folder
  • Update other_lang.md file to include new language
  • Update 404.html file to include new language

osudroid-guide's People

Contributors

neroyuki avatar neroyuki241 avatar rian8337 avatar biggies-desu avatar 75efb6 avatar actions-user avatar likver avatar jackmoondroid avatar keremsaracli avatar

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.