Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 995 Bytes

readme.md

File metadata and controls

27 lines (15 loc) · 995 Bytes

The Scalable Way

The website of thescalable way dyvenia division.

Blog Contribution Guidelines

Blog articles are markdown files inside the src/posts folder. The top of the markdown has a YAML section to define article metadata such as title, description and publish date.

Code Blocks are possible with the typical "```" opening and closing. Documentation on syntax highlighting and code blocks is here.

images should be stored in src/images.

Running the Site Locally

This site is using a static page generator called eleventy, you can read its documentation here.

If you have npm installed, you should be able to run a local version running the commands below. Typically the local site will run on http://127.0.0.1:8080/.

cd site-thescalableway

npm run start

Theme Support

For support see: eleventy-excellent.