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 | |
parent | e215dcf134372b72db312ca3e69f2f087c03f24e (diff) |
Change default content license
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/_index.md | 22 | ||||
-rw-r--r-- | content/contributing.md | 16 |
3 files changed, 39 insertions, 1 deletions
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 |