Skip to content

vojtechruz/vojtechruzicka-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,633 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vojtech Ruzicka's Programming Blog

This repository contains the source code for vojtechruzicka.com, a blog about Full-stack Software Development, Clean Code, Design Patterns, Java, Spring, JavaScript, and more. Built with Eleventy static site generator.

Running Locally

To run the blog locally for development, follow these steps:

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
    This will start a local server at http://localhost:8080 with hot-reloading.

Other Commands

  • npm run build: Build the site for production.
  • npm run test: Run Vitest unit tests.
  • npm run validate: Run all validation checks (HTML, CSS, JS, Markdown, Links).
  • npm run format: Format the codebase using Prettier.
  • npm run clean: Remove the _site directory.

Contributing

Contributions are welcome! If you find a typo, broken link, or have a suggestion, please see CONTRIBUTING.md for guidelines.

Forking

Feel free to fork this repository and use the code for your purposes. Be sure to delete all the posts and personal configuration.

License

Content

All blog content (posts, images, etc.) is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).

Code

The source code of this project is licensed under the MIT License.

About

Source code for blog vojtechruzicka.com

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors