Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keiichiw/keiichiw.github.io
https://keiichiw.github.io/
https://github.com/keiichiw/keiichiw.github.io
Last synced: 12 days ago
JSON representation
https://keiichiw.github.io/
- Host: GitHub
- URL: https://github.com/keiichiw/keiichiw.github.io
- Owner: keiichiw
- License: mit
- Created: 2024-03-30T12:28:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T21:53:37.000Z (6 months ago)
- Last Synced: 2024-11-08T01:14:25.626Z (2 months ago)
- Language: JavaScript
- Homepage: https://keiichiw.github.io/
- Size: 50.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# keiichiw.github.io
The souce code of my page .
This is a fork of .
## Running Locally
When you are initially working your website, it is very useful to be able to preview the changes locally before pushing them to GitHub. To work locally you will need to:
1. Clone the repository and made updates as detailed above.
1. Make sure you have ruby-dev, bundler, and nodejs installed: `sudo apt install ruby-dev ruby-bundler nodejs`
1. Run `bundle install` to install ruby dependencies. If you get errors, delete Gemfile.lock and try again.
1. Run `jekyll serve -l -H localhost` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.