summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/index.html
AgeCommit message (Collapse)Author
2023-01-12Remove unnecessary themes folderxengineering
This just makes sense if you have multiple themes.
2023-01-10Add more clickable links to "Contact" sectionxengineering
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.
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-17Add state parameter to Git repositoriesxengineering
Three states are supported: - experimental - active - archived
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-28Add minimal hugo examplexengineering