Skip to content

Commit 8ed0ab1

Browse files
committed
update readme
1 parent 5b65c24 commit 8ed0ab1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# OpenPunk
22

3-
This frontend source for [openpunk.com](https://openpunk.com). `layouts/` holds my Go Template for the [hugo generator](https://gohugo.io), while the `content/` directory holds all of my blog, journal & writings for the site.
3+
This repository holds the frontend source for [openpunk.com](https://openpunk.com). `layouts/` holds my Go Template for the [hugo generator](https://gohugo.io), while the `content/` directory holds all of my writings (blog & journal) for the site.
4+
5+
In production the site is generated using the following flags
6+
```
7+
$ hugo --cleanDestinationDir --minify -d /var/www/openpunk.com -b https://openpunk.com
8+
```
9+
10+
For details on how it's deployed to [openpunk.com](https://openpunk.com) on my end, checkout this [ansible-playbook](https://github.com/CPunch/openpunk-ansible).
411

512
## Usage
613

714
Run a local copy of the site using:
815
```
916
$ hugo server
1017
```
11-
1218
Then visit the site at [http://localhost:1313/](http://localhost:1313/)
13-
14-
For details on how it's deployed to [openpunk.com](https://openpunk.com) on my end, checkout this [ansible-playbook](https://github.com/CPunch/openpunk-ansible).

0 commit comments

Comments
 (0)