Skip to content

initID/godot.init.id

Repository files navigation

Godot Initiative Indonesia

Welcome to the Godot Initiative Indonesia! This repository contains the source code for our website godot.init.id, which is built using Jekyll and hosted on GitHub Pages.

Getting Started

To view and contribute to the blog, follow these steps:

  1. Clone the repository:

    git clone https://github.com/initID/godot.init.id.git
  2. Install Jekyll and other dependencies:

    gem install bundler jekyll
  3. Change into the project directory:

    cd godot.init.id
  4. Install the necessary gems:

    bundle install
  5. Build the site and start the Jekyll server:

    bundle exec jekyll serve

    The site will be available at http://localhost:4000.

Contributing

We welcome contributions to the blog! If you have an idea for an article or would like to make improvements, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b your-branch-name
  3. Make your changes and commit them:

    git commit -m "Your commit message"
  4. Push your changes to your forked repository:

    git push origin your-branch-name
  5. Open a pull request against the main repository.

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, feel free to reach out to us at Twitter.

Releases

No releases published

Packages

No packages published