Skip to content

Commit

Permalink
Remove blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblam committed May 17, 2024
1 parent 1361a90 commit 4fc4e09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
ericblam.github.io
======================
Hosted at ericblam.com, this website provides information on Eric Lam.
Hosted at ericblam.com, this website provides information on Eric Lam.

======================
Locally buildable with the following

```sh
$ jekyll serve
```

or with

```sh
$ jekyll serve --port 8080
```
5 changes: 1 addition & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
Expand All @@ -44,9 +44,6 @@
<li class="nav-item">
<a class="nav-link" id="nav-gallery" href="/gallery/">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" id="nav-blog" href="/blog/">Blog</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 4fc4e09

Please sign in to comment.