Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Post #1

Merged
merged 14 commits into from Jan 4, 2013
36 changes: 8 additions & 28 deletions README.markdown
@@ -1,36 +1,16 @@
## What is Octopress?

Octopress is [Jekyll](https://github.com/mojombo/jekyll) blogging at its finest.
# Scala Meetup UY Site

1. **Octopress sports a clean responsive theme** written in semantic HTML5, focused on readability and friendliness toward mobile devices.
2. **Code blogging is easy and beautiful.** Embed code (with [Solarized](http://ethanschoonover.com/solarized) styling) in your posts from gists, jsFiddle or from your filesystem.
3. **Third party integration is simple** with built-in support for Twitter, Pinboard, Delicious, GitHub Repositories, Disqus Comments and Google Analytics.
4. **It's easy to use.** A collection of rake tasks simplifies development and makes deploying a cinch.
5. **Ships with great plug-ins** some original and others from the Jekyll community — tested and improved.
## Que es esto?

el source del site de http://scala.meetup.uy

## Documentation

Check out [Octopress.org](http://octopress.org/docs) for guides and documentation.


## Contributing

We love to see people contributing to Octopress, whether it's a bug report, feature suggestion or a pull request. At the moment, we try to keep the core slick and lean, focusing on basic blogging needs, so some of your suggestions might not find their way into Octopress. For those ideas, we started a [list of 3rd party plug-ins](https://github.com/imathis/octopress/wiki/3rd-party-plugins), where you can link your own Octopress plug-in repositories. For the future, we're thinking about ways to easier add them them into our main releases.
#### Construido por

* Federico Silva @fedesilva
* Gabriel Claramunt @gclaramunt

## License
(The MIT License)

Copyright © 2009-2011 Brandon Mathis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#### Construido con

Check out [Octopress.org](http://octopress.org/docs) for guides and documentation.

#### If you want to be awesome.
- Proudly display the 'Powered by Octopress' credit in the footer.
- Add your site to the Wiki so we can watch the community grow.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -4,9 +4,9 @@ require "stringex"

## -- Rsync Deploy config -- ##
# Be sure your public key is listed in your server's ~/.ssh/authorized_keys file
ssh_user = "user@domain.com"
ssh_port = "22"
document_root = "~/website.com/"
ssh_user = "scala-meetup@pragmagica.com"
ssh_port = "13666"
document_root = "~/public/"
rsync_delete = false
deploy_default = "rsync"

Expand Down
12 changes: 7 additions & 5 deletions _config.yml
Expand Up @@ -64,15 +64,15 @@ github_show_profile_link: true
github_skip_forks: true

# Twitter
twitter_user:
twitter_tweet_count: 4
twitter_user: scalameetupuy
twitter_tweet_count: 0
twitter_show_replies: false
twitter_follow_button: true
twitter_show_follower_count: false
twitter_tweet_button: true

# Google +1
google_plus_one: false
google_plus_one: true
google_plus_one_size: medium

# Google Plus Profile
Expand All @@ -93,7 +93,9 @@ disqus_short_name:
disqus_show_comment_count: false

# Google Analytics
google_analytics_tracking_id:
google_analytics_tracking_id: UA-36780239-1

# Facebook Like
facebook_like: false
facebook_like: true


3 changes: 2 additions & 1 deletion sass/_base.scss
Expand Up @@ -2,4 +2,5 @@
@import "base/font";
@import "base/layout";
@import "base/typography";
@import "base/utilities";
@import "base/utilities";

2 changes: 1 addition & 1 deletion source/_includes/archive_post.html
Expand Up @@ -16,4 +16,4 @@ <h2 class="title"><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h2>
<span class="comments"><a href="{{ root_url }}{{ post.url }}#disqus_thread">Comments</a></span>
{% endif %}
</div>
</article>
</article>
45 changes: 45 additions & 0 deletions source/_posts/2012-12-18-scala-meetup.markdown
@@ -0,0 +1,45 @@
---
layout: post
title: "Scala Meetup en Montevideo"
date: 2012-12-18 21:31
comments: false
sharing: true
categories: encuentros
---

#### Primer encuentro de entusiastas del lenguaje Scala en Montevideo.

## El 12/12/12 nos juntamos por primera vez.

La cantidad de presentes fué una agradable sorpresa para una reunión organizada tan
sobre la fecha y cerca de fin de año.

Gracias a [Pyxis](http://www.pyxisportal.com/es/) por aportar el lugar y a todos los presentes por ir:

* Matias Fernandez
* Enrique Rodriguez
* Emiliano Perez
* Alejandro Mateo
* Tomás Lazaro
* Germán Ferrari
* Gabriel Claramunt
* Federico Silva

## Que vamos a hacer?

Se manejan varias ideas y esperamos poder concretarlas todas: charlas de temas específicos,
open spaces, tutoriales y simplemente fraternizar e intercambiar ideas, buenas prácticas,
experiencias.

Si bien aún no tenemos una fecha concreta la idea es hablar regularmente de temas relacionados
con scala; el lenguaje en sí, las herramientas, la comunidad.

## Queremos saber de vos

Con el fin de preparar material para recibir mejor a todo el mundo nos gustaría
[ hacerte unas preguntas ](https://docs.google.com/spreadsheet/viewform?formkey=dFlpOXN4ZjFCeDRuMjA1X3lTMFEtdVE6MQ#gid=0).


Gracias por contestar y [seguinos en twitter](https://twitter.com/scalameetupuy/) para estar
al tanto de todas las novedades.

10 changes: 10 additions & 0 deletions source/about/index.markdown
Expand Up @@ -6,3 +6,13 @@ comments: true
sharing: true
footer: true
---

A principios de Noviembre [@fedesilva](http://twitter.com/fedesilva) y [@gclaramunt](http://twitter.com/gclaramunt)
se juntaron a hablar de Scala y con la idea de reunirse periódicamente.

Esta idea se compartió con un [grupo de entusiastas](https://groups.google.com/forum/?fromgroups=#!forum/scala-users-group-uruguay),
rápidamente se despertó el interes y planeamos conocernos.

Alejandro Mateo de [Pyxis](http://www.pyxisportal.com/en/) puso la oficina y las cervezas y el 12/12/12 nos juntamos por primera vez.