# lmp_docs **Repository Path**: linuxkerneltravel/lmp_docs ## Basic Information - **Project Name**: lmp_docs - **Description**: web frontend for LMP eBPF-hub - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-21 - **Last Updated**: 2022-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web frontend for LMP eBPF-hub ## Usage Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation). ## License This work is published under [MIT][mit] License. - [gem](https://rubygems.org/gems/jekyll-theme-chirpy) - [chirpy](https://github.com/cotes2020/jekyll-theme-chirpy/) - [use-template](https://github.com/cotes2020/chirpy-starter/generate) - [CD](https://en.wikipedia.org/wiki/Continuous_deployment) - [mit](https://github.com/cotes2020/chirpy-starter/blob/master/LICENSE) ## Add new blog post in LMP see all posts should have headers in the first 10 lines like this: ```markdown --- layout: post title: sigsnoop date: 2022-10-10 16:18 category: bpftools author: yunwei37 tags: [bpftools, syscall, kprobe, tracepoint] summary: Trace signals generated system wide, from syscalls and others. --- ``` left 2 lines blank after the header.