“Java优化”与“Jekyll”:页面之间的差异

来自linuxsa wiki
(页面间差异)
跳转到导航 跳转到搜索
Evan留言 | 贡献
 
Evan留言 | 贡献
 
第1行: 第1行:
=ins=


== Install prerequisitesPermalink==
sudo apt-get install ruby-full build-essential


jvm参数优化
== Install Jekyll==
<pre>
sudo gem install jekyll bundler


=see also=
jekyll new myblog
[https://my.oschina.net/u/3627055/blog/2995973 一次生产的JVM优化 ]


[https://www.cnblogs.com/phirothing/p/6066427.html  jvm参数优化 ]
bundle exec jekyll serve
</pre>


  [[category:java]]
其它
  Octopress is a framework designed for Jekyll,
 
=R=
https://jekyllrb.com/docs/
 
https://github.com/jekyll/jekyll
 
 
 
 
[[category:linux]] [[category:ruby]]

2021年11月4日 (四) 03:04的最新版本

ins

Install prerequisitesPermalink

sudo apt-get install ruby-full build-essential

Install Jekyll

sudo gem install jekyll bundler

jekyll new myblog

bundle exec jekyll serve

其它

Octopress is a framework designed for Jekyll,

R

https://jekyllrb.com/docs/

https://github.com/jekyll/jekyll