Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udiudi/udiudi.github.io
https://github.com/udiudi/udiudi.github.io
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/udiudi/udiudi.github.io
- Owner: udiudi
- Created: 2019-02-05T20:46:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T20:33:46.000Z (8 months ago)
- Last Synced: 2024-11-14T16:48:13.447Z (2 months ago)
- Language: HTML
- Size: 3.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Indigo Minimalist Jekyll Template - Demo ·
This is a simple and minimalist template for Jekyll for those who likes to eat noodles.
***
What has inside?
|
Setup?
|
Settings
|
How to
|
Tests
## What has inside?
- [Jekyll](https://jekyllrb.com/), [Gulp](http://gulpjs.com/), [Sass](http://sass-lang.com/) ~[RSCSS](http://rscss.io/)~ and [SVG](https://www.w3.org/Graphics/SVG/)
- Tests with [Travis](https://travis-ci.org/)
- Google Speed: [98/100](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F);
- No JS. :sunglasses:## Setup
0. :star: to the project. :metal:
1. [Install Jekyll](http://jekyllrb.com), [NodeJS](https://nodejs.org/) and [Bundler](http://bundler.io/).
2. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork)
3. Edit `_config.yml` with your data.
4. `bundle install`
5. `bundle exec jekyll serve`
6. open in your browser: `http://localhost:4000`## Settings
You must fill some informations on `_config.yml` to customize your site.
```
name: John Doe
bio: 'A Man who travels the world eating noodles'
picture: 'assets/images/profile.jpg'
...and lot of other options, like width, projects, pages, read-time, tags, related posts, animations, multiple-authors, etc.
```## How to:
- Article: How to Install Jekyll - by [Arti Annaswamy](https://github.com/aannasw). [Part 1](http://artiannaswamy.com/build-a-github-blog-part-1) and [Part 2](http://artiannaswamy.com/build-a-github-blog-part-2)
- [Emojis in the projects list?](https://github.com/sergiokopplin/indigo/issues/72)
- [Nokogiri dependencie problems?](https://github.com/sergiokopplin/indigo/issues/81)
- [Syncing a Fork](https://help.github.com/articles/syncing-a-fork/)
- [Tests with Travis CI - Tutorial](http://www.raywenderlich.com/109418/travis-ci-tutorial)
- [Why Sass?](https://github.com/sergiokopplin/indigo/issues/117)## Tests
You can test your app with:
```bash
bundle exec htmlproofer ./_site
```---
[MIT](http://kopplin.mit-license.org/) License © Sérgio Kopplin