Skip to content

Commit

Permalink
removing old category
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave committed Aug 22, 2023
1 parent 201ff6f commit 7995d21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ bundle exec jekyll serve
Before merging any changes to master, check for 404's:

```shell
bundle exec htmlproofer ./_site
htmlproofer --assume-extension ./_site --url-swap '^/BASEURL/:/' --alt-ignore '/.*/'
```

* `--alt-ignore '/.*/'`: ignores empty img alt tags

## Hosting

The main branch of this repository is hosted by Cloudflare pages.
Expand Down
7 changes: 0 additions & 7 deletions blog/category/products.html

This file was deleted.

2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---

<div class="text-container">
<p align="center"><a href="/blog/category/guides/">Guides</a> | <a href="/blog/category/updates/">Updates</a> | <a href="/blog/category/treks/">Treks</a> | <a href="/blog/category/developers/">Developers</a> | <a href="/blog/category/products/">Products</a> | <a href="/blog/category/expodition/">ExPODition</a></p>
<p align="center"><a href="/blog/category/guides/">Guides</a> | <a href="/blog/category/updates/">Updates</a> | <a href="/blog/category/treks/">Treks</a> | <a href="/blog/category/developers/">Developers</a> | <a href="/blog/category/expodition/">ExPODition</a></p>
<p><div align="center" class="button"><a href="/blog/search">Search the blog</a></div></p>
<ul class="blog-posts">
{% include list-posts.html posts=paginator.posts %}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="text-container">
<h1 class="editable">Help build an open street-level map of the natural world</h1>
<p class="subtext editable">Trek View are using crowdsourced street-level imagery to create a virtual world everyone can explore.</p>
<a href="https://landing.mailerlite.com/webforms/landing/p3p7h9" target="_blank"><img class="img-fluid" src="/assets/images/global/trekview-kilimanjaro.png" alt="Map the Paths" title="Map the Paths" /></a>
<img class="img-fluid" src="/assets/images/global/trekview-kilimanjaro.png" alt="Map the Paths" title="Map the Paths" />
</div>
</section>

Expand Down

0 comments on commit 7995d21

Please sign in to comment.