-
-
Notifications
You must be signed in to change notification settings - Fork 5
Extensions (VSC)
JDSherbert edited this page May 27, 2024
·
1 revision
- Gem 6.0.1
- jekyll 4.3.2
- just-the-docs 0.6.2
- jekyll-last-modified-at 1.1
(The following should never be modified within the Repository files!)
- HTML & Css Support
- Python
- .NET Install Tool
- Live Preview
- Live Server
For the following you are required to install Bundler and ruby..
- To install bundler open your local Cmd
command prompt
writegem install bundler
- Once it is installed, locate the project that we are using and locate the main folder where
_config.yml
is located - Take the navigated path and then past the path to your
cmd
by using the commandcd
- change directory- As an example
cd path/to/your/project
- As an example
- Once there now do the following command
bundle install
To install Ruby..
- Go to the official Ruby website and install the latest version of ruby
- Once installed you need to add it to your system path (Pleases Reference to the Official documentation available on the webite)
- For reference https://learn.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee537574(v=office.14)
Once Bundler and Ruby are installed:
- Open Visual studio Code
- Locate the core folder of the roject where
_config.yml
is located - Now open the terminal in
vsc
- Visual studio code- Top Left side Panel locate
Terminal
, click new terminal - Alternatively click
Ctrl + Shift + `
- Top Left side Panel locate
- Within the terminal write the following command
bundle exec jekyll serve
to Start hosting the page.
Content Written By VerzatileDev, 2024