mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Remove events page from navigation
This commit is contained in:
parent
57d3441e09
commit
bde4b15555
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:
|
||||
|
||||
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).
|
||||
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_path: blog/page:num/
|
||||
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
- jekyll-multiple-languages-plugin
|
||||
|
||||
|
||||
# jekyll-multiple-languages-plugin settings:
|
||||
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
|
||||
- page: Miejsca spotkań
|
||||
url: community/hangouts
|
||||
- page: Wydarzenia
|
||||
url: community/events
|
||||
- page: Sponsoring
|
||||
url: community/sponsorships
|
||||
- page: Handel
|
||||
|
|
Loading…
Reference in a new issue