Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-10 | Add more clickable links to "Contact" section | xengineering | |
2023-01-10 | Add "Home" button | xengineering | |
Since the site now has a proper navigation menu it is time for this button which is expected by most users. | |||
2023-01-10 | Switch to simple.css | xengineering | |
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-08 | Reference cgit summary instead of tree | xengineering | |
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-25 | Move all projects to index.html | xengineering | |
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-08 | Implement usage of friendly_name | xengineering | |
2022-07-17 | Improve headline text | xengineering | |
2022-07-17 | Add state parameter to Git repositories | xengineering | |
Three states are supported: - experimental - active - archived | |||
2022-05-31 | Set title of repository pages to name | xengineering | |
2022-05-31 | Move repository data from data to content | xengineering | |
2022-05-31 | Implement repository iteration | xengineering | |
2022-05-31 | Finalize structure for content/git/* pages | xengineering | |
2022-05-31 | Set <title> to xengineering | xengineering | |
2022-05-31 | Introduce content/git folder | xengineering | |
2022-05-31 | Proof of concept for new project page concept | xengineering | |
- stores data about a repository in content file - links on index.html just with name and description to repository pages | |||
2022-05-30 | Move libweb.css to webroot | xengineering | |
2022-05-29 | Move software list from partials to shortcodes | xengineering | |
2022-05-29 | Move software list to partials | xengineering | |
2022-05-29 | Add repositories as JSON data file | xengineering | |
2022-05-29 | Move data to front matter | xengineering | |
2022-05-29 | Get index.md and theme closer to actual content | xengineering | |
2022-05-29 | Remove categories and tags | xengineering | |
2022-05-28 | Fix hugo warnings | xengineering | |
... actually I do not have an idea what I am doing here but it works. | |||
2022-05-28 | Add minimal hugo example | xengineering | |