Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroliveira/jroliveira.github.io
My personal website.
https://github.com/jroliveira/jroliveira.github.io
blog hacktoberfest hexo skeleton
Last synced: about 2 months ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/jroliveira/jroliveira.github.io
- Owner: jroliveira
- License: mit
- Created: 2015-04-01T03:54:24.000Z (almost 10 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-18T13:08:24.000Z (about 2 years ago)
- Last Synced: 2023-03-30T10:44:39.417Z (almost 2 years ago)
- Topics: blog, hacktoberfest, hexo, skeleton
- Language: EJS
- Homepage: https://jroliveira.net
- Size: 1.78 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Personal website - Logo][logo]
# Personal website
## Developing
### Built With
- [Node.js](https://nodejs.org/en/)
### Pre requisites
Download and install:
- [Node.js](https://nodejs.org/en/download/)
### Setting up Dev
``` bash
# Clone this repository
$ git clone https://github.com/jroliveira/jroliveira.github.io.git# Go into the repository
$ cd jroliveira.github.io# Download node packages
$ npm install
```### How to use it
``` bash
$ npm start
```### Deploy
``` bash
$ npm run deploy
```## Licensing
The code is available under the [MIT license](LICENSE.txt).
[logo]: themes/custom/source/assets/images/favicon.png "Personal website - Logo"