Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Step 4: Once you have enough notes, got to the Github Desktop app, commit the ch
- [Santosh Thottingal](https://github.com/santhoshtr), [Binny V A](https://github.com/binnyva), Puttalu for Note taking inspiration
- Team [Obsidian](https://obsidian.md/) for making obsidian a [markdown](https://daringfireball.net/projects/markdown/) based product

#### Install Local
## Contribution

To set up your environment to develop this theme, run `bundle install`.
To set up your environment to develop this theme, run `bundle install` after cloning this repository in your local machine.

Your theme is set up just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. `_notes` contain all atomic notes. If you want to use this for blog, add posts inside `_posts` folder, following standard Jekyll frontamtter.

Expand Down
8 changes: 2 additions & 6 deletions _includes/Header.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,12 @@
Obsidian
</a>
</div>

<a href="{{page.url}}" id="theme-toggle" onclick="modeSwitcher()" style="cursor: pointer;"></a>


<div class="navbar-end is-hidden-mobile">
<div class="navbar-end is-hidden-mobile" onclick="modeSwitcher()" >
<div class="navbar-item">
<div class="buttons">
<a class="button is-text">
<span class="icon is-small">
<img src="../assets/img/sun.svg">
<img src="../assets/img/sun.svg" id="theme-toggle-img">
</span>
</a>
</div>
Expand Down
Loading