Skip to content

tmplat-extension/tmplat.com

Repository files navigation

tmplat.com

The home for tmplat is hosted on GitHub Pages using Jekyll.

Install

In order to serve this website locally you will need the following:

Once you have these installed you'll need to install the website dependencies. This can be easily done using bundle install.

In order to build the website you simply need to run jekyll build which will generate the files in a _site directory. However, it's much easier have Jekyll build automatically and continuously in the background while you make changes and serve the files locally. This can easily be done running jekyll serve which will run on an available port (commonly 4000). You can find the port in the output of this command. For example;

Server address: http://127.0.0.1:4000/

Releases

No releases published

Packages

No packages published

Languages