This is the repo used to create my personal website: https://carlosgub.dev
-
Read the README from the Kobweb repository to install the Kobweb binary.
-
Run the development server by typing the following command in a terminal under the
sitefolder:
$ cd site
$ kobweb run- Open http://localhost:8080 with your browser to see the result.
- Access the Links page (Linktree-style) at http://localhost:8080/links.
You can use any editor you want for the project, but we recommend using IntelliJ IDEA Community Edition downloaded using the Toolbox App.
Press Q in the terminal to gracefully stop the server.
This project includes a specialized skill for exporting the site as a static website.
- Navigate to the
sitefolder. - Run the export command:
$ kobweb export --layout staticThe exported site will be available in site/.kobweb/site/.
For more details, see the Static Export Skill.
- This project use Kobweb
- Inspired by Brittany Chiang, Kristina Volchek and Linktree.
