Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnishiguchi/mnishiguchi-jekyll
https://github.com/mnishiguchi/mnishiguchi-jekyll
jekyll service-worker stimulus svg-animations turbolinks webpack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnishiguchi/mnishiguchi-jekyll
- Owner: mnishiguchi
- License: mit
- Created: 2020-05-01T14:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:54:30.000Z (about 2 years ago)
- Last Synced: 2024-10-28T16:59:08.656Z (3 months ago)
- Topics: jekyll, service-worker, stimulus, svg-animations, turbolinks, webpack
- Language: HTML
- Homepage: http://mnishiguchi.com
- Size: 4.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Blog
[![Netlify Status](https://api.netlify.com/api/v1/badges/c7d24bcd-087b-47a0-868f-82dc5163630f/deploy-status)](https://app.netlify.com/sites/mnishiguchi-jekyll/deploys)
Masatoshi Nishiguchi's blog powered by Jekyll etc.
## Dependencies
- ruby
- jekyll
- nodejs
- yarn## Get started
Make sure dependencies are installed:
```
ruby --version
jekyll --version
node --version
yarn --version
```For development, run:
```
yarn develop
```and visit http://localhost:4000
For production:
```
yarn build
```## Thanks
- [Bootstrap](https://getbootstrap.com/): frontend framework
- [Codrops | SVG Drawing Animation](https://tympanus.net/codrops/2013/12/30/svg-drawing-animation/): web design inspirations
- [Jekyll](https://jekyllrb.com/): static site generator
- [Liquid](https://shopify.github.io/liquid/): template language
- [List.js](https://listjs.com/): adds search, sort, filters and flexibility to plain HTML lists, tables, or anything
- [Netlify](https://netlify.com/): web hosting
- [Simple Icons](https://simpleicons.org/): SVG icons for popular brands
- [Stimulus]( https://stimulusjs.org/reference/controllers): javascript framework
- [Turbolinks](https://github.com/turbolinks/turbolinks): makes navigating your web application faster.
- [Webpack](https://webpack.js.org/) asset bundler
- [Workbox](https://developers.google.com/web/tools/workbox): for adding offline support to web apps
- etc