https://github.com/benatespina/blog.benatespina
Source code of my personal blog in Basque language
https://github.com/benatespina/blog.benatespina
Last synced: 3 months ago
JSON representation
Source code of my personal blog in Basque language
- Host: GitHub
- URL: https://github.com/benatespina/blog.benatespina
- Owner: benatespina
- License: other
- Created: 2014-04-15T21:18:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T17:24:01.000Z (over 10 years ago)
- Last Synced: 2025-01-10T09:59:59.113Z (4 months ago)
- Language: CSS
- Homepage: http://blog.benatespina.com
- Size: 657 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[blog.benatespina](http://blog.benatespina.com)
================
##Nire programazio kontuen txokoa> My personal blog where I am talking about development in basque.
##Getting Started
If you want to test in your localhost, you must have installed ***NodeJS***, ***MongoDB***, ***Sass*** with ***Compass*** and alternatively ***GruntJS***.If you have not installed [Node.js](http://nodejs.org/) before, be sure to check out this [link](https://github.com/joyent/node/wiki/Installation); it explains how to install a [Node.js](http://nodejs.org/) in a different platforms.
This project works with [Sass](http://sass-lang.com/) preprocessor and [Compass](http://compass-style.org/) framework to compile CSS. Before install, you have to install [RubyGems](https://rubygems.org/pages/download).
Also, to install [MongoDB](http://www.mongodb.org/) you can follow this [link](http://docs.mongodb.org/manual/installation/); it is the explanation for installing on all the environments.
Finally, if you have not used [Grunt](http://gruntjs.com/) before, be sure to check out the [getting started](http://gruntjs.com/getting-started) guide, as it explains how to install it.
Then, you have to type the following commands:
$ git clone https://github.com/benatespina/blog.benatespina.git blog
$ cd blog
$ npm install
$ gruntNow, you should type in your favourite browser the following url and that's all!
http://localhost:3000/
This blog contains some fixtures such as four articles and the user admin for a better test. These are the credentials:
email (posta eletktronikoa): [email protected]
password (pasahitza) : 123456## Credits
Created by **benatespina** - [[email protected]](mailto:[email protected]).
Copyright (c) 2014## Licensing Options
Released under MIT license. See [LICENSE.md](https://github.com/benatespina/blog.benatespina/blob/master/LICENSE.md) file for more information.