Skip to content

SanguPackage/sangu-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sangu.be

Flow

cinst ruby ruby2.devkit /y
gem install jekyll bundler
bundle install

bundle exec jekyll serve -I --drafts

# New plugin
# Add to _config.yml and Gemfile
bundle install

# PRD flag
$env:JEKYLL_ENV = "production"
bundle exec jekyll build

Using the livereload app for automatic refresh with the Chrome plugin.
As an alternative to the Chrome plugin, livereload is also injected in default.html with a script tag.

Jekyll

Github pages supported plugins

Plugins that might be added later:

Liquid

Shopify: Liquid themes Shopify: Liquid for Designers

Kramdown

{% highlight ruby linenos %}
{% endhighlight %}

{::options parse_block_html="true" /}
<pre># yaye</pre>
{::options parse_block_html="false" /}

{% for my_page in site.pages %}
	{% if my_page.title %}
		<a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
	{% endif %}
{% endfor %}

About

New Sangu site: containing TribalWars, HTPC & Fall Guys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published