Commit Graph

8 Commits

Author SHA1 Message Date
Ivanq 2703065d58 Make file formatting POSIX compliant (#3435) 2021-03-27 18:16:43 +03:00
nukeop 6a0b36a04e Resolve merge conflicts 2021-03-26 18:43:51 +01:00
Ivanq 7c7e4ab54e Add head.html 2021-03-25 20:09:54 +03:00
nukeop dfdceeca9e Fix #1800 2021-03-25 14:18:16 +01:00
Ivanq 1dc69d7b10 Add Gitlab CI support 2021-03-25 09:46:14 +03:00
Michael Serajnik 24dd1693ab
Fix typo in title 2021-03-24 21:20:09 +01:00
Crystal Melting Dot afe48a780c Improved signing procedure
Previous one has som issues:

- A lot of users editing the same markdown file leads to merge conflics
- Resolving this conflicts is error prone
- It requires more time to check whats changed

New system solves that by:

- Creating new file for each user in `_data/signed`

This way there wil by no more merge conflicts
Also, it will be easier to see whats changed.
2021-03-24 15:40:45 +03:00
nukeop 9836ba9d18
Create _config.yml 2021-03-23 20:24:23 +00:00