Skip to content

Commit 372271f

Browse files
committed
new: add blog and favicon
1 parent 682fb63 commit 372271f

5 files changed

Lines changed: 20 additions & 9 deletions

File tree

docs/blog/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: blog
3+
---
4+
5+
let me entertain you a bit with my stories.
6+
7+
*disclaimer: i might be drunk while typing them~*
8+
9+
<!--%go:BeginTOC%-->
10+
11+
<!--%go:EndTOC%-->

docs/cv.pdf

328 KB
Binary file not shown.

docs/img/favicon.ico

198 KB
Binary file not shown.

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: ~hi, it's Nui
3-
hide:
4-
- navigation
5-
- toc
63
---
74

85
not so much to say, just hope i'll entertain you somehow. <a href="https://linkedin.com/in/rainuily" target="_blank">![Image title](./img/social/linkedin.png){ align=right width="32" }</a> <a href="https://github.com/rxinui" target="_blank">![Image title](./img/social/github.png){ align=right width="32" }</a>

mkdocs.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
site_name: rainui.dev
2-
site_url: http://rainui.dev
2+
site_url: https://rainui.dev
3+
# repo_url: https://github.com/rxinui/rainui.dev
4+
repo_name: rxinui/rainui.dev
35
theme:
46
name: simple-blog
57
custom_dir: docs/overrides
68
features:
9+
- navigation.indexes
710
- navigation.path
811
- navigation.tabs
9-
# extra_javascript:
10-
# - js/social.js
12+
nav:
13+
- index.md
14+
- blog/index.md
15+
- curriculum: cv.pdf
1116
plugins:
1217
- search:
13-
enabled: false
14-
- blog:
1518
enabled: true
1619
markdown_extensions:
1720
- attr_list
1821
- md_in_html
1922
- pymdownx.blocks.caption
2023
extra:
2124
analytics:
22-
provider: custom
25+
provider: custom

0 commit comments

Comments
 (0)