mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
commit
df20dc6157
4 changed files with 3 additions and 8 deletions
|
@ -61,7 +61,7 @@ If for any reason you have questions or need to contact us, you can find us on t
|
||||||
Once you have the above list of things, it's typically a good idea to build the website from your local computer to make sure it works before you make any changes. To do this, complete the following steps:
|
Once you have the above list of things, it's typically a good idea to build the website from your local computer to make sure it works before you make any changes. To do this, complete the following steps:
|
||||||
|
|
||||||
1. Navigate to your local `monero-site` repository.
|
1. Navigate to your local `monero-site` repository.
|
||||||
2. Serve the website: `jekyll serve`
|
2. Serve the website: `bundle exec jekyll serve`
|
||||||
3. Open a browser and go to [http://127.0.0.1:4000](http://127.0.0.1:4000).
|
3. Open a browser and go to [http://127.0.0.1:4000](http://127.0.0.1:4000).
|
||||||
4. If all went well, you should see the Monero website and you're ready to make changes.
|
4. If all went well, you should see the Monero website and you're ready to make changes.
|
||||||
|
|
||||||
|
|
|
@ -19,10 +19,10 @@ exclude: ["README.md"]
|
||||||
paginate: 10
|
paginate: 10
|
||||||
paginate_path: blog/page:num/
|
paginate_path: blog/page:num/
|
||||||
|
|
||||||
gems:
|
plugins:
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
- jekyll-multiple-languages-plugin
|
- jekyll-multiple-languages-plugin
|
||||||
|
|
||||||
# jekyll-multiple-languages-plugin settings:
|
# jekyll-multiple-languages-plugin settings:
|
||||||
languages: ["en", "es", "it", "pl", "fr"]
|
languages: ["en", "es", "it", "pl", "fr"]
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
- event: Monero Meetup (Minneapolis, Minnesota) - October 20th, 2017
|
|
||||||
where: University of Minnesota Campus, Bruininks Hall #312
|
|
||||||
when: 5PM CST, October 20, 2017
|
|
|
@ -30,8 +30,6 @@
|
||||||
url: community/team
|
url: community/team
|
||||||
- page: Miejsca spotkań
|
- page: Miejsca spotkań
|
||||||
url: community/hangouts
|
url: community/hangouts
|
||||||
- page: Wydarzenia
|
|
||||||
url: community/events
|
|
||||||
- page: Sponsoring
|
- page: Sponsoring
|
||||||
url: community/sponsorships
|
url: community/sponsorships
|
||||||
- page: Handel
|
- page: Handel
|
||||||
|
|
Loading…
Reference in a new issue