enhance(): Updating README.org
This commit is contained in:
parent
36168bb407
commit
a7f543ed9d
1 changed files with 16 additions and 2 deletions
18
README.org
18
README.org
|
@ -9,19 +9,33 @@ This is the blog written in ~ox-hugo~ and optimized for ~hugo~.
|
||||||
|
|
||||||
* Build
|
* Build
|
||||||
|
|
||||||
|
** Pulling Theme
|
||||||
|
|
||||||
To be able to build this project, we first need to /install/ the theme.
|
To be able to build this project, we first need to /install/ the theme.
|
||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Then we can run in memory to test.
|
** Running Hugo Server
|
||||||
|
|
||||||
|
We can run in memory to test.
|
||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
hugo server -D
|
hugo server -D
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* README.md
|
** Generate
|
||||||
|
|
||||||
|
We can generate the hugo site with the following command.
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
hugo
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
* Documentation
|
||||||
|
|
||||||
|
** README.md
|
||||||
|
|
||||||
#+begin_src md :tangle 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)
|
[![Build Status](https://drone.project42.io/api/badges/Elia/blog/status.svg?ref=refs/heads/main)](https://drone.project42.io/Elia/blog)
|
||||||
|
|
Loading…
Reference in a new issue