Skip to content

Commit 5be8126

Browse files
committed
Minor updates and corrections
1 parent b6a6b7c commit 5be8126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ Nikola's source files are located on the `main` git branch, and the built HTML f
6666
git push --set-upstream origin new-branch-name
6767
```
6868

69-
3. Make and commit changes in the `web/` directory. Most of the pages
70-
are in `web/pages/` while blog posts are in `web/posts/`.
69+
3. Make and commit changes in the `pages/` directory. Most of the pages
70+
are in `pages/` while blog posts are in `web/posts/`.
7171

7272
```bash
7373
git add changed_file.md
74-
git commit -m "Updated changed_file.md"
74+
git commit -m "Update changed_file.md"
7575
```
7676

77-
Pages and posts are predominantly written in markdown, but [`nikola` supports various file formats](https://getnikola.com/handbook.html#supported-input-formats) like HTML, reStructuredText, etc. Please use the markdown format, unless it's absolutely necessary to use one of the others.
77+
Pages and posts are written in [Markdown](https://www.markdownguide.org/).
7878

79-
4. Inside the `web/` directory, build and preview the website using
79+
4. Build and preview the website using
8080

8181
```bash
8282
nikola auto --browser

0 commit comments

Comments
 (0)