An open API service indexing awesome lists of open source software.

https://github.com/ruzickap/xvx.cz

xvx.cz
https://github.com/ruzickap/xvx.cz

personal personal-website public web website xvx xvx-cz

Last synced: 6 months ago
JSON representation

xvx.cz

Awesome Lists containing this project

README

          

# Personal pages

[![Build Status](https://github.com/ruzickap/xvx.cz/workflows/hugo-build/badge.svg)](https://github.com/ruzickap/xvx.cz)

[https://xvx.cz](https://xvx.cz)

## Project Description

This repository hosts the code for the personal landing page
[xvx.cz](https://xvx.cz).
The landing page serves as a central hub for Petr Ruzicka's and Bozena
Ruzickova's various websites and blogs.

## Technologies Used

The website is built using the following technologies:

* **Hugo:** A fast and flexible static site generator.
* **Bootstrap:** A popular CSS framework for responsive design, via the
`bootstrap-bp-hugo-startpage` theme.
* **GitHub Pages:** Used for hosting the static website.

## Repository Structure

Key files and directories in this repository include:

* `config.toml`: The main Hugo configuration file, defining site
parameters, themes, and other settings.
* `data/`: Contains data files (e.g., YAML or TOML) used by Hugo to
generate site content, such as the links on the start page.
* `static/`: Stores static assets like images (e.g., `favicon.ico`),
custom CSS, or JavaScript files that are served as-is.
* `themes/`: Contains the Hugo theme(s) used for the site. This site uses
the `bootstrap-bp-hugo-startpage` theme.
* `.github/workflows/`: Contains GitHub Actions workflow configurations,
automating tasks like building the Hugo site, checking for broken
links, and deploying to GitHub Pages.