mirror of
https://github.com/softinio/softinio.com.git
synced 2025-08-31 17:26:42 -07:00
added meetup section & theme corrections
This commit is contained in:
parent
91300e29a6
commit
21c571749c
49 changed files with 8780 additions and 48 deletions
|
@ -1,13 +1,10 @@
|
|||
+++
|
||||
categories = [""]
|
||||
date = "2015-11-26T09:16:07-05:00"
|
||||
description = "About Salar Rahmanian"
|
||||
keywords = ["Salar", "Rahmanian", "Salar Rahmanian"]
|
||||
Description = "About Salar Rahmanian"
|
||||
Keywords = ["Salar", "Rahmanian", "Salar Rahmanian"]
|
||||
menu = "main"
|
||||
slug = "salar-rahmanian"
|
||||
tags = [""]
|
||||
title = "Salar Rahmanian"
|
||||
|
||||
Slug = "salar-rahmanian"
|
||||
Title = "Salar Rahmanian"
|
||||
+++
|
||||
|
||||

|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
+++
|
||||
categories = ["development"]
|
||||
Topics = ["development"]
|
||||
date = "2014-01-09T08:54:57-05:00"
|
||||
description = "Overview of what is involved in getting your Laravel 4 apps authentication system to integrate with Get Satisfaction Fastpass for single sign on."
|
||||
keywords = ["laravel", "php", "fastpass"]
|
||||
tags = ["laravel", "php", "fastpass"]
|
||||
slug = "integrating-get-satisfaction-fastpass-with-laravel"
|
||||
title = "Integrating Get Satisfaction Fastpass with Laravel"
|
||||
|
||||
Description = "Overview of what is involved in getting your Laravel 4 apps authentication system to integrate with Get Satisfaction Fastpass for single sign on."
|
||||
Keywords = ["laravel", "php", "fastpass"]
|
||||
Tags = ["laravel", "php", "fastpass"]
|
||||
Slug = "integrating-get-satisfaction-fastpass-with-laravel"
|
||||
Title = "Integrating Get Satisfaction Fastpass with Laravel"
|
||||
+++
|
||||
|
||||
Here is an overview of what is involved in getting your Laravel 4 apps authentication system to integrate with Get Satisfaction Fastpass for single sign on.
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
+++
|
||||
categories = ["python", "golang"]
|
||||
Topics = ["development"]
|
||||
date = "2015-11-29T07:16:53-05:00"
|
||||
description = "In this post I will discuss the steps I took to migrate my blog from Pelican to Hugo."
|
||||
keywords = ["pelican", "hugo", "golang", "go", "python", "blog"]
|
||||
slug = "migrating-from-pelican-to-hugo"
|
||||
tags = ["pelican", "hugo", "golang", "go", "python", "blog"]
|
||||
title = "Migrating from Pelican to Hugo"
|
||||
|
||||
Description = "In this post I will discuss the steps I took to migrate my blog from Pelican to Hugo."
|
||||
Keywords = ["pelican", "hugo", "golang", "go", "python", "blog"]
|
||||
Slug = "migrating-from-pelican-to-hugo"
|
||||
Tags = ["pelican", "hugo", "golang", "go", "python", "blog"]
|
||||
Title = "Migrating from Pelican to Hugo"
|
||||
+++
|
||||
|
||||
In this post I will discuss the steps I took to migrate my blog from [Pelican](http://blog.getpelican.com/) to [Hugo](http://gohugo.io/).
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
+++
|
||||
categories = ["development", "python"]
|
||||
Topics = ["development"]
|
||||
date = "2015-04-13T09:06:03-05:00"
|
||||
description = "Using pyenv to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze."
|
||||
slug = "using-pyenv-for-python-projects"
|
||||
tags = ["python", "pyenv", "centos"]
|
||||
keywords = ["python", "pyenv", "centos"]
|
||||
title = "Using pyenv for Python projects"
|
||||
|
||||
Description = "Using pyenv to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze."
|
||||
Slug = "using-pyenv-for-python-projects"
|
||||
Tags = ["python", "pyenv", "centos"]
|
||||
Keywords = ["python", "pyenv", "centos"]
|
||||
Title = "Using pyenv for Python projects"
|
||||
+++
|
||||
|
||||
Using [pyenv][3] to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue