Skip to content

Commit 35ce055

Browse files
authored
Merge pull request #7 from ncopa/rm-lock
Remove hugo lock file and fix path in README.md
2 parents 11ed01c + 7666914 commit 35ce055

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
/hugo_stats.json
44
*.local
55
.DS_Store
6+
.hugo_build.lock
7+
68

.hugo_build.lock

Whitespace-only changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Additional notes:
6565
Example tree:
6666

6767
```text
68-
content/blog/my-post-title/
68+
content/posts/my-post-title/
6969
├─ index.md
7070
├─ cover.png
7171
└─ diagram.png

0 commit comments

Comments
 (0)