mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Disable unnecessary plugins (alerts, contrib, events, wallets)
- Remove related files to ensure successful build
This commit is contained in:
parent
5c22586e02
commit
89da1af838
8 changed files with 0 additions and 613 deletions
|
@ -1,38 +0,0 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: events
|
||||
---
|
||||
{% assign date_sorted_conferences = site.conferences | sort: 'date' %}
|
||||
<!-- Note: this file is built non-deterministically -->
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/events.rss" title="Bitcoin conferences and events">
|
||||
<h1>{% translate pagetitle %}<a type="application/rss+xml" href="/en/rss/events.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
<p class="summary">{% translate pagedesc %}</p>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/js/leaflet/leaflet.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/js/leaflet-markercluster/MarkerCluster.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/js/leaflet-markercluster/MarkerCluster.Default.css" />
|
||||
<script src="/js/leaflet/leaflet.js"></script>
|
||||
<script src="/js/leaflet-markercluster/leaflet.markercluster.js"></script>
|
||||
<div id="eventmap" class="eventmap"></div>
|
||||
<div id="eventdata" class="eventdata">
|
||||
|
||||
{% for p in date_sorted_conferences %}{% if p.geoloc %}
|
||||
<div data-lat="{{ p.geoloc.lat }}" data-lon="{{ p.geoloc.lon }}"><b><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></b><br>{{ p.date }}<br>{{ p.venue | htmlescape }}<br>{{ p.address | htmlescape }}<br>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div>
|
||||
{% endif %}{% endfor %}
|
||||
|
||||
</div>
|
||||
<script src="/js/events.js"></script>
|
||||
<h2 id="upcoming">{% translate upcoming %}</h2>
|
||||
<div class="listtable eventtable">
|
||||
{% for p in date_sorted_conferences %}
|
||||
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
||||
{% endfor %}
|
||||
<span><a href="https://github.com/thephez/dash.org/issues/new?title=New%20event&body=%20%20%20%20-%20date%3A%20YYYY-MM-DD%0A%20%20%20%20%20%20title%3A%20%22%22%0A%20%20%20%20%20%20venue%3A%20%22%22%0A%20%20%20%20%20%20address%3A%20%22%22%0A%20%20%20%20%20%20city%3A%20%22%22%0A%20%20%20%20%20%20country%3A%20%22%22%0A%20%20%20%20%20%20link%3A%20%22%22">{% translate eventsubmit %}</a></span>
|
||||
</div>
|
||||
|
||||
<p>{% translate meetupgroup %}</p>
|
||||
<p>{% translate meetupbitcointalk %}</p>
|
||||
<p>{% translate meetupwiki %}</p>
|
Loading…
Add table
Add a link
Reference in a new issue