2021-07-04 05:44:16 +00:00
|
|
|
#+TITLE: README
|
|
|
|
#+AUTHOR: Elia el Lazkani
|
|
|
|
#+DESCRIPTION: README
|
|
|
|
#+TAGS: readme
|
|
|
|
|
|
|
|
* blog.lazkani.io
|
|
|
|
|
|
|
|
This is the blog written in ~ox-hugo~ and optimized for ~hugo~.
|
|
|
|
|
|
|
|
* Build
|
|
|
|
|
|
|
|
To be able to build this project, we first need to /install/ the theme.
|
|
|
|
|
|
|
|
#+begin_src shell
|
|
|
|
git submodule update --init --recursive
|
|
|
|
#+end_src
|
|
|
|
|
|
|
|
Then we can run in memory to test.
|
|
|
|
|
|
|
|
#+begin_src shell
|
|
|
|
hugo server -D
|
|
|
|
#+end_src
|
2021-07-04 06:22:06 +00:00
|
|
|
|
|
|
|
* README.md
|
|
|
|
|
|
|
|
#+begin_src md :tangle README.md
|
|
|
|
[![Build Status](https://drone.project42.io/api/badges/Elia/blog/status.svg?ref=refs/heads/main)](https://drone.project42.io/Elia/blog)
|
|
|
|
# blog.lazkani.io {#blog-lazkani-io}
|
|
|
|
|
|
|
|
Welcome to the DevOps blog repository.
|
|
|
|
#+end_src
|