Make elegant presentations with org and reveal

Please see the presentation version of this post Reveal.js is an open source HTML presentation framework. It's a tool that enables anyone with a web browser to create fully-featured and beautiful presentations for free. You can either write the presentation with HTML, Markdown or using a plan in Slides, but there is an easier way. Org-Reveal Org-Reveal exports your Org documents to reveal.js presentations. With Org-reveal, you can create beautiful presentations with 3D effects from simple but powerful Org contents. ...

November 15, 2023 · 3 min · 639 words · Me

Blog with Hugo (and GitHub Pages)

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. That's in the Hugo website and I guess it's true, since I find it very easy to use to publish this dumb blog when I have the time to. Now, Hugo will generate the static site in your PC but how can you make it accessible from the Internet? Well… GitHub Pages is the savior. ...

January 3, 2021 · 4 min · 738 words · Me

Org-mode

Org-mode is an Emacs mode for note taking, project planing and making TODO lists (because we all need TODO lists to GTD). It can handle more things: Calendar, diary, agenda and export you Org documents to other file extensions. I am not going do talk about all can do with org-mode, you can google yourself for further information. I am going to focus in note taking and export. The org file It all starts with a file with a .org extension. Create one in Doomemacs with SPC . and name it "myfile.org". By default a template should fill the title like: ...

May 24, 2020 · 4 min · 662 words · Me

Doom, Emacs & Windows

Doom-emacs. It's a configuration framework for Emacs. Basically, it overrides the Emacs keybindings with most of vim's. As I mentioned in the last post. I started using Emacs at work due to org-mode… and work PC's use windows behind a Firewall, so using git, pip, melpa and some more are useless in my work desktop (In the Laptop all of them work if I connect to another network, which was what I did). ...

May 22, 2020 · 3 min · 552 words · Me