Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nandomoreirame/dotx
💎 Simple & Beautiful Jekyll theme
https://github.com/nandomoreirame/dotx
beautiful-jekyll-theme blogging free-jekyll-theme jekyll jekyll-blog jekyll-theme
Last synced: 2 months ago
JSON representation
💎 Simple & Beautiful Jekyll theme
- Host: GitHub
- URL: https://github.com/nandomoreirame/dotx
- Owner: nandomoreirame
- License: mit
- Created: 2015-12-20T16:11:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T15:34:07.000Z (over 3 years ago)
- Last Synced: 2023-03-24T23:42:05.817Z (almost 2 years ago)
- Topics: beautiful-jekyll-theme, blogging, free-jekyll-theme, jekyll, jekyll-blog, jekyll-theme
- Language: CSS
- Homepage: https://nandomoreirame.github.io/dotX
- Size: 945 KB
- Stars: 85
- Watchers: 2
- Forks: 55
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .X [![Build Status](https://travis-ci.org/nandomoreirame/dotX.svg?branch=master)](https://travis-ci.org/nandomoreirame/dotX)
> Simple & Beautiful Jekyll theme
### [Demo](https://nandomoreirame.github.io/dotX/)
![dotX - free Jekyll theme](/screenshot.png)
---
### Start in 4 steps
1. Download or clone repo `git clone [email protected]:nandomoreirame/dotX.git`
2. Enter the folder: `cd dotX/`
3. Install Ruby gems: `bundle install`
4. Start Jekyll server: `jekyll serve`Access, [localhost:4000/dotX](http://localhost:4000/dotX)
### 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---
### Using Rake tasks
* Create a new page: `rake page name="contact.md"`
* Create a new post: `rake post title="TITLE OF THE POST"`---
### Copyright and license
It is under [the MIT license](/LICENSE).
Enjoy :yum:
by [nandomoreira.me](https://nandomoreira.me)