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
- Host: GitHub
- URL: https://github.com/ruzickap/xvx.cz
- Owner: ruzickap
- License: mit
- Created: 2013-06-23T05:30:51.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-09T03:52:31.000Z (over 1 year ago)
- Last Synced: 2025-03-09T04:19:49.217Z (over 1 year ago)
- Topics: personal, personal-website, public, web, website, xvx, xvx-cz
- Homepage: https://xvx.cz/
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Personal pages
[](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.