From e374b0b40dc18fb58c679a2c8cefdeb87177c200 Mon Sep 17 00:00:00 2001 From: constantinos Date: Tue, 15 Aug 2023 15:44:45 +0300 Subject: [PATCH] dev issue; removed legacy infrastructure info --- content/article/int-infrastructure-info.md | 72 ---------------------- content/issue/int-issue-dev.md | 9 ++- 2 files changed, 7 insertions(+), 74 deletions(-) delete mode 100644 content/article/int-infrastructure-info.md diff --git a/content/article/int-infrastructure-info.md b/content/article/int-infrastructure-info.md deleted file mode 100644 index 4285e73..0000000 --- a/content/article/int-infrastructure-info.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: "Infrastructure Info -- legacy 🚮" -date: "2023-06-24T16:22:47+03:00" -author: "anybody" -contributors: ["constantinos-miltiadis.md"] -draft: true -keywords: - - internal - - dev -abstract: | - This is an internal page that contains information on the Sandpoints infrastructure. ---- - -[Hugo]: https://gohugo.io/ "Hugo is a free and open source static website builder." - -For Sandpoints in general see ![infrastructure](article:infrastructure.md). - -# Sandpoints general - -Hugo is a framework for generating lightweight static websites. Content is created via Markdown files and requires no programming. It makes use of simple terminal commands for creating content, generating and publishing a website. - -*Sandpoints* functions as a theme for [Hugo][], which adds additional functionality catered to open publishing. Sandpoints as a Hugo theme/module: -- adds hypertext functionality, with backlinks. -- can include a project related ![library](article:int-library), and content can link to library entries. -- can generate ![printable and interactive PDFs](article:print-cite) for its content. This, for single entries, for grouped entries (issue of contributions), or for all content. PDFs containing more than one entry include a table of contents. - - - -# Clone & run locally - - -Preparations: -- install Hugo (see [Hugo installation](https://gohugo.io/installation/)) -- install the [Go Language](https://go.dev/). -- install [Git](https://git-scm.com/). -- clone this repository. - -To run this site locally: -- open a terminal, and navigate to the root folder of this project (which includes the folder `content`). -- to run a local dynamic server with the project, run: - > `hugo server` -- to do the same and include drafts, run: - >`hugo server -D` -- to compile the site, run: - > `hugo` -- to compile the website and include drafts, run - > `hugo -D` - -# Upgrading Sandpoints - -1. Upgrade *Hugo*. - - For Windows, if *Hugo* was installed with the `choco` package manager, open a terminal as administrator and run: - > `choco upgrade hugo` - - For OSX, if *Hugo* was installed with the `homebrew` package manager, open a terminal and run: - > `brew upgrade hugo` -2. To check the version of your *Hugo* installation, run: - > `hugo version` -3. To update *Sandpoints*, navigate to the root folder of the project and run the following two commands, one at a time: - > `hugo mod get` - > `hugo mod vendor` - -# Library integration - -*Sandpoints* features a project-based library using the infrastructure of [Memory of the World](https://library.memoryoftheworld.org/) library. -You can access the project library by clicking the red button at the top right corner of the website. -Libraries are created using the open source e-book management software [Calibre](https://calibre-ebook.com/), and managed using the command line tool [Accorder](https://pypi.org/project/accorder/). - -# Notes -- For an extended description of *Sandpoints* see [Sandpoints Portfolio (sandpoints.org)](https://pages.sandpoints.org/sandpoints/simplesandpoints-de47f813/draft/portfolio/), which includes descriptions of its implementation in different projects, and related bibliography. -- [Sandoints (Gitea project repository)](https://git.sandpoints.org/Drawwell/). -- See also: - - Graziano, Valeria, Marcell Mars, and Medak Tomislav. ‘Learning from \#Syllabus’. In _State Machines: Reflections and Actions at the Edge of Digital Citizenship, Finance, and Art_, edited by Yiannis Colakides, Marc Garrrett, and Inte Gloerich. Amsterdam: Institute of Network Cultures, 2019. [http://www.statemachines.eu/books/state-machines-reflections-and-actions-at-the-edge-of-digital-citizenship-finance-and-art/](http://www.statemachines.eu/books/state-machines-reflections-and-actions-at-the-edge-of-digital-citizenship-finance-and-art/). \ No newline at end of file diff --git a/content/issue/int-issue-dev.md b/content/issue/int-issue-dev.md index 7f39414..def30db 100644 --- a/content/issue/int-issue-dev.md +++ b/content/issue/int-issue-dev.md @@ -3,7 +3,7 @@ title: "Dev Tests 🛠" date: "2023-07-13T13:23:59+03:00" author: "anybody" draft: true -has_articles: ["dev-customizations.md",dev-embed-test.md","dev-ref.md", "dev-codeblocks.md", "int-infrastructure-info.md"] +has_articles: ["dev-customizations.md",dev-embed-test.md","dev-ref.md", "dev-codeblocks.md"] keywords: - draft - dev @@ -11,4 +11,9 @@ keywords: abstract: | This is a DRAFT issue for DEV logs and tests. Leave `draft:true` ---- \ No newline at end of file +--- + +Removed: +``` +"int-infrastructure-info-retire.md" +``` \ No newline at end of file