Frostman's blog

Blog about programming and techs

First Post

| Comments

Welcome!

It is the first post in my personal blog. I have planned to write some articles about programming and technologies in it. I think that most of them will be written in english.

This blog is based on Octopress blogging framework and hosted at Github pages.

You can subscribe to this blog via rss or email.

There are some examples of embedding code into the article below:

Embedding gist:

Embedding inline code with pygments:

Discover the power of alert blog
1
alert("test")

Embedding code from a file:

title (test.js) download
1
alert("test")

Embedding inline code with the codeblock tag:

title blog
1
alert("test")

Comments