Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: link download workshop sample in english #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-prerequiste/2.1-downloadhugotheme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ <h4 id="download-hugo-theme">Download Hugo Theme</h4>
<li>After downloading <strong>Hugo Theme</strong> successfully</li>
</ol>
<ul>
<li>You will download <strong>Workshop</strong> sample to your computer at [Workshop](<a href="https://github.com/Van-Hoang-Kha/van-hoang-kha.github.io/blob/master/source/000000-">https://github.com/Van-Hoang-Kha/van-hoang-kha.github.io/blob/master/source/000000-</a> Workshop.zip)</li>
<li>You will download <strong>Workshop</strong> sample to your computer at <a href="https://github.com/Van-Hoang-Kha/van-hoang-kha.github.io/blob/master/source/000000-Workshop.zip">Workshop</a></li>
<li>After downloading <strong>Workshop.zip</strong> to your computer, extract it</li>
<li>Open folder <strong>Workshop</strong></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Download Hugo Theme",
"tags": [],
"description": "",
"content": "Download Hugo Theme Lab guide using Hugo Theme. Visit the homepage Hugo Theme to view overview information Go to Install Hugo page to download Hugo Theme depending on operating system After downloading Hugo Theme successfully You will download Workshop sample to your computer at [Workshop](https://github.com/Van-Hoang-Kha/van-hoang-kha.github.io/blob/master/source/000000- Workshop.zip) After downloading Workshop.zip to your computer, extract it Open folder Workshop Open workshop with IDE (Visual Studio Code) Execute the command to check that Hugo has been downloaded successfully hugo version\r Run the workshop by command hugo server\rOpen a browser and type localhost:1313 Make edits In the content folder, edit the content to match the content of your workshop In static/iamges folder, edit and store your workshop images "
"content": "Download Hugo Theme Lab guide using Hugo Theme. Visit the homepage Hugo Theme to view overview information Go to Install Hugo page to download Hugo Theme depending on operating system After downloading Hugo Theme successfully You will download Workshop sample to your computer at [Workshop](https://github.com/Van-Hoang-Kha/van-hoang-kha.github.io/blob/master/source/000000-Workshop.zip) After downloading Workshop.zip to your computer, extract it Open folder Workshop Open workshop with IDE (Visual Studio Code) Execute the command to check that Hugo has been downloaded successfully hugo version\r Run the workshop by command hugo server\rOpen a browser and type localhost:1313 Make edits In the content folder, edit the content to match the content of your workshop In static/iamges folder, edit and store your workshop images "
},
{
"uri": "/3-content/3.1-structures/",
Expand Down