A personal knowledge base website containing course notes, review outlines, technical summaries, and random thoughts. Knownoevil is written in Chinglish and optimized with Doubao in TRAE, based on free FontAwesome icons and VuePress Theme Hope theme.
This is a personal knowledge management website built with VuePress, aimed at organizing and sharing various technical and life-related content.
- Programming Technology: Learning notes and practical experience with Python, C#, Docker, Git, and other tech stacks
- Academic Research: Course notes, research directions, and academic resources
- Life Insights: Reading notes, life experiences, and personal thoughts
- Development Logs: Technical optimization, project deployment, and development experience sharing
- Frontend Framework: VuePress v2
- Theme: VuePress Theme Hope
- Deployment: GitHub Pages
- CI/CD: GitHub Actions
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Build production version
npm run docs:build- Fork this repository
- Create a new branch
- Add or modify content
- Submit a Pull Request
src/
├── coding/ # Programming-related content
├── life/ # Life-related content
├── study/ # Study-related content
└── README.md # Website homepage
<PDF src="https://xxx.pdf" />
<PDF src="/coding/xxx.pdf" />---
title: Page Title
shortTitle: Short Title
icon: note-sticky
timeline: true
tag:
- Tag 1
- Tag 2
---
<!-- related to the md file -->Welcome to submit Issues and Pull Requests to help improve this project!
If you have any questions or suggestions, please contact me through GitHub Issues.
If you're looking for a powerful and flexible documentation framework, I highly recommend VuePress with the Theme Hope. It provides excellent features for building beautiful and functional knowledge bases.