Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustin170506/blog
我就像屎的倒影🦶🦶🦶 Interested in distributed systems and dev tools.
https://github.com/rustin170506/blog
blog go golang jekyll js react ruby rust rust-lang
Last synced: about 2 months ago
JSON representation
我就像屎的倒影🦶🦶🦶 Interested in distributed systems and dev tools.
- Host: GitHub
- URL: https://github.com/rustin170506/blog
- Owner: Rustin170506
- License: apache-2.0
- Created: 2019-10-17T13:42:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T14:08:31.000Z (2 months ago)
- Last Synced: 2024-10-31T15:20:10.386Z (2 months ago)
- Topics: blog, go, golang, jekyll, js, react, ruby, rust, rust-lang
- Language: HTML
- Homepage: https://rustin.me
- Size: 26.5 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rustin.me
============Blog posts, presentations, logs, and other things...
> fork from [jakewharton.com](https://github.com/JakeWharton/jakewharton.com)
Development
===========Ensure you have the correct version of Ruby installed (per `.ruby-version`). Also ensure you have the Bundler gem
installed.One-time setup
--------------bundle install
_Note: If you're on Mac OS and this fails installing nokogiri, run `brew unlink xz`, install, and then `brew link xz`._
Running the site
----------------bundle exec jekyll serve
License
=======The content of the site (blog posts, presentation slides, etc.) are licensed
as [Creative Commons CC BY 4.0](https://creativecommons.org/licenses/by/4.0/legalcode).The code powering the site is licensed as:
Copyright 2017 Jake Wharton
Copyright 2019 RustinLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.