Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 2.18 KB

README.md

File metadata and controls

75 lines (50 loc) · 2.18 KB

Logo

Simon's website & blog

See it live at
smartnuance.com

Get in contact · Report Typo

Attribution

This website/blog is based on Gatsby Markdown Typescript Personal Website which uses Gatsby, Markdown, Typescript, Styled Components, Talwind CSS, Framer Motion & React Font Awesome.

Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, using the Gatsby Markdown Typescript Personal Website Starter.

    gatsby new my-site-name https://github.com/SaimirKapaj/gatsby-markdown-typescript-personal-website
  2. Develop

    Navigate into your new site’s directory and start the development environment.

    gatsby develop

    Your site is now running at http://localhost:8000

  3. Build

    Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.

    gatsby build
  4. Serve

    Starts a local server for testing your production site.

    gatsby serve

    Your production site is now running at http://localhost:9000

Write content

Diagrams with PlantUML

docker run -d -p 8050:8080 --name plantuml_server --network host plantuml/plantuml-server:jetty-v1.2021.14

Install VScode extension and set two settings:

Plantuml: Render = PlantUMLServer
Plantuml: Server = http://localhost:8080