Org Export

Built-in markdown export In my previous post I mentioned that most packages made to write content for Hugo in org-mode will not work for me. After digging around a bit in the org documentation, I found a way to at least make my life a little easier by using built-in org exporter to markdown and including this snippet in .org file. #+OPTIONS: toc:nil #+begin_export markdown --- title: "Org Export" author: ["Szymon Barloga"] date: Sat, 13 Apr 2024 16:04:37 +0200 tags: ["Org", "Site", "Hugo"] draft: false --- #+end_export Hugo, with my theme, will make its own table of contents....

April 13, 2024 · 1 min · Szymon Barloga

My Second Post

Configuration of this site This site is hosted on VPS provided by FTdL as a thank you for my donation. I asked to set up it with ubuntu, and later configured apache web server for it. It took me about a week to configure just that, along with domains, SSL, and other stuff. Hugo After such difficulties in setting up a basic HTTP server, I decided that having a static site was the way to go....

April 13, 2024 · 2 min · Szymon Barłoga