The website of thescalable way dyvenia division.
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
.
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
For support see: eleventy-excellent.