Skip to content

Commit

Permalink
Update landing page (#29)
Browse files Browse the repository at this point in the history
* Update landing page

* cleanup

* update
  • Loading branch information
birkskyum authored Feb 7, 2024
1 parent 193a7df commit c47f80b
Show file tree
Hide file tree
Showing 235 changed files with 28 additions and 2,416,779 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM ruby

# https://github.com/jekyll/jekyll/issues/6181
RUN gem install jekyll -v "3.4.5"
RUN gem install jekyll-redirect-from -v "0.11.0"
RUN gem install jekyll -v "3.9.4"
RUN gem install jekyll-redirect-from -v "0.16.0"
RUN gem install kramdown-parser-gfm -v "1.1.0"
RUN gem install webrick -v "1.3.1"

RUN apt-get update \
&& apt-get install -y \
Expand Down
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
title: Maputnik
email: [email protected]
description: Visual Map Editor for Mapbox GL
description: Visual Map Editor for MapLibre Styles
baseurl: ""
url: "http://maputnik.github.io"
markdown: kramdown
permalink: /blog/:categories/:year/:month/:day/:title
gems:
plugins:
- jekyll-redirect-from
- kramdown-parser-gfm
layout_themes:
post: light
posts: light
Expand Down
14 changes: 3 additions & 11 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<div class="footer">
<div class="footer__inner">
<ul class="footer__items footer__items--right">
<li>
Have fun mapping!
</li>
</ul>
<ul class="footer__items footer__items--left">
<li>
<a href="https://github.com/maputnik/editor">Github</a>
</li>
<li>
<a href="https://github.com/maputnik/editor/issues">Issue tracker</a>
<a href="https://github.com/maplibre/maputnik">Github</a>
</li>
<li>
<a href="https://www.kickstarter.com/projects/174808720/maputnik-visual-map-editor-for-mapbox-gl">Kickstarter</a>
<a href="https://github.com/maplibre/maputnik/issues">Issue tracker</a>
</li>
</ul>
</div>
Expand All @@ -22,7 +14,7 @@
<div class="disclaimer">
<div id="disclaimer" class="disclaimer__inner">
<p>
<strong>*Disclaimer</strong>: This project is not affiliated with Mapbox or Mapbox Studio. It is an independent style editor for the open source technology in the Mapbox GL ecosystem.
This project is maintained by <a href="https://maplibre.org">MapLibre</a>. It is a style editor for the open source technology in the MapLibre ecosystem.
</p>
</div>
</div>
4 changes: 2 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<nav class="nav">
<div class="nav__inner">
<div class="nav__toolbox">
<a href="/editor/" class="button">Editor</a><!--
<a href="https://maplibre.org/maputnik/" class="button">Editor</a><!--
--><a href="/blog" class="button">Blog</a><!--
--><a href="https://github.com/maputnik/editor/wiki" class="button">Docs</a>
--><a href="https://github.com/maplibre/maputnik/wiki" class="button">Docs</a>
</div>
</div>
</nav>
2 changes: 1 addition & 1 deletion _posts/2020-04-23-release-v1.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Alongside myself ([@orangemug](https://github.com/orangemug)) and [@pathmapper](

If I've missed someone from the list above, please submit a pull request to [this post](https://github.com/maputnik/maputnik.github.io/blob/master/_posts/2020-04-23-release-v1.7.0.md) on GitHub

As always if we've broken something please [raise an issue on GitHub](https://github.com/maputnik/editor/issues/new) and if you experience any serious issues you can use the [previous v1.6.1 version](https://maputnik.github.io/releases/v1.6.1) while we get them resolved.
As always if we've broken something please [raise an issue on GitHub](https://github.com/maputnik/editor/issues/new).

A final note I hope you're all keeping safe during this tough period. I know a lot of people have lost their jobs over the last few months. If you've been impacted by COVID-19 and are in the web mapping space, I've opened an issue on GitHub called ["COVID-19 support"](https://github.com/maputnik/editor/issues/659) where anybody can post ways they are looking for help, whether that be work because they are lost their job due to coronavirus or asking for help for projects supporting those effected by COVID-19.

Expand Down
10 changes: 10 additions & 0 deletions _posts/2024-01-30-maplibre-new-home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
author: birkskyum
title: MapLibre - A new home for Maputnik!
published: true
---

Maputnik has joined the MapLibre organization, who'll be maintaining the project going forward.

More information can be found [here](https://maplibre.org/news/2024-01-30-maplibre-newsletter-january-2024/#maputnik).
64 changes: 0 additions & 64 deletions editor/app.8c54efadcc6633a431f7.js

This file was deleted.

53 changes: 0 additions & 53 deletions editor/bundle-stats.html

This file was deleted.

Loading

0 comments on commit c47f80b

Please sign in to comment.