Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
fix org-mode format
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Aviv Burhanudin <[email protected]>
  • Loading branch information
aerphanas committed Jun 21, 2023
1 parent 9b82a21 commit 28d7392
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# aerphanas.github.io
* aerphanas.github.io

[![Author](https://img.shields.io/badge/author-aerphanas-red.svg)](https://github.com/aerphanas)
[![Generate Pages](https://github.com/aerphanas/aerphanas.github.io/actions/workflows/hakyll.yml/badge.svg)](https://github.com/aerphanas/aerphanas.github.io/actions/workflows/hakyll.yml)
The purpose of this blog is to promote OpenSource and teach some tricks
and tips on OpenSource in depth, ranging from history, type, configuration, etc..

Static Site Powered by Hakyll

## Table of contents
- [Description](#description)
- [How to Generate site](#how-to-generate-site)

## Description

The purpose of this blog is to promote OpenSource and teach some tricks and tips on OpenSource in depth, ranging from history, type, configuration, etc..

## How to Generate site
* How to Generate site
Terms of the tools that must be installed before developing:

- cabal >= 1.10
Expand All @@ -22,12 +12,12 @@ Terms of the tools that must be installed before developing:

After installing the tools needed we only need clone github repo, by:

```sh
#+begin_src sh
git clone https://github.com/aerphanas/aerphanas.github.io.git
```
#+end_src

then after that go to the directory ```aerphanas.github.io``` and do :

```sh
#+begin_src sh
make watch
```
#+end_src

0 comments on commit 28d7392

Please sign in to comment.