-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
61 lines (50 loc) · 3.59 KB
/
Copy pathindex.xml
File metadata and controls
61 lines (50 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>VorT3x's Blog</title>
<link>https://vort3x.me/</link>
<description>Recent content on VorT3x's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 13 Sep 2015 19:03:00 +0300</lastBuildDate>
<atom:link href="https://vort3x.me/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Github Pages + Hugo = Love</title>
<link>https://vort3x.me/moved-to-hugo/</link>
<pubDate>Sun, 13 Sep 2015 19:03:00 +0300</pubDate>
<guid>https://vort3x.me/moved-to-hugo/</guid>
<description>I was aware of Jekyll and Github Pages long time ago, but I didn&rsquo;t want to have Ruby environment to generate my blog, so I&rsquo;ve ended up with Ghost blog on DigitalOcean.
Few months ago when I was on vacation I started to learn Golang:
Let the vacation begin! #golang @golang pic.twitter.com/LqAXc3g5ot
&mdash; Dmitri Logvinenko (@VorT3x) June 22, 2015
And of course I found Hugo. But I was busy and had no time for my blog until now.</description>
</item>
<item>
<title>ASP.NET 5 MVC on OS X</title>
<link>https://vort3x.me/asp-net-5-mvc-on-os-x/</link>
<pubDate>Sun, 28 Jun 2015 19:18:08 +0300</pubDate>
<guid>https://vort3x.me/asp-net-5-mvc-on-os-x/</guid>
<description>How to create, build and run ASP.NET 5 MVC web application on OS X
Plan:
Install homebrew Install ASP.NET 5 on OS X Generate ASP.NET MVC project Build web application Run it Install Homebrew $ ruby -e &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)&quot; Install ASP.NET 5 on OS X $ brew tap aspnet/dnx $ brew install dnvm Now add source dnvm.sh to your /.bash_profile, ~/.bashrc or ~/.zshrc at the end of file</description>
</item>
<item>
<title>Sails.js on Heroku</title>
<link>https://vort3x.me/sailsjs-heroku/</link>
<pubDate>Tue, 19 May 2015 00:14:33 +0300</pubDate>
<guid>https://vort3x.me/sailsjs-heroku/</guid>
<description>How to deploy your Sails.js application to Heroku.
First of all What is Sails.js? Per sailsjs.org:
Sails makes it easy to build custom, enterprise-grade Node.js apps. It is designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture. It&rsquo;s especially good for building chat, realtime dashboards, or multiplayer games; but you can use it for any web application project - top to bottom.</description>
</item>
<item>
<title>Powered by Ghost</title>
<link>https://vort3x.me/powered-by-ghost/</link>
<pubDate>Sat, 16 May 2015 00:23:08 +0300</pubDate>
<guid>https://vort3x.me/powered-by-ghost/</guid>
<description>Hello World!
I wanted to start blogging years ago and it&rsquo;s time to start. I&rsquo;ve chosen Ghost for my blog, hosted it on DigitalOcean and bought template made by EckoThemes from ThemeForest.
Mostly I&rsquo;ll write technical articles. Currently I feel real passion to Node.js and want to dig it further, that&rsquo;s one of the reasons why I&rsquo;ve chosen Ghost for blogging, since it&rsquo;s built on Node.js. I really like how simple it&rsquo;s comparable to Wordpress and it uses Markdown syntax for posts, which is also pleasant to use.</description>
</item>
</channel>
</rss>