Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkareine/tkareine.org
The data of my blog
https://github.com/tkareine/tkareine.org
blog jekyll personal-blog sass
Last synced: 16 days ago
JSON representation
The data of my blog
- Host: GitHub
- URL: https://github.com/tkareine/tkareine.org
- Owner: tkareine
- Created: 2018-03-11T21:26:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T14:00:20.000Z (about 1 year ago)
- Last Synced: 2024-11-12T02:42:51.532Z (3 months ago)
- Topics: blog, jekyll, personal-blog, sass
- Language: SCSS
- Homepage: https://tkareine.org
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tkareine.org
The data of my blog. Utilizes [Jekyll] and [node-sass]. Deployed to an
S3 bucket at AWS.## Usage
To install dependencies:
``` shell
gem install bundler
bundle install
npm ci
```To compile and watch Sass sources for changes with [node-sass]:
``` shell
bundle exec rake sass:watch
```In another terminal, launch [Jekyll] to compile, watch site sources for
changes, and serve the site with the [Webrick] http server:``` shell
bundle exec rake jekyll:watch:prod # or :dev
```When you're ready to publish:
``` shell
bundle exec rake deploy
```For other tasks, see:
``` shell
bundle exec rake -D
```## License
Copyright © 2018 Tuomas Kareinen. I hope you'd ask my permission to
reuse the content in the `_posts` and `_sources` directories. Everything
else is released under the [MIT
License](https://opensource.org/licenses/MIT).[Jekyll]: https://jekyllrb.com/
[Webrick]: https://github.com/ruby/webrick
[node-sass]: https://github.com/sass/node-sass