Skip to content

Commit

Permalink
Post: Deep Learning with fastai - 1 and minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghoho committed Jul 15, 2020
1 parent 84ead70 commit 70c1869
Show file tree
Hide file tree
Showing 22 changed files with 848 additions and 24 deletions.
5 changes: 2 additions & 3 deletions content/english/posts/hugo-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you have installed Hugo for your OS using the above methods, check the curren
hugo version
```

![hugo version check](/images/hugo_quick_start/hugo_version.png)
{{< image src="/images/hugo_quick_start/hugo_version.png" caption="Hugo Version Check" alt="hugo-version" height="500px">}}

## 2. Create Hugo Site

Expand Down Expand Up @@ -153,8 +153,7 @@ hugo server -D
```

When you run that code, you can see the theme applied to the blog and the posts that have been made.

![hugo server -D](/images/hugo_quick_start/hugo_server.png)
{{< image src="/images/hugo_quick_start/hugo_server.png" caption="hugo server -D" alt="hugo-run" height="500px">}}

Originally, the default port should be *1313*, such as `localhost:1313` or `127.0.0.1:1313`, but when running multiple ports, the remaining ports are randomly specified.

Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 70c1869

Please sign in to comment.