A guides site for UI eXtension built with Jekyll using the Yat theme.
-
Ruby (3.4.8)
-
Bundler
-
Git
GitHub action uses Ruby 3.4.8. If you use MacOS/Linux you can use rbenv to manage your ruby installs. Repo has
.ruby-versionfile set to 3.4.8
-
Clone the repository:
git clone https://github.com/Lint-Free-Technology/uix-guides.git cd uix-guides -
Install dependencies:
bundle install
-
Run the local server:
bundle exec jekyll serve -
Visit
http://localhost:4000in your browser
Manual deployment via action workflow. Te workflow uses jekyll-deploy-action
This site uses the jekyll-theme-yat theme via remote theme functionality, making it compatible with GitHub Pages.
- Create new markdown
.mdposts in_posts/directory in directories of main project directory. These directories become categories. - Name markdown file
YYYY-MM-DD-<descriptive short name>.md - Save any images to
assets/<category>/YYYY-MM-DD-<descriptive short name>.pngand use in post from this location. - Follow Jekyll front matter format
title:excerpt_image:if requiredtags:list
This project build CI follows the MIT license as per the YAT theme.
All content contributions licensed under CC BY-SA 4.0