Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rousan/rousan.github.io
My portfolio & bog
https://github.com/rousan/rousan.github.io
blog portfolio rousan
Last synced: 7 days ago
JSON representation
My portfolio & bog
- Host: GitHub
- URL: https://github.com/rousan/rousan.github.io
- Owner: rousan
- Created: 2018-01-22T17:28:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T18:18:46.000Z (5 months ago)
- Last Synced: 2024-11-22T04:35:55.409Z (2 months ago)
- Topics: blog, portfolio, rousan
- Language: HTML
- Homepage:
- Size: 979 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [rousanali.com](https://rousanali.com/)
My Portfolio and blog.
## Usage
To test on local machine, do the following steps:
* Install [Jekyll](http://jekyllrb.com/), [NodeJS](https://nodejs.org/) and [Bundler](http://bundler.io/).
* Clone the repository.
* Checkout develop branch.
* Install dependencies.
* Build the project.
* Start the server.
* Open `http://localhost:4000`.```bash
$ git clone [email protected]:rousan/rousan.github.io.git
$ cd rousan.github.io
$ git checkout develop
$ bundle install
$ bundle exec jekyll serve --config _config.yml,_config-dev.yml
```To test on devices of same local network, run:
```bash
$ JEKYLL_ENV=production bundle exec jekyll serve --host 0.0.0.0 --config _config.yml,_config-dev.yml
```## Test
```bash
$ chmod +x travis.sh
$ ./travis.sh
```