diff options
author | Admin <admin@marx.cafe> | 2022-12-10 17:59:25 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-10 17:59:25 -0500 |
commit | afbc8b553b9bcfdd05b0a1470d1ebd0aa127cf97 (patch) | |
tree | 9e6957c6e8b6b14d2cbf7a3057572eb3e25d386c /content | |
parent | e215dcf134372b72db312ca3e69f2f087c03f24e (diff) |
Change default content license
Diffstat (limited to 'content')
-rw-r--r-- | content/_index.md | 22 | ||||
-rw-r--r-- | content/contributing.md | 16 |
2 files changed, 38 insertions, 0 deletions
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 |