Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6996c6e081b808521ba60e05c0e405cd5a06949b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Edidor
[中文](https://github.com/jacobsun/edidor/blob/master/README-zh.md)

A hugo theme that looks like an editor.

Thanks for [@GoHugoIO](https://twitter.com/GoHugoIO)'s [promotion](https://twitter.com/GoHugoIO/status/1127175277673631744)

** The theme code is fully rewrote, but the
# Demo
[Live](https://ziox.xyz/)

# Screenshot
![screenshot](https://raw.githubusercontent.com/jacobsun/edidor/master/images/screenshot.png)
![screenshot](https://raw.githubusercontent.com/jacobsun/edidor/master/images/tags.png)
![screenshot](https://raw.githubusercontent.com/jacobsun/edidor/master/images/comment.png)



# Installation
Inside the folder of your Hugo site run:

```
cd themes
git clone https://github.com/jacobsun/edidor
```
or

```
cd themes
git submodule add https://github.com/jacobsun/edidor
```

# Usage

Copy `config.toml` in `exampleSite` to your site root folder, you are good to go, you can also find more information there.

# License
MIT