styling fixes for wiki

This commit is contained in:
Ben Harris 2022-02-16 12:33:28 -05:00
parent fcfcd70b59
commit 2c171571f9
39 changed files with 14 additions and 76 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -208,3 +208,9 @@ tr.active {
background: @hacker-primary-lighter; background: @hacker-primary-lighter;
color: @hacker-bg color: @hacker-bg
} }
ul.table-of-contents {
margin-bottom: 22px;
padding-bottom: 22px;
border-bottom: 1px solid @hacker-box-border;
}

View File

@ -54,7 +54,7 @@ Palette URL: http://paletton.com/#uid=12U0u0knnfti5bkladVnSlVo6tw
// Typography // Typography
@font-family-monospace: "IBM Plex Mono", "JetBrains Mono", "Fira Mono", Consolas, Inconsolata, monospace; @font-family-monospace: "IBM Plex Mono", "JetBrains Mono", "Fira Mono", Consolas, Inconsolata, ui-monospace, monospace;
@font-family-sans-serif: @font-family-monospace; @font-family-sans-serif: @font-family-monospace;
@font-family-serif: @font-family-monospace; @font-family-serif: @font-family-monospace;
@font-family-base: @font-family-monospace; @font-family-base: @font-family-monospace;

View File

@ -57,6 +57,7 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) {
// show a single page ?> // show a single page ?>
<a href=".">&lt; ~wiki</a> <a href=".">&lt; ~wiki</a>
<h1><?=$yml['title']?></h1>
<?=$pg->getContent()?> <?=$pg->getContent()?>
<hr> <hr>

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# account recovery
if you ever lose access to your tilde.team account, there are a couple ways if you ever lose access to your tilde.team account, there are a couple ways
to get back in. to get back in.

View File

@ -7,7 +7,6 @@ category:
- main - main
--- ---
# administration
1. [adding users](#adding-users) 1. [adding users](#adding-users)
2. [backups](#backups) 2. [backups](#backups)
3. [bypassing resource limits as services user](#bypassing-resource-limits) 3. [bypassing resource limits as services user](#bypassing-resource-limits)

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# advanced ssh
Some more advanced ssh topics. Some more advanced ssh topics.
## SSH Tunnels ## SSH Tunnels

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# bsd.tilde.team
tilde.team offers an alternate host: [bsd.tilde.team](https://bsd.tilde.team), which runs freebsd 13. tilde.team offers an alternate host: [bsd.tilde.team](https://bsd.tilde.team), which runs freebsd 13.
currently it supports: currently it supports:

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# Command Line Shell, for _Absolute_ Beginners
So, you want to join a public-access shell community like tilde.team, but you don't yet have experience using GNU+Linux or other UNIX-like operating systems? This tutorial is designed to give you enough guidance that you can get started and move on to successfully directing your future learning. Once you get a basic level of self-sufficiency, tilde.team is a great place to practice and learn more. So, you want to join a public-access shell community like tilde.team, but you don't yet have experience using GNU+Linux or other UNIX-like operating systems? This tutorial is designed to give you enough guidance that you can get started and move on to successfully directing your future learning. Once you get a basic level of self-sufficiency, tilde.team is a great place to practice and learn more.
## GNU+Linux is a text-based operating system. And it takes work and thought to start using. ## GNU+Linux is a text-based operating system. And it takes work and thought to start using.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# code of conduct
> **tl;dr** learn by doing and helping. be excellent to each other. have fun! > **tl;dr** learn by doing and helping. be excellent to each other. have fun!

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# disk usage
files tend to keep growing and growing until you run out of disk space all of a sudden. files tend to keep growing and growing until you run out of disk space all of a sudden.
let's take a look at some tools to keep an eye on disk usage. let's take a look at some tools to keep an eye on disk usage.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# tilde.team domains
because [~ben](https://tilde.team/~ben/) hoards domain names, the following domains are associated with tilde.team and/or the tildeverse somehow: because [~ben](https://tilde.team/~ben/) hoards domain names, the following domains are associated with tilde.team and/or the tildeverse somehow:
* [fuckup.club](http://fuckup.club) - alias * [fuckup.club](http://fuckup.club) - alias

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# email
tilde.team has a mailserver. here are your options: tilde.team has a mailserver. here are your options:
### clients and connection settings ### clients and connection settings

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# finger
the [finger protocol](https://en.wikipedia.org/wiki/Finger_protocol) was created way back in 1977. its purpose was to display information about the queried user of a system, or all the users of a system. the [finger protocol](https://en.wikipedia.org/wiki/Finger_protocol) was created way back in 1977. its purpose was to display information about the queried user of a system, or all the users of a system.
it fell out of use in the 1990s due to various security concerns. the old finger daemons were buggy and easily exploited, while the information garnered from a query could be used for social engineering attacks. nowadays, the finger daemons have been refined and are no longer so vulnerable. it fell out of use in the 1990s due to various security concerns. the old finger daemons were buggy and easily exploited, while the information garnered from a query could be used for social engineering attacks. nowadays, the finger daemons have been refined and are no longer so vulnerable.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# gemini
tilde.team offers gemini hosting! tilde.team offers gemini hosting!
see our homepage for a list of users. see our homepage for a list of users.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# getting started
this guide is not very thorough or complete. if you want something nicer, try [our cli for beginners article](cli-for-beginners). this guide is not very thorough or complete. if you want something nicer, try [our cli for beginners article](cli-for-beginners).
--- ---

View File

@ -7,9 +7,7 @@ category:
- main - main
--- ---
# tilde.team goals and roadmap [living draft of this document](https://pad.tildeverse.org/code/#/2/code/edit/RFBUqXec+9+MlZzx4mnhU3ps/)
[living draft of this document](https://pad.tilde.team/code/#/2/code/edit/RFBUqXec+9+MlZzx4mnhU3ps/)
these ideas are partly about building one system (in this case, tilde.team) but also about supporting a these ideas are partly about building one system (in this case, tilde.team) but also about supporting a
broader ecosystem of inter-connected systems. broader ecosystem of inter-connected systems.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# gopher
the [gopher protocol](http://en.wikipedia.org/wiki/Gopher_(protocol)) was the [gopher protocol](http://en.wikipedia.org/wiki/Gopher_(protocol)) was
created in 1991. it didn't survive long due to [draconic licensing]( created in 1991. it didn't survive long due to [draconic licensing](
http://www.nic.funet.fi/pub/vms/networking/gopher/gopher-software-licensing-policy.ancient). http://www.nic.funet.fi/pub/vms/networking/gopher/gopher-software-licensing-policy.ancient).

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# [tildeverse irc](https://tilde.chat)
hi teammates! hi teammates!
the tilde.chat irc network is available publicly at irc.tilde.chat:6697 (with ssl) as a round robin of the tilde.chat irc network is available publicly at irc.tilde.chat:6697 (with ssl) as a round robin of

View File

@ -7,8 +7,6 @@ category: education
- main - main
--- ---
# Learning Opportunities
## Coding Challenge Websites ## Coding Challenge Websites
There are many coding challenge websites on the Internet today. below are a few of them. the tilde.team shell is a great place to work on solutions to the challenges. There are many coding challenge websites on the Internet today. below are a few of them. the tilde.team shell is a great place to work on solutions to the challenges.

View File

@ -6,8 +6,6 @@ category:
- main - main
--- ---
# Lua
This page will explain how to set up your tilde.team account for This page will explain how to set up your tilde.team account for
[Lua](https://www.lua.org/) programming. [Lua](https://www.lua.org/) programming.

View File

@ -1,14 +1,12 @@
--- ---
author: ~erxeto author: ~erxeto
published: true published: true
title: mailing lists title: mailing list netiquette
description: tildeverse mailing lists netiquette description: tildeverse mailing lists netiquette
category: category:
- main - main
--- ---
# mailing lists netiquette
the tildeverse has now its own mailing list service. you can take a look at: the tildeverse has now its own mailing list service. you can take a look at:
[lists.tildeverse.org](https://lists.tildeverse.org/) [lists.tildeverse.org](https://lists.tildeverse.org/)

View File

@ -1,14 +1,12 @@
--- ---
author: ~ben author: ~ben
published: true published: true
title: manifesto title: tilde.team manifesto
description: tilde.team manifesto description: tilde.team manifesto
category: category:
- main - main
--- ---
# tilde.team manifesto
> tilde.team is a shared system that provides an inclusive, non-commercial space > tilde.team is a shared system that provides an inclusive, non-commercial space
> for teaching, learning, practicing and enjoying the social medium of unix. > for teaching, learning, practicing and enjoying the social medium of unix.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# other tildes
if you're starting a tilde and want to be added to this list, [open a PR :)]( if you're starting a tilde and want to be added to this list, [open a PR :)](
https://tildegit.org/team/site/src/branch/master/wiki/pages/other-tildes.md) https://tildegit.org/team/site/src/branch/master/wiki/pages/other-tildes.md)

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# privacy policy
tilde.team takes privacy seriously and, as such, remains committed to being in tilde.team takes privacy seriously and, as such, remains committed to being in
compliance with the GDPR, which took effect may 25, 2018. compliance with the GDPR, which took effect may 25, 2018.

View File

@ -7,9 +7,6 @@ category:
- main - main
--- ---
hosting public git repos
========================
Besides the [Gitea instance][1] of tildeverse, you could easily setup a Besides the [Gitea instance][1] of tildeverse, you could easily setup a
read-only clone URL fetchable using git clone similar to this one: read-only clone URL fetchable using git clone similar to this one:

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# tilde.team services
i'll keep this wiki page updated with the services that we run and maintain :) i'll keep this wiki page updated with the services that we run and maintain :)
as a founding member of the [tildeverse](https://tildeverse.org), tilde.team hosts a number of services for the tildeverse to share. as a founding member of the [tildeverse](https://tildeverse.org), tilde.team hosts a number of services for the tildeverse to share.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# spartan
tilde.team offers spartan hosting! tilde.team offers spartan hosting!
see our homepage for a list of users. see our homepage for a list of users.

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# ssh
_or, how to tell other computers to do cool things_ _or, how to tell other computers to do cool things_
--- ---
@ -288,4 +286,4 @@ where username is your username (~ben would use `ssh ben@tilde.team`)
--- ---
this tutorial is based on and uses parts of [the tilde.club ssh primer](https://github.com/tildeclub/tilde.club/blob/master/docs/ssh.md) and [the tilde.town ssh guide](https://tilde.town/wiki/getting-started/ssh.html). this tutorial is based on and uses parts of [the tilde.club ssh primer](https://github.com/tildeclub/tilde.club/blob/master/docs/ssh.md) and [the tilde.town ssh guide](https://tilde.town/wiki/getting-started/ssh.html).

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# stuff to do while you're here
- `chat` - opens weechat connected to #meta and #team - `chat` - opens weechat connected to #meta and #team
- `cat $(which chat)` to see what defaults we're setting - `cat $(which chat)` to see what defaults we're setting
- `mutt` - command line mail client for @tilde.team mail - `mutt` - command line mail client for @tilde.team mail

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# teaching and learning on tilde.team
**tl;dr** bring project ideas. bring your skills. learn by doing. **tl;dr** bring project ideas. bring your skills. learn by doing.
help others who are trying to learn. share what you're working on. help others who are trying to learn. share what you're working on.

View File

@ -7,6 +7,4 @@ category:
- main - main
--- ---
# my-new-page
wiki content here! wiki content here!

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# tildeblogs with [bashblog](https://tildegit.org/team/bashblog)
bashblog is available system-wide as `bb` bashblog is available system-wide as `bb`
tildeblogs can be built with [bashblog](https://tildegit.org/team/bashblog) tildeblogs can be built with [bashblog](https://tildegit.org/team/bashblog)

View File

@ -7,9 +7,6 @@ category:
- main - main
--- ---
# tildepages
because [~ben](https://tilde.team/~ben/) hoards domain names, you can because [~ben](https://tilde.team/~ben/) hoards domain names, you can
use the following domains with your tildepage: use the following domains with your tildepage:

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# terms of service
tilde.team relies on the common courtesy and consideration of users to make tilde.team relies on the common courtesy and consideration of users to make
its services fair for everyone. the following offences will result in a service ban: its services fair for everyone. the following offences will result in a service ban:

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# FEELS MANUAL
`ttbp` stands for "tilde.team blogging platform", the original working name for `ttbp` stands for "tilde.team blogging platform", the original working name for
this project. the complete codebase is available on this project. the complete codebase is available on
[tildegit](https://tildegit.org/team/ttbp). [tildegit](https://tildegit.org/team/ttbp).

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# daemonize all the things
so you've got a process that you want to keep running. you might have it in a so you've got a process that you want to keep running. you might have it in a
tmux or screen session. let's use systemd user units to manage it! tmux or screen session. let's use systemd user units to manage it!

View File

@ -7,8 +7,6 @@ category:
- main - main
--- ---
# xmpp
[![](https://compliance.conversations.im/badge/tilde.team)]( [![](https://compliance.conversations.im/badge/tilde.team)](
https://compliance.conversations.im/server/tilde.team/) https://compliance.conversations.im/server/tilde.team/)