From afbc8b553b9bcfdd05b0a1470d1ebd0aa127cf97 Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 10 Dec 2022 17:59:25 -0500 Subject: Change default content license --- config.toml | 2 +- content/_index.md | 22 ++++++++++++++++++++++ content/contributing.md | 16 ++++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 content/_index.md create mode 100644 content/contributing.md diff --git a/config.toml b/config.toml index f55ae33..e8270c5 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ baseURL = 'http://marx.cafe/' languageCode = 'en-us' title = 'Marx Cafe' theme = 'hugo-book' -copyright = 'Creative Commons Attribution-ShareAlike License 2.0' +copyright = 'Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)' [markup] [markup.tableOfContents] diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..ea96c7c --- /dev/null +++ b/content/_index.md @@ -0,0 +1,22 @@ +--- +title: "Index" +date: 2022-12-10T15:47:07-05:00 +draft: true + +author: +written: +firstPublished: +source: +translated: +transcription: +proofed: +copyleft: +--- + +# Welcome to Marx Cafe + +This site contains a growing collection of important Marxist texts, formatted to be easy to read on both desktop and mobile. + +All of the content is formatted in [markdown](https://www.markdownguide.org/) and is version controlled using the [git](https://git-scm.com/) version control system, which can be tracked [here](https://git.marx.cafe/site/). This makes it trivial to download the full text content or mirror. + +If you'd like to contribute to the development effort, please see the [contributing]({{< relref "contributing" >}}) page. diff --git a/content/contributing.md b/content/contributing.md new file mode 100644 index 0000000..b2e4a0f --- /dev/null +++ b/content/contributing.md @@ -0,0 +1,16 @@ +--- +title: "Contributing" +date: 2022-12-10T16:19:33-05:00 +draft: true + +author: +written: +firstPublished: +source: +translated: +transcription: +proofed: +copyleft: +--- + +TODO -- cgit v1.2.3