Skip to content

pxai/pxai.github.io

Repository files navigation

pello.io website

Based on Jekyll

bundle exec jekyll serve

useful commandss

$ jekyll build

=> The current folder will be generated into ./_site

$ jekyll build --safe

Option for GitHub generation, does not generate any plugin or dynamic content

$ jekyll build --destination <destination>

=> The current folder will be generated into

$ jekyll build --source <source> --destination <destination>

=> The folder will be generated into

$ jekyll build --watch

=> The current folder will be generated into ./_site, watched for changes, and regenerated automatically.

Plugins instalation

In _config.yml

plugins: [jekyll-coffeescript, jekyll-watch, jekyll-assets]

Instalation:

gem install jekyll-coffeescript jekyll-watch jekyll-assets

Using theme: minima

Minima is a one-size-fits-all Jekyll theme for writers. It's Jekyll's default (and first) theme. It's what you get when you run jekyll new.

Theme preview

minima theme preview

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published