https://github.com/jekyller/travelmap
Minimal Jekyll plugin for your traveling experience
https://github.com/jekyller/travelmap
jekyll-plugin travelling-route world-map
Last synced: 3 months ago
JSON representation
Minimal Jekyll plugin for your traveling experience
- Host: GitHub
- URL: https://github.com/jekyller/travelmap
- Owner: jekyller
- License: mit
- Created: 2017-07-28T14:08:38.000Z (almost 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2021-10-04T12:54:07.000Z (over 3 years ago)
- Last Synced: 2025-01-25T07:41:30.516Z (5 months ago)
- Topics: jekyll-plugin, travelling-route, world-map
- Language: HTML
- Homepage: https://jekyller.github.io/TravelMap/
- Size: 2.87 MB
- Stars: 52
- Watchers: 7
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TravelMap
Travel Map plugin for your personal website
## Minimal plugin for Travel Map
This is a plugin that you show your travel map### Demo
`Here is a demo`_ of `sample effect`

Also you can visit [this web deb](https://jekyller.github.io/TravelMap/) or [my original web](http://www.junlulocky.com/travelmap/)
### Add Travel Map in your web
- Copy '/_data/country_names.yml' to your Jekyll '_data' folder;
- Change the country_name.yml file to your own experience, make the *visited* indicator to *true* if you have visited this country; *false* otherwise;
- Add **custom.css** to your website folder; Add this file route to your website page;
- Put **index.html** under the website route;
- Change the *baseurl* in *_config.yml*to your Repo name.
## Author
- [Locky](https://github.com/junlulocky)