Skip to content

Commit b926673

Browse files
committed
feat: Add "Secure String Encryption in Python" blog post and update homepage features
1 parent 5750e69 commit b926673

4 files changed

Lines changed: 632 additions & 2 deletions

File tree

.vitepress/config.mts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ export default defineConfig({
6565
provider: "local",
6666
},
6767
sidebar: [
68+
{
69+
text: "Engineering Blogs",
70+
items: [{
71+
text: "🔐 Secure String Encryption in Python",
72+
link: "/docs/how-to-secure-keys.md",
73+
},]},
6874
{
6975
text: "Penify Blogs",
7076
items: [{
@@ -119,7 +125,7 @@ export default defineConfig({
119125
link: "/docs/Amazon-to-Scrap-Local-Alexa-Processing.md",
120126
},
121127
{
122-
text: "Gemma 3 Most Powerful AI",
128+
text: "🔥 Gemma 3 Most Powerful AI",
123129
link: "/docs/current-strongest-model-that-fits-on-a-single-GPU.md",
124130
},
125131
{

0 commit comments

Comments
 (0)