Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yogsototh committed Jan 31, 2018
1 parent d5334f9 commit 52682eb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Expand Up @@ -9,18 +9,27 @@ If you want to use this blog for you.
1. Clone from my repository.
The `--depth=1` is highly recommended to make the download far shorter.

git clone http://github.com/yogsototh/yblog --depth=1
git clone -b empty http://github.com/yogsototh/yblog --depth=1

2. Configure your languages in `Config.hs`
3. compile and launch preview
3. Install [`stack`](https://haskellstack.org)
4. Install [`nix`](https://nixos.org/nix/)
5. Start `nix-shell` (only the first time)
6. compile and launch preview

./auto-update

## Content Initialization

1. Add an avatar.png image in `Scratch/img/about`
2. You might want to change `Multilang.lhs` inside `trads` to put your own translation.
3. You might want to add some abbreviations time to time `Abbreviations.lhs`.
3. You might want to specify your own abbreviations in `Abbreviations.lhs`.
4. You should remove all my content:

~~~
rm -rf multi/*
rm -rf content/*
~~~

## Adding articles

Expand Down

0 comments on commit 52682eb

Please sign in to comment.