Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gedankenstuecke/gedankenstuecke.github.com


https://github.com/gedankenstuecke/gedankenstuecke.github.com

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Moved elsewhere

[![a get it on codeberg logo](codeberg.png)](https://codeberg.org/gedankenstuecke/pages-source)

My website is [now being deployed through Codeberg](https://codeberg.org/gedankenstuecke/pages-source).

## Indigo Minimalist Jekyll Template - [Demo](http://sergiokopplin.github.io/indigo/) [![Build Status](https://travis-ci.org/sergiokopplin/indigo.svg?branch=gh-pages)](https://travis-ci.org/sergiokopplin/indigo)

![Screenshot](https://raw.githubusercontent.com/sergiokopplin/indigo/gh-pages/screen-shot.png)

This is a simple and minimalist template for Jekyll for those who likes to eat noodles.

memo: don't use the gulp stuff, it degrades your pictures

---

What has inside?

- [Gulp](http://gulpjs.com/)
- [BrowserSync](https://www.browsersync.io/)
- [Stylus](http://stylus-lang.com/) with [BEM](http://getbem.com/) Methodology
- [SVG](https://www.w3.org/Graphics/SVG/)
- [Travis](https://travis-ci.org/)
- No JS
- [98/100](https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fsergiokopplin.github.io%2Findigo%2F)

## Setup

1. [Install Jekyll](http://jekyllrb.com)
2. [Install NodeJS](https://nodejs.org/)
3. [Install Bundler](http://bundler.io/)
4. Fork the project [Indigo](https://github.com/sergiokopplin/indigo/fork)
5. Edit `_config.yml` with your data.
6. `bundle install`
7. `npm install`
8. `gulp`
9. open in your browser: `http://localhost:3000`

## Settings

You have to 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'

url: http://YOURUSER.github.io
# like: http://sergiokopplin.github.io
permalink: /:title/

analytics: 'UA-MYANALYTICS'
disqus: mydisqus
facebook: myfacebook
twitter: mytwitter
instagram: myinstagram
linkedin: mylinkedin
youtube: myyoutube
spotify: myspotify
github: mygithub
email: [email protected]
```

If you want pagination:
```
paginate: 5
paginate_path: "blog/:num/"
```

If you have some projects:
```
projects: true
```

## Tests

You can test your app with:

```bash
bundle exec htmlproof ./_site --verbose
````

If you want travis tests, you can take a look at:
- [http://www.raywenderlich.com/109418/travis-ci-tutorial](http://www.raywenderlich.com/109418/travis-ci-tutorial)

---

## Showcase

- [fohlen.github.io](http://fohlen.github.io/) by @[Lennard Berger](https://github.com/Fohlen)

> open a [pull-request](https://github.com/sergiokopplin/indigo/pulls) if you want your site in this awesome list

---

## Contributions

- [siddhantjain](https://github.com/siddhantjain)
- [jeandersonbc](https://github.com/jeandersonbc)
- [rootulp](https://github.com/rootulp)

## Problems?

Tell me on github or open a issue [GitHub Issue](https://github.com/sergiokopplin/indigo/issues/new).

## License

[MIT](http://kopplin.mit-license.org/) Licença © Sérgio Kopplin