chore(): Adding a README
This commit is contained in:
parent
830e9b6320
commit
d7a8123ce4
1 changed files with 22 additions and 0 deletions
22
README.org
Normal file
22
README.org
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
#+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
|
Loading…
Reference in a new issue