Skip to content

Commit

Permalink
Updated Docs Page
Browse files Browse the repository at this point in the history
  • Loading branch information
akkupy committed Sep 18, 2023
1 parent 3620a67 commit d58493d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Akkupy's Blog
# My Documentation Website

[My Personal Blog](https://blog.akkupy.me) , built with [MkDocs](https://mkdocs.org).
[Documentations Page](https://docs.akkupy.me) , built with [MkDocs](https://mkdocs.org).

<p align="center"><a href="https://blog.akkupy.me"><img src="https://github-production-user-asset-6210df.s3.amazonaws.com/69421964/241719219-da11b538-bb6e-46d9-8e10-48da3b74ca55.png" width="1500"></a></p>
<p align="center"><a href="https://docs.akkupy.me"><img src="https://github-production-user-asset-6210df.s3.amazonaws.com/69421964/241719219-da11b538-bb6e-46d9-8e10-48da3b74ca55.png" width="1500"></a></p>
32 changes: 16 additions & 16 deletions docs/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset=utf-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<meta name=author content="Akkupy">
<title>Akkupy - Blog</title>
<title>Akkupy - Docs</title>
<link rel="icon" href="https://raw.githubusercontent.com/akkupy/akkupy/main/assets/favicon.ico">
<link rel=stylesheet href=assets/stylesheets/main.14411569.min.css>
<link rel=stylesheet href=assets/stylesheets/palette.df142b89.min.css>
Expand All @@ -18,7 +18,7 @@
<meta property=og:title content="Akkupy">
<meta property=og:image:width content=1200>
<meta property=og:image:height content=630>
<meta content=https://blog.akkupy.me property=og:url>
<meta content=https://docs.akkupy.me property=og:url>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VHR0GFBR7Q"></script>
<script>
Expand Down Expand Up @@ -174,8 +174,8 @@
</nav>
<div class=mdx-hero__inner>
<div class="mdx-hero__teaser md-typeset">
<h1>Welcome to Akkupy Blog!</h1>
<p>Feel free to checkout my posts..</p>
<h1>Welcome to Docs!</h1>
<p>You can find the documentation of my projects here.</p>
<a href=posts/pop_os/ class=md-button> Posts </a> <a href=about/ class="md-button md-button--secondary"> About me </a> <a href=https://akkupy.me class="md-button"> Website </a> <a href=https://akkupy.me class=mdx-hero__attribution tabindex=-1> <strong>© Akkupy</strong> </a>
</div>
<div class=mdx-hero__more>
Expand All @@ -202,8 +202,8 @@ <h1 id=everything-you-would-expect> You have reached akkupy's territory <a href=
</svg>
</div>
<div class=mdx-expect__description>
<h2>Programmer</h2>
<p>Mainly a Python Boy.</p>
<h2>SDE</h2>
<p>Mainly Focused on Python.</p>
</div>
</li>
<li class="mdx-expect__item md-typeset" hidden>
Expand All @@ -214,7 +214,7 @@ <h2>Programmer</h2>
</div>
<div class=mdx-expect__description>
<h2>Backend Developer</h2>
<p>Django is in my blood , lol</p>
<p>Django x Django Rest Framework x Flask x FastAPI</p>
</div>
</li>
<li class="mdx-expect__item md-typeset" hidden>
Expand All @@ -225,7 +225,7 @@ <h2>Backend Developer</h2>
</div>
<div class=mdx-expect__description>
<h2>Techy</h2>
<p> Well , I love gadgets!</p>
<p> Linux - Android - Server Management - Network</p>
</div>
</li>
<li class="mdx-expect__item md-typeset" hidden>
Expand All @@ -235,8 +235,8 @@ <h2>Techy</h2>
</svg>
</div>
<div class=mdx-expect__description>
<h2>SBC Boi</h2>
<p> I Just Love Raspberry Pis </p>
<h2>Single Board Computers</h2>
<p> Loves to work with Raspberry PIs</p>
</div>
</li>
<li class="mdx-expect__item md-typeset" hidden>
Expand All @@ -246,8 +246,8 @@ <h2>SBC Boi</h2>
</svg>
</div>
<div class=mdx-expect__description>
<h2>Network Analyst</h2>
<p> Connecting devices are awesome. </p>
<h2>Networking</h2>
<p> Network Management x Security </p>
</div>
</li>
<li class="mdx-expect__item md-typeset" hidden>
Expand All @@ -258,8 +258,8 @@ <h2>Network Analyst</h2>
</svg>
</div>
<div class=mdx-expect__description>
<h2>Kali Linux Uzer</h2>
<p> Loves to PenTest. </p>
<h2>PenTester</h2>
<p> Kali Linux x Black Arch </p>
</div>
</li>
</ul>
Expand Down Expand Up @@ -396,12 +396,12 @@ <h2>Kali Linux Uzer</h2>
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://blog.akkupy.me/",
"url": "https://docs.akkupy.me/",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://blog.akkupy.me/?q={search_term_string}"
"urlTemplate": "https://docs.akkupy.me/?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: "Akkupy - Blog"
site_name: "Akkupy - Docs"
site_description: "Findings, thoughts, tutorials, work. Pieces of my mind!"
site_url: "https://akkupy.me/"
repo_url: "https://github.com/akkupy/website/"
Expand Down

0 comments on commit d58493d

Please sign in to comment.