First Post
First Post
Hi there,
this is more a repost than a post, but since I haven’t done much with the previous version of this blog, I think it still counts. 😅
I’ve decided to start writing more about the things that I jot down while learning about new technologies and API and while developing my pet projects.
For one, this hopefully helps me to improve my technical English writing skill.
Also, writing a somewhat understandable blog post requires me to think more deeply about the matter at hand, and therefore will hopefully improve my understanding and retention of the material.
Migrating to Jekyll
I decided to move to Jekyll as a framework for my tech blog for several reasons.
Wordpress is great and has lots of features but can feel a little heavy at times. I might have to invest a little more time into the setup, but Jekyll seems to give me way more control.
Another point is that I don’t have too much experience with Ruby, and this gives me some opportunity to play around with it.
Now I’m able to quickly write up a post in markdown, and I can publish it by just moving it to the appropriate folder and push to the repository hosted on Netlify.
I will be migrating my first couple of posts from my Wordpress blog over here.
So here are some visual tests
Just to check and see if I broke anything while tweaking the theme… 😅
- A
- List
- with
- some
- items
- and more
A | Table | with |
---|---|---|
some | interesting | content |
and | some | more |
and | then | some |
1
2
Some text in code
block
1
2
cd some/dir
python some.py
1
2
3
4
// Some piece of code in Swift syntax highlighted
func hoge(a: String) -> Int? {
return nil
}
and some inline code
highlighting.
Asset integration
callout type boxes
The body of the info box goes here. You can write
Markdown
inside the block.
The body of the tip goes here. You can write
Markdown
inside the block.
The body of the warning box goes here. You can write
Markdown
inside the block.
The body of the danger box goes here. You can write
Markdown
inside the block.
SNS integration
Twitter Plugin
removed because it uses cookies
GitHub
Mermaid diagrams
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
gantt
title Adding GANTT diagram functionality to mermaid
apple :a, 2017-07-20, 1w
banana :crit, b, 2017-07-23, 1d
cherry :active, c, after b a, 1d