Skip to content

p-program/readme

Repository files navigation

P=NP

clone

    brew install hugo
    git clone git@github.com:p-program/readme.git
    git clone git@github.com:p-program/p-program.github.io.git

new post

    post='Chrome-Is-Dead';hugo new content/post/$post.md
    # edit latest *md file in the post directory

architecture

hugo

themes

axiom

cd themes/axiom
git pull origin master
npm install
npm run prd

在 Markdown 中这样使用 Shortcode

{{< img src="/images/avatar.jpg" imgmode="rounded" >}}

{{< img src="/images/avatar.jpg" imgmode="border" >}}

{{< img src="/images/avatar.jpg" imgmode="grayscale" >}}

{{< img src="/images/avatar.jpg" >}}  <!-- 使用默认模式 -->

todo

{{< toc >}}

toc.html中指向的超链接位置不对。

About

All CODE guidelines are bullshit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •