https://github.com/oxyc/travels
https://github.com/oxyc/travels
travel-blog traveling
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxyc/travels
- Owner: oxyc
- Created: 2015-09-10T06:14:08.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-02-11T10:14:02.000Z (over 3 years ago)
- Last Synced: 2024-04-14T12:36:36.728Z (about 2 years ago)
- Topics: travel-blog, traveling
- Language: HTML
- Homepage: http://travels.oxy.fi
- Size: 9.08 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: changes/index.md
Awesome Lists containing this project
README
# travels [](https://travis-ci.org/oxyc/travels)
Install
```
bundle install --path vendor/bundle
npm install
bower install
```
Build
```
npm run dev
npm run watch
npm run production
bundle exec jekyll serve
# Rebuild topojson files
npm run build
```