Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusvellone/portblog
My portfolio/blog website
https://github.com/matheusvellone/portblog
Last synced: about 1 month ago
JSON representation
My portfolio/blog website
- Host: GitHub
- URL: https://github.com/matheusvellone/portblog
- Owner: matheusvellone
- Created: 2017-05-27T16:44:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T21:32:39.000Z (over 7 years ago)
- Last Synced: 2024-10-26T01:25:04.029Z (2 months ago)
- Language: CSS
- Homepage: https://matheusvellone.github.io/portblog/
- Size: 5.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PortBlog
---[Live Website](https://matheusvellone.github.io/portblog)
This is a the source code for my personal portfolio/blog which can be accessed [here](https://matheusvellone.github.io/portblog)
The code is based in [sleek_blog](https://github.com/bawn92/sleek_blog)
## Setup
To use this project, you'll need the following things installed on your machine.
1. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
2. [Bundler](http://bundler.io/) - `$ gem install bundler`
3. [NodeJS](http://nodejs.org) - use the installer or [nvm](https://github.com/creationix/nvm) (recomended).
4. [GulpJS](http://gulpjs.com) - `$ npm install -g gulp`## Usage
1. Clone this repo, or download it into a directory of your choice.
2. Inside the directory, run `npm install` and `bundle install`**Development mode**
This will start a local server listening to `localhost:3000` and give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
```shell
$ npm start
```
## LICENSEMIT