Skip to content

Commit

Permalink
Add documentation page & revamp navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
shomykohai committed Aug 23, 2024
1 parent 65ca9ce commit ae19927
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 15 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ tag_page_layout: tag_page
tag_page_dir: tag

routes: [
blog
blog,
docs
]

projects: [
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="site-footer">
<div class="wrapper">
<div class="credits">Based on <a href="https://github.com/bitbrain/jekyll-dash">dash</a> theme by <a href="https://github.com/bitbrain">bitbrain</a> made with <i class="fas fa-heart"></i>
<div class="credits">Based on <a href="https://github.com/bitbrain/jekyll-dash">dash</a> theme by <a href="https://github.com/bitbrain">bitbrain</a>, made with <i class="fas fa-heart"></i>
</div>
{%- include theme-toggle.html -%}
</div>
Expand Down
16 changes: 5 additions & 11 deletions about.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@ title: About
permalink: /about/
---

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
This is my personal website made with Jekyll.<br>
The source code is available at [the website repo](https://github.com/shomykohai/shomykohai.github.io).
<br>
<br>

You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)

You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)


[jekyll-organization]: https://github.com/jekyll
Here you'll find my blogposts, probably about music & Godot, my projects and some scripts here and there at the API endpoint.
12 changes: 10 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,16 @@ ul.related-posts > li:before {


.nav-bar {
margin-left: 50px;
text-decoration: underline;
border-radius: 0.5rem;
padding: 0.5rem 0;
padding-right: 1rem;
background-color: #101214;
margin-left: 20px;
text-decoration: none;
}

.nav-bar a {
padding-left: 20px;
}

.tag-name {
Expand Down
16 changes: 16 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: docs
layout: default
pagination:
enabled: true
---

<h1>Info</h1>
In this page you'll find all the links for the documentation of my projects and more (soon).


<h2>Documentations</h2>
<ol>
<li><a href="{{ site.url }}/quest-system">Quest System for Godot 4.x</a></li>
<li><a href="https://askitsu.readthedocs.io/">askitsu - async API wrapper for kitsu.app</a></li>
</ol>

0 comments on commit ae19927

Please sign in to comment.