some changes preparing for drone deployment

This commit is contained in:
terris Station 2019-12-10 15:10:12 -05:00
commit d64df7631e
10 changed files with 105 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
site/

10
custom_theme/404.html Normal file
View File

@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block content %}
<div id="main-content" class="span12">
<h1 id="404-page-not-found" style="text-align: center">404</h1>
<p style="text-align: center"><strong>terris Page not found</strong></p>
</div>
{% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

15
docs/about.md Normal file
View File

@ -0,0 +1,15 @@
# About
## What
> terris research substation is a set of pages to document some of the makings of terris fiction projects across the tildeverse.
## Who
> terris.
## Where
> here and there across the tildeverse.

17
docs/index.md Normal file
View File

@ -0,0 +1,17 @@
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

17
docs/methods.md Normal file
View File

@ -0,0 +1,17 @@
# terris research station research methods
> Some projects from around the tildeverse and how they were done.
## terris.tilde.team
> This very site [terris research station](https://terris.tilde.team/docs/) is deployed like the main terris station pages, using a git repo with a drone pipeline which builds the site whenever changes are pushed from the local repo.
## tilde.club/~terris
> [terris station](http://tilde.club/~terris) is kept as a git repo, and is deployed to tilde.club/~terris each time the git repo is pushed to tildegit.org's gitea instance using droneCI
## [tildegit.org/terris/bragi](https://tildegit.org/terris/bragi)
> The "poetry" used in [himinvagn Bragi/](https://cosmic.voyage/ships/himinvagn%20Bragi/) is generated using a python program that uses the [Markovify](https://github.com/jsvine/markovify) and [language-check](https://github.com/myint/language-check) packages to generate poetry lookalike lines from a curated corpus of fiction and poetry.

0
docs/sandbox.md Normal file
View File

BIN
img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

15
mkdocs.yml Normal file
View File

@ -0,0 +1,15 @@
site_name: terris research substation
site_url: https://terris.tilde.team/docs/site/
nav:
- home: index.md
- methods: methods.md
- sandbox: sandbox.md
- about: about.md
theme:
name: mkdocs
custom_dir: custom_theme/
markdown_extensions:
- smarty
- toc:
permalink: True
- sane_lists

30
robots.txt Normal file
View File

@ -0,0 +1,30 @@
# Robots.txt borrowed from videolan's
# This file needs some attention
# Do not crawl CVS and .svn directories
User-agent: *
Disallow: /
# "This robot collects content from the Internet for the sole purpose of
# helping educational institutions prevent plagiarism. [...] we compare
# student papers against the content we find on the Internet to see if we
# can find similarities." (http://www.turnitin.com/robot/crawlerinfo.html)
# --> fuck off.
User-Agent: TurnitinBot
Disallow: /
# "NameProtect engages in crawling activity in search of a wide range of
# brand and other intellectual property violations that may be of interest
# to our clients." (http://www.nameprotect.com/botinfo.html)
# --> fuck off.
User-Agent: NPBot
Disallow: /
# "iThenticate® is a new service we have developed to combat the piracy
# of intellectual property and ensure the originality of written work for#
# publishers, non-profit agencies, corporations, and newspapers."
# (http://www.slysearch.com/)
# --> fuck off.
User-Agent: SlySearch
Disallow: /