This page looks best with JavaScript enabled

Testing blogging with Org and ox-hugo

 ·  ☕ 2 min read

Overview

When I started blogging with jekyll and move away I began to learn hugo since it was more appealing to me. First I learned how to write my posts with Markdown, but since DistroTube’s videos I learned about Emacs (Doom Emacs) and fell in love with OrgMode. Now that my site its up and running I want to start storing all my notes/post/work using Org, it’s more simple and easy to write using it. This is my first post, let’s see how it works.

ZZo Theme

Right now, my hugo site is using the Zzo theme, and i don’t know if this new workflow using OrgMode and Emacs is going to be more suitable for me. So, let’s see if this can be the best way of posting my ideas or things I am working/learning.

Testing Zzo ShortCodes

Alerts

Box

Some markdown contents

Code

1
2
3
4
#include <iostream>
int main(int argc, char** argv) {
    return 0;
}
1
System.out.println('Hello World!');

Expand

Some Markdown Contents

Img

image alt
Sample Image: Image with title, caption, alt, ...

Notice

success text

Tab

Windows section

1
console.log('Hello World!');

MacOS section

Hello world!

Ubuntu section

Great!

Feature Image

Button

button
Share on

Jesús Mastache Caballero
WRITTEN BY
Jesús Mastache Caballero
Game Developer