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.
-
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
-
Develop
Navigate into your new site’s directory and start the development environment.
gatsby develop
Your site is now running at
http://localhost:8000
-
Build
Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.
gatsby build
-
Serve
Starts a local server for testing your production site.
gatsby serve
Your production site is now running at
http://localhost:9000
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