Skip to content

lexcao/lexcao.github.io

Repository files navigation

for GitHub pages

Hugo

local run with

$ hugo serve

Jekyll

local run with

$ bundle exec jekyll serve

Jekyll Tips

Markdown collapse

{::options parse_block_html="true" /}
<details><summary markdown="span">pom.xml</summary>

```java
class TestClass {

}

{::options parse_block_html="false" /}

## switch-tab

{::options parse_block_html="true" /}

test
class sdd {
 
}
class GroovyClass {
 
}
{::options parse_block_html="false" /} ```