Skip to content

Commit 2a47e4d

Browse files
feat: overhaul
1 parent 124cf9b commit 2a47e4d

File tree

6 files changed

+66
-85
lines changed

6 files changed

+66
-85
lines changed

docs/blog/posts/demo.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/blog/posts/setup.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
---
22
authors:
33
- rafael
4-
title: Blog of Blog
4+
title: Makedocs Setup
55
description: blog of setup
66
date:
7-
created: 2024-01-24
8-
updated: 2024-01-24
7+
2024-01-31
98
categories:
109
- Setup
1110
comments:
1211
true
12+
hide:
13+
- navigation
14+
- toc
1315
---
16+
1417
# Setup blog
1518

1619
!!! example

docs/index.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,37 @@
11
---
2-
comments:
3-
true
2+
title: "Home"
3+
hide:
4+
- navigation
5+
- toc
46
---
57

6-
# Welcome to MkDocs
8+
# Github Profile
79

8-
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
10+
## Self intro
11+
- automotive software engineer @[BOSCH](https://www.bosch.com/)
12+
- maker/PCB/Soldering
13+
- vim/cli lover 🥰
14+
- [Zig](https://ziglang.org/) fan
915

10-
## Commands
16+
## Tech-stack
17+
[![OS](https://skillicons.dev/icons?i=linux,windows,qnx)](https://skillicons.dev)
1118

12-
* `mkdocs new [dir-name]` - Create a new project.
13-
* `mkdocs serve` - Start the live-reloading docs server.
14-
* `mkdocs build` - Build the documentation site.
15-
* `mkdocs -h` - Print help message and exit.
19+
[![Editor](https://skillicons.dev/icons?i=neovim,vim,vscode)](https://skillicons.dev)
1620

17-
## Project layout
21+
[![Tool](https://skillicons.dev/icons?i=git,github,githubactions,stackoverflow,gmail,jenkins)](https://skillicons.dev)
1822

19-
mkdocs.yml # The configuration file.
20-
docs/
21-
index.md # The documentation homepage.
22-
... # Other markdown pages, images and other files.
23+
[![Framework](https://skillicons.dev/icons?i=opencv,pytorch,sklearn,tensorflow,vue,qt,anaconda,arduino,d3,fastapi)](https://skillicons.dev)
24+
25+
[![Lang](https://skillicons.dev/icons?i=bash,python,lua,c,cpp,cmake,matlab,powershell,latex,md,rust,zig)](https://skillicons.dev)
26+
27+
## Github-status
28+
29+
<a href="https://github.com/anuraghazra/github-readme-stats">
30+
<img align="center" width="70%" src="https://github-readme-stats.vercel.app/api?username=konosubakonoakua&count_private=true&show_icons=true" />
31+
</a>
32+
33+
## Wakatime-status
34+
<img align="center" width="70%" src="https://wakatime.com/share/@018df01a-2a6b-4a2c-b711-3ef8ecc0927d/ba0eb42f-61e0-4294-b4d7-e0417f8d2c78.svg"/>
35+
<img align="center" width="70%" src="https://wakatime.com/share/@018df01a-2a6b-4a2c-b711-3ef8ecc0927d/59bb7253-5359-46b6-9427-49e06a490aee.svg"/>
36+
37+
---

docs/stylesheets/extras.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.md-grid {
2+
max-width: 100%;
3+
}

mkdocs.yml

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
site_name: Rafael's Blog
2-
2+
site_description: Hello, world!
3+
site_url: https://konosubakonoakua.github.io/blog/
34
repo_url: https://github.com/konosubakonoakua/blog
45

56
theme:
67
name: material
78
custom_dir: overrides
9+
palette:
10+
- scheme: default
11+
toggle:
12+
icon: material/brightness-7
13+
name: Switch to dark mode
14+
- scheme: slate
15+
toggle:
16+
icon: material/brightness-4
17+
name: Switch to light mode
818
features:
919
- content.code.copy
1020
- content.code.annotate
@@ -19,11 +29,12 @@ theme:
1929
#- navigation.tabs.sticky
2030
#- navigation.expand
2131
#- navigation.instant
22-
- toc.follow
2332
- navigation.top
24-
- search.suggest
2533
#- navigation.prune
34+
- toc.follow
35+
- search.suggest
2636
- search.highlight
37+
- search.share
2738
icon:
2839
repo: material/github
2940

@@ -39,7 +50,7 @@ plugins:
3950
- blog:
4051
blog_toc: true
4152
post_date_format: short
42-
post_url_date_format: yyyy/MM/dd
53+
post_url_date_format: yyyy-MM-dd
4354

4455
markdown_extensions:
4556
- abbr
@@ -74,3 +85,12 @@ markdown_extensions:
7485
- pymdownx.emoji:
7586
emoji_index: !!python/name:material.extensions.emoji.twemoji
7687
emoji_generator: !!python/name:material.extensions.emoji.to_svg
88+
89+
#############################################################
90+
#############################################################
91+
#############################################################
92+
93+
nav:
94+
- Home: index.md
95+
- Blog:
96+
- blog/index.md

overrides/partials/post.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
<!-- Post date -->
2020
<li class="md-meta__item">
21-
<span class="twemoji">
22-
{% include ".icons/octicons/calendar-24.svg" %}
23-
</span>
21+
<!-- <span class="twemoji"> -->
22+
<!-- {% include ".icons/octicons/calendar-24.svg" %} -->
23+
<!-- </span> -->
2424
<time datetime="{{ post.meta.date }}">
25-
{{- post.meta.date_format -}}
25+
{{- post.meta.date -}}
2626
</time>
2727
{#- Collapse whitespace -#}
2828
</li>

0 commit comments

Comments
 (0)