chore(): Updating README and generating markdown version
This commit is contained in:
parent
0700288e80
commit
21bc591e59
3 changed files with 14 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/public/
|
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
[![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
|
||||
|
||||
Welcome to the DevOps blog repository.
|
|
@ -20,3 +20,12 @@ Then we can run in memory to test.
|
|||
#+begin_src shell
|
||||
hugo server -D
|
||||
#+end_src
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue