I am hosting a demo at https://swiss.dendy.xyz
Homepage: https://swiss.dendy.xyz/ Support Monero: https://swiss.dendy.xyz/get-started/contributing/ Merchants and Exchanges: https://swiss.dendy.xyz/community/merchants/
89AaKpZyAh2XT5JJZcMmy2axcfzVrXVQY7ogJ962oHFGbmgmKZsdLjrJbKRGR9fWNTCDJkWPwQ4EghEJLWU82hks5RCwdiv
- Jekyll: getmonero.org is made using a simple, static website generator called Jekyll. You will need it installed on your system to test any changes that you made. Follow the instructions on the website to get up and going:
- Install Ruby dependencies as suggested in the Jekyll documentation
- Install Bundler:
gem install bundler
- Install Jekyll with all dependencies (run from the project directory):
bundle
- Navigate to your local
monero-site
repository. - Serve the website:
bundle exec jekyll serve
. If you want, you can speedup this process by loading only the last blog post instead of all of them. Simply add--limit_posts 1
to the command above. The resulting command will bebundle exec jekyll serve --limit_posts 1
. - Open a browser and go to http://127.0.0.1:4000.
- If all went well, you should see the Monero website and you're ready to make changes.