All Projects → RubyNepal → rubynepal.github.io

RubyNepal / rubynepal.github.io

Licence: MIT license
Official website of Ruby Nepal

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
ruby
36898 projects - #4 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to rubynepal.github.io

bogota
Bogotá, Colombia 🍺
Stars: ✭ 22 (+4.76%)
Mutual labels:  community, meetup, developers
meetups
brisjs.org
Stars: ✭ 89 (+323.81%)
Mutual labels:  community, meetup
meetup
For organizing the design systems meetup in NYC.
Stars: ✭ 23 (+9.52%)
Mutual labels:  community, meetup
Nyc
🏙 New York, NY
Stars: ✭ 23 (+9.52%)
Mutual labels:  community, meetup
freecodecampba.github.io
🌐 La página de freeCodeCamp BA, con toda la info y links que necesitás.
Stars: ✭ 14 (-33.33%)
Mutual labels:  community, meetup
vue-bangalore
VueBLR Meetup Resources, Requests & Proposals
Stars: ✭ 37 (+76.19%)
Mutual labels:  community, meetup
Android Dev Sources
All those Android development sources that you need to be and stay awesome!
Stars: ✭ 434 (+1966.67%)
Mutual labels:  community, meetup
hackergarten.github.io
Hackgarten Homepage
Stars: ✭ 17 (-19.05%)
Mutual labels:  community, meetup
Bay area tech meetups
iOS, Android, web, hardware, bots...you name it, there's a meetup for you!
Stars: ✭ 137 (+552.38%)
Mutual labels:  community, meetup
Tgmeetup
A collection set of technical groups' information (meetup).
Stars: ✭ 139 (+561.9%)
Mutual labels:  community, meetup
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (+590.48%)
Mutual labels:  community, meetup
meetup
Official repository of React Rotterdam meetup
Stars: ✭ 17 (-19.05%)
Mutual labels:  community, meetup
Open Source Meetup Alternatives
Open-Source Alternatives to Meetup
Stars: ✭ 191 (+809.52%)
Mutual labels:  community, meetup
fornalder
Visualize long-term trends in collections of Git repositories.
Stars: ✭ 80 (+280.95%)
Mutual labels:  community, developers
NanoSoft
A forum system built using plain php dedicated for C#.NET Developers
Stars: ✭ 20 (-4.76%)
Mutual labels:  community, developers
Forum Java
一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).
Stars: ✭ 380 (+1709.52%)
Mutual labels:  community, developers
ruby-sinatra-starter-app
A starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming.
Stars: ✭ 36 (+71.43%)
Mutual labels:  sinatra, programmers
karachi
Repository for organizing the karachi nodeschools events
Stars: ✭ 21 (+0%)
Mutual labels:  community, meetup
Aeryn
Server to invite new contributors to a GitHub organization team.
Stars: ✭ 93 (+342.86%)
Mutual labels:  community, sinatra
Developers.italia.it
The developer community designing and developing public digital services in Italy
Stars: ✭ 158 (+652.38%)
Mutual labels:  community, developers

RubyNepal.org

The RubyNepal.org is a static site powered by jekyll. The source code can be found on github and site is hosted on netlify.

Contributing

If jekyll is new to you, you may want to go through its docs first. CloudCannon has some excellent jekyll video tutorials as well.

You can also use prose.io to submit the changes without cloning the repo.

Steps:

# Fork the repo
github.com:RubyNepal/rubynepal.github.io

# Clone your forked repo
$ git clone [email protected]:<your_github_username>/rubynepal.github.io.git
$ bundle install

# Create a new branch for you.
$ git pull orgin master # You should be in master branch
$ git checkout new-branch # Change or add post or do something there

# Make your changes.
$ bundle exec jekyll serve # Fires up local server at port 4000
# Preview the changes on localhost:4000

# Make sure linters are happy
$ npm install
$ npm run watch
$ bundle exec guard # to auto run tests and other linter checks (js, sass, html)
$ ./node_modules/.bin/eslint --config .eslintrc.json *.js js/**/*.js --fix
# Run below command to compile React files (if any changed) into `bundle/meetup.js` file.
$ ./node_modules/webpack/bin/webpack.js --mode production

# Commit the changes
$ git commit -m 'My awesome contribution'

# Push your changes and
$ git push

# Make a pull request of your newly changed branch against
[https://github.com/RubyNepal/rubynepal.github.io/compare](https://github.com/RubyNepal/rubynepal.github.io/compare)

# After you create a pull request, tests are run automatically on the newly created PR using Hound and TravisCI for style and lint checks.

# Deploy preview is auto created with web url via Netlify.

# When the PR is merged into master, the site is automatically deployed with the help of netlify continuous deployment.

You can also use jekyll-admin by visiting localhost:4000/admin to write blogs with WYSIWYG UI editor and make other changes.

When you open a pull request, we'd appreciate if you follow some basic guidelines:

Describe what you're changing, and more importantly why you're changing it

Keep the pull request focused on one thing - if you make two different, unrelated changes, please separate them into two pull requests

Maintainers

Contributors

LICENSE

See/read The MIT License.

Logo licence

Jekyll and other projects' logos used in this project belong to their respective organisation. "RubyNepal" logo is Copyright by RubyNepal. All rights reserved.

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].