Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nandomoreirame/nandomoreira-jekyll-theme
💎 My old website in Jekyll and Gulpjs
https://github.com/nandomoreirame/nandomoreira-jekyll-theme
es5 gulp gulpjs jekyll jekyll-theme rake rakefile
Last synced: 3 months ago
JSON representation
💎 My old website in Jekyll and Gulpjs
- Host: GitHub
- URL: https://github.com/nandomoreirame/nandomoreira-jekyll-theme
- Owner: nandomoreirame
- License: mit
- Created: 2015-11-12T18:06:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T17:49:02.000Z (about 7 years ago)
- Last Synced: 2024-09-28T06:41:57.551Z (4 months ago)
- Topics: es5, gulp, gulpjs, jekyll, jekyll-theme, rake, rakefile
- Language: CSS
- Homepage: https://nandomoreirame.github.io/nandomoreira-jekyll-theme/
- Size: 31.3 MB
- Stars: 103
- Watchers: 5
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nandomoreira.me jekyll theme
### [Preview](https://nandomoreirame.github.io/nandomoreira-jekyll-theme/)
## Setup
### In the terminal run the commands
```
$ sudo npm i -g gulp bower browser-sync
$ sudo gem install bundler
$ bundle install
$ npm install
```## Using Rake tasks
```
$ rake post title="TITLE OF THE POST"
$ rake page name="about.md"
$ rake category title="Programing"
$ rake tag title="Jekyll"
```## Using Jekyll
### Running the server:
```
$ jekyll server
```Access, [localhost:4000](http://localhost:4000/)
## Using Gulp
### Rum gulp
```
$ gulp
```---
## Deploy in Github pages in 2 steps
1. Change the variables `GITHUB_REPONAME` and `GITHUB_REPO_BRANCH` in `Rakefile`
2. Run `rake` or `rake publish` for build and publish on Github---
* [Jekyll](http://jekyllrb.com/)
* [Jekyll Documentation](http://jekyllrb.com/docs/home/)---
### Copyright and license
It is under [the MIT license](/LICENSE).
Enjoy! :yum: