Skip to content

Commit

Permalink
Update userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
jingting1412 committed Feb 3, 2024
1 parent 665f5dc commit 84f1f46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/userGuide/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Name | Template key | Description | Quick Deploy
---- | ------- | ----------- | ------------
Default | `default` | Default template if `--template` is unspecified. Includes core features such as site and page navigation for a more convenient quick start. | <a href="https://app.netlify.com/start/deploy?repository=https://github.com/MarkBind/init-typical-netlify"><img src="https://www.netlify.com/img/deploy/button.svg" /></a>
Minimal | `minimal` | Minimalistic template that gets you started quickly. | <a href="https://app.netlify.com/start/deploy?repository=https://github.com/MarkBind/init-minimal-netlify"><img src="https://www.netlify.com/img/deploy/button.svg" /></a>
Portfolio | `portfolio` | Portfolio template to quickly build your portfolio. | <a href=""><img src="https://www.netlify.com/img/deploy/button.svg" /></a>


{% from "njk/common.njk" import previous_next %}
{{ previous_next('addingNavigationButtons', '') }}
9 changes: 9 additions & 0 deletions packages/core/template/portfolio/_markbind/layouts/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
<li><a href="{{baseUrl}}/contents/project1.html" class="dropdown-item">Project1</a></li>
<li><a href="{{baseUrl}}/contents/project2.html" class="dropdown-item">Project2</a></li>
</dropdown>
<li><a href="https://github.com/MarkBind/markbind" target="_blank" class="nav-link">
<i class="fa-brands fa-github fa-lg"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/school/national-university-of-singapore/" target="_blank" class="nav-link">
<i class="fa-brands fa-linkedin fa-lg"></i>
</a>
</li>
<li slot="right">
<form class="navbar-form">
<searchbar :data="searchData" placeholder="Search" :on-hit="searchCallback" menu-align-right></searchbar>
Expand Down
2 changes: 1 addition & 1 deletion packages/core/template/portfolio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is where you can add a picture of yourself and a brief introduction
<i class="fa-brands fa-github fa-lg"></i>
</a>
), linkedIn (
<a href="https://www.linkedin.com/school/national-university-of-singapore/">
<a href="https://www.linkedin.com/school/national-university-of-singapore/">
<i class="fa-brands fa-linkedin fa-lg"></i>
</a>
), and other important links. You can also give a quick overview of the technologies and frameworks you know using our <a href="https://markbind.org/userGuide/components/imagesAndDiagrams.html#thumbnails" target="_blank">thumbnail feature</a> or our <a href="https://markbind.org/userGuide/formattingContents.html#icons" target="_blank">icons</a>.
Expand Down

0 comments on commit 84f1f46

Please sign in to comment.