All Projects → pxai → pxai.github.io

pxai / pxai.github.io

Licence: MIT License
No description, website, or topics provided.

Programming Languages

HTML
75241 projects
Rich Text Format
576 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
hack
652 projects
SCSS
7915 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].