Skip to content

Commit 16ec9e3

Browse files
committed
Add small getting started
1 parent 25c03e0 commit 16ec9e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ The Graphics Programming Blog - A collection of technical articles, project post
88
- Search
99
- Tags
1010
- Show case is not thought through yet.
11+
12+
## How to get started
13+
- Fork the repo
14+
- Clone your fork
15+
- Write the technical article or project post by placing the file in the right directory inside content/
16+
- Make sure you hookup the right "front matter", thats the first few lines each markdown file needs to have, containing meta data about your post
17+
- Try it out locally by installing zola, you can get it [there](https://www.getzola.org/documentation/getting-started/installation/) (it comes with instructions for all OSes)
18+
- Once installed, simply run `zola serve` and follow instructions on the screen, it will most likely point to `http://localhost:1111`

0 commit comments

Comments
 (0)