summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2023-01-10Add more clickable links to "Contact" sectionxengineering
2023-01-10Add "Home" buttonxengineering
Since the site now has a proper navigation menu it is time for this button which is expected by most users.
2023-01-10Switch to simple.cssxengineering
The simple.css projects shares the same values as my own CSS project (libweb). But at the end: I do not have to maintain it and it more advanced.
2023-01-08Reference cgit summary instead of treexengineering
The summary view provides a nice overview and is the default page for cgit what should be respected. The downside is that it is harder to find the source tree for users not used to cgit.
2022-12-25Move all projects to index.htmlxengineering
There used to be just active projects and a link to a complete list. This is not worth a click by the user. Thus everything is moved to index.html.
2022-10-08Implement usage of friendly_namexengineering
2022-07-17Improve headline textxengineering
2022-07-17Add state parameter to Git repositoriesxengineering
Three states are supported: - experimental - active - archived
2022-05-31Set title of repository pages to namexengineering
2022-05-31Move repository data from data to contentxengineering
2022-05-31Implement repository iterationxengineering
2022-05-31Finalize structure for content/git/* pagesxengineering
2022-05-31Set <title> to xengineeringxengineering
2022-05-31Introduce content/git folderxengineering
2022-05-31Proof of concept for new project page conceptxengineering
- stores data about a repository in content file - links on index.html just with name and description to repository pages
2022-05-30Move libweb.css to webrootxengineering
2022-05-29Move software list from partials to shortcodesxengineering
2022-05-29Move software list to partialsxengineering
2022-05-29Add repositories as JSON data filexengineering
2022-05-29Move data to front matterxengineering
2022-05-29Get index.md and theme closer to actual contentxengineering
2022-05-29Remove categories and tagsxengineering
2022-05-28Fix hugo warningsxengineering
... actually I do not have an idea what I am doing here but it works.
2022-05-28Add minimal hugo examplexengineering