2023-07-12 01:56:06 +03:00
---
2023-07-15 14:56:19 +03:00
title: "Project management (this will be internal) ☸"
2023-07-12 01:56:06 +03:00
date: "2023-06-24T16:05:06+03:00"
author: "anybody"
2023-07-12 02:10:05 +03:00
draft: false
2023-08-15 17:58:33 +03:00
has_articles: ["int-sandpoints.md","int-management.md","int-library.md","int-conventions.md",int-break.md", "int-features.md","int-todo.md"]
2023-07-12 01:56:06 +03:00
keywords:
- internal
abstract: |
(Internal) 'Issue' type page, containing 'articles' related to managing and maintaining this project.
---
[Git]: https://git-scm.com/ "Git is a free and open-source distributed version control system."
[Hugo]: https://gohugo.io/ "Free and open-source static website builder."
# Introduction
This project runs on *Sandpoints* , a module/theme for the static website builder [Hugo][].
Sandpoints is developed for free, open, and collaborative publishing using open-source infrastructure.
Content is organized with plain-text Markdown files, and collaboration/version control is managed via [Git].
Thus, with the infrastructure in place, no programming is needed.
2023-07-17 19:10:38 +03:00
However, for managing and maintaining the site in a sustainable manner, as well as for processing/publishing submissions, *some knowledge is required pertaining to how this infrastructure works and how it can be maintained; how to work with ; how to manage distributed collaboration via a version control system; and to adhere to agreed upon conventions.*
2023-07-12 01:56:06 +03:00
This is an internal 'issue' (supposed to remain non-public, intended as a 'living document'), which contains the following 'articles':
2023-08-15 17:58:33 +03:00
1. , gives an overview of the philosophy and features of *Sandpoints* .
2023-07-12 01:56:06 +03:00
2.  contains instruction and guides for maintainers of the site.
4.  is intended for gathering conventions we should go by.
5. , contains a guide for the library maintainers and contributors.
2023-08-15 17:58:33 +03:00
6. , is intended for listing potential required features, and for filing issues.