Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizzao/andrewmao.net
Personal website
https://github.com/mizzao/andrewmao.net
Last synced: about 1 month ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/mizzao/andrewmao.net
- Owner: mizzao
- Created: 2016-05-09T21:26:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T18:07:24.000Z (over 1 year ago)
- Last Synced: 2024-10-15T03:46:49.520Z (3 months ago)
- Language: SCSS
- Size: 16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prereqs: https://jekyllrb.com/docs/installation/#requirements
- `gem install jekyll bundler`
- `bundle install` and `jekyll serve --watch`
- OR `bundle exec jekyll serve --watch`Updating gems to match latest github-pages: `bundle update`.
# Continuous Integration [![Build Status](https://travis-ci.org/mizzao/andrewmao.net.svg?branch=master)](https://travis-ci.org/mizzao/andrewmao.net)
[html-proofer] is used with Travis CI to check for broken links on new builds.
[html-proofer]: https://github.com/gjtorikian/html-proofer
# Test Manually
- `bundle exec rake`
# Update Gems
- `bundle update`