Compare commits
3 Commits
0a429b4d3b
...
c097976a87
Author | SHA1 | Date |
---|---|---|
Amolith | c097976a87 | |
Amolith | e8dc28f53c | |
Amolith | acabfd2468 |
|
@ -1,49 +0,0 @@
|
|||
<section class="webring">
|
||||
<h3>Articles from blogs I follow around the internet</h3>
|
||||
<section class="articles">
|
||||
{{range .Articles}}
|
||||
<div class="article">
|
||||
<h4 class="title">
|
||||
<a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
|
||||
</h4>
|
||||
<p class="summary">{{.Summary}}</p>
|
||||
<small class="source">
|
||||
via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
|
||||
</small>
|
||||
<small class="date">{{.Date | date}}</small>
|
||||
</div>
|
||||
{{end}}
|
||||
</section>
|
||||
<p class="attribution">
|
||||
Generated by
|
||||
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
|
||||
</p>
|
||||
</section>
|
||||
<style>
|
||||
.webring .articles {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: -0.5rem;
|
||||
}
|
||||
.webring .title {
|
||||
margin: 0;
|
||||
}
|
||||
.webring .article {
|
||||
flex: 1 1 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
background: #323234;
|
||||
min-width: 10rem;
|
||||
}
|
||||
.webring .summary {
|
||||
font-size: 0.8rem;
|
||||
flex: 1 1 0;
|
||||
}
|
||||
.webring .attribution {
|
||||
text-align: right;
|
||||
font-size: 0.8rem;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
|
@ -1,76 +0,0 @@
|
|||
<section class="webring">
|
||||
<h3>Articles from blogs I follow around the internet</h3>
|
||||
<section class="articles">
|
||||
|
||||
<div class="article">
|
||||
<h4 class="title">
|
||||
<a href="https://drewdevault.com/2020/06/15/Status-update.html" target="_blank" rel="noopener">Status update, June 2020</a>
|
||||
</h4>
|
||||
<p class="summary">Like last month, I am writing to you from the past, preparing this status update
|
||||
a day earlier than usual. This time it’s because I expect to be busy with
|
||||
planned sr.ht maintenance tomorrow, so I’m getting the status updates written
|
||||
ahead of time.
|
||||
|
||||
aerc has se…</p>
|
||||
<small class="source">
|
||||
via <a href="https://drewdevault.com">Drew DeVault's Blog</a>
|
||||
</small>
|
||||
<small class="date">June 15, 2020</small>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<h4 class="title">
|
||||
<a href="https://kevq.uk/how-much-does-it-cost-to-run-this-blog/" target="_blank" rel="noopener">How Much Does It Cost To Run This Blog?</a>
|
||||
</h4>
|
||||
<p class="summary">My wife recently asked me how much it costs me to run this blog. I wasn’t really sure to be honest, so I looked into it and the results were surprising. So I thought I would share the details to give you guys a general idea how much it costs to run a blog…</p>
|
||||
<small class="source">
|
||||
via <a href="https://kevq.uk">Kev Quirk</a>
|
||||
</small>
|
||||
<small class="date">June 13, 2020</small>
|
||||
</div>
|
||||
|
||||
<div class="article">
|
||||
<h4 class="title">
|
||||
<a href="https://secluded.site/documenting-with-mediawiki/" target="_blank" rel="noopener">Documenting With MediaWiki</a>
|
||||
</h4>
|
||||
<p class="summary">Much to my chagrin, I’ve hardly posted anything at all the past couple of weeks. This is partly due to university summer classes starting and partly due to me putting some work into NixNet’s documentation. After listening to Episode 4 of 2.5 Admins, I dec…</p>
|
||||
<small class="source">
|
||||
via <a href="https://secluded.site/posts/">Posts on Secluded.Site</a>
|
||||
</small>
|
||||
<small class="date">June 4, 2020</small>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<p class="attribution">
|
||||
Generated by
|
||||
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
|
||||
</p>
|
||||
</section>
|
||||
<style>
|
||||
.webring .articles {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: -0.5rem;
|
||||
}
|
||||
.webring .title {
|
||||
margin: 0;
|
||||
}
|
||||
.webring .article {
|
||||
flex: 1 1 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0.5rem;
|
||||
padding: 0.5rem;
|
||||
background: #323234;
|
||||
min-width: 10rem;
|
||||
}
|
||||
.webring .summary {
|
||||
font-size: 0.8rem;
|
||||
flex: 1 1 0;
|
||||
}
|
||||
.webring .attribution {
|
||||
text-align: right;
|
||||
font-size: 0.8rem;
|
||||
color: #fff;
|
||||
}
|
||||
</style>
|
|
@ -5,6 +5,4 @@ description: Amolith's blog on various tech-related topics
|
|||
{% include page/title.html %}
|
||||
{{ content }}
|
||||
<hr/>
|
||||
{% include webring-out.html %}
|
||||
<hr/>
|
||||
{% include page/footer.html %}
|
||||
|
|
|
@ -24,6 +24,4 @@ document.querySelectorAll('.content h1, .content h2, .content h3').forEach($head
|
|||
{% include post/about.html %}
|
||||
<br/>
|
||||
<br/>
|
||||
<hr/>
|
||||
{% include webring-out.html %}
|
||||
<img class="post-image" src="{{ page.cover }}">
|
||||
|
|
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 5.1 MiB |
Before Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 4.7 KiB |
|
@ -1,6 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
|
@ -9,15 +7,15 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="315"
|
||||
height="315"
|
||||
viewBox="0 0 83.343752 83.343752"
|
||||
width="166.27689"
|
||||
height="192"
|
||||
viewBox="0 0 43.994094 50.800001"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:export-filename="/tmp/sticker.png"
|
||||
inkscape:export-xdpi="304.76001"
|
||||
inkscape:export-ydpi="304.76001"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14"
|
||||
inkscape:export-xdpi="577.34998"
|
||||
inkscape:export-ydpi="577.34998"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
sodipodi:docname="hexagonal-sticker.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
|
@ -28,24 +26,24 @@
|
|||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.4142136"
|
||||
inkscape:cx="169.34036"
|
||||
inkscape:cy="146.38534"
|
||||
inkscape:zoom="2.4727434"
|
||||
inkscape:cx="59.927027"
|
||||
inkscape:cy="82.944903"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:current-layer="g99722"
|
||||
showgrid="false"
|
||||
showborder="false"
|
||||
showborder="true"
|
||||
inkscape:snap-global="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1336"
|
||||
inkscape:window-height="698"
|
||||
inkscape:window-x="15"
|
||||
inkscape:window-y="35"
|
||||
inkscape:window-maximized="0"
|
||||
units="px"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1440"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
units="cm"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
|
@ -55,7 +53,9 @@
|
|||
inkscape:object-paths="true"
|
||||
inkscape:snap-intersection-paths="true"
|
||||
inkscape:snap-smooth-nodes="true"
|
||||
inkscape:snap-midpoints="true" />
|
||||
inkscape:snap-midpoints="true"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:pagecheckerboard="false" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
|
@ -72,79 +72,75 @@
|
|||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-128.38222,22.853531)">
|
||||
transform="translate(-133.96519,22.853535)">
|
||||
<g
|
||||
id="g99722"
|
||||
transform="rotate(30,170.05409,18.81834)">
|
||||
<path
|
||||
d="m 190.89003,54.907248 -41.67188,-3e-6 -20.83593,-36.088903 20.83594,-36.088901 41.67187,2e-6 20.83594,36.088903 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="true"
|
||||
sodipodi:arg2="1.5707964"
|
||||
sodipodi:arg1="1.0471976"
|
||||
sodipodi:r2="20.835936"
|
||||
sodipodi:r1="41.671875"
|
||||
sodipodi:cy="18.818344"
|
||||
sodipodi:cx="170.05409"
|
||||
sodipodi:sides="6"
|
||||
id="path96045"
|
||||
style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:2.23429656;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="star"
|
||||
transform="rotate(-120,170.05409,18.818343)" />
|
||||
<text
|
||||
transform="rotate(-60)"
|
||||
id="text96050"
|
||||
y="191.10968"
|
||||
x="56.754162"
|
||||
style="font-style:normal;font-weight:normal;font-size:4.68260336px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.11706508"
|
||||
xml:space="preserve"><tspan
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Comfortaa;-inkscape-font-specification:Comfortaa;fill:#ffffff;fill-opacity:1;stroke-width:0.11706508"
|
||||
y="191.10968"
|
||||
x="56.754162"
|
||||
id="tspan96048"
|
||||
sodipodi:role="line">nixnet.xyz</tspan></text>
|
||||
id="g887"
|
||||
transform="matrix(0.60952382,0,0,0.60952382,52.310216,-8.9237612)">
|
||||
<g
|
||||
transform="rotate(30,170.05409,18.81834)"
|
||||
id="g99722">
|
||||
<path
|
||||
transform="rotate(-120,170.05409,18.818343)"
|
||||
sodipodi:type="star"
|
||||
style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:2.2343;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path96045"
|
||||
sodipodi:sides="6"
|
||||
sodipodi:cx="170.05409"
|
||||
sodipodi:cy="18.818344"
|
||||
sodipodi:r1="41.671875"
|
||||
sodipodi:r2="20.835936"
|
||||
sodipodi:arg1="1.0471976"
|
||||
sodipodi:arg2="1.5707964"
|
||||
inkscape:flatsided="true"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 190.89003,54.907248 -41.67188,-3e-6 -20.83593,-36.088903 20.83594,-36.088901 41.67187,2e-6 20.83594,36.088903 z" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:3.94459px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.113977"
|
||||
x="53.807129"
|
||||
y="191.5742"
|
||||
id="text96050"
|
||||
transform="rotate(-60)"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan96048"
|
||||
x="53.807129"
|
||||
y="191.5742"
|
||||
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.94459px;font-family:Comfortaa;-inkscape-font-specification:Comfortaa;fill:#ffffff;fill-opacity:1;stroke-width:0.113977">nixnet.services</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0.54686486,0,0,0.54686486,44.722393,7.8727241)"
|
||||
id="g95919">
|
||||
<path
|
||||
style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.0132292;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 200.83794,-5.1482065 c 2.02112,0 3.64823,1.6271101 3.64823,3.6482289 V 41.530419 c 0,2.021119 -1.62711,3.648229 -3.64823,3.648229 -2.02112,0 -3.64823,-1.62711 -3.64823,-3.648229 V -1.4999776 c 0,-2.0211188 1.62711,-3.6482289 3.64823,-3.6482289 z"
|
||||
id="rect819"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1016"
|
||||
d="m 198.94272,-4.4569514 c 1.69056,-1.1076769 4.08914,-0.4158152 5.37801,1.5512652 l 27.44026,41.8798082 c 1.28886,1.967081 0.96548,4.442421 -0.72508,5.550098 -1.69056,1.107676 -4.08914,0.415815 -5.378,-1.551265 L 198.21763,1.0931463 c -1.28885,-1.96708046 -0.96546,-4.4424207 0.72509,-5.5500977 z"
|
||||
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.0142702;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:transform-center-y="-21.950719"
|
||||
inkscape:transform-center-x="14.099014" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1022"
|
||||
d="m 257.5265,-5.1482065 c -2.02112,0 -3.64823,1.6271101 -3.64823,3.6482289 V 41.530419 c 0,2.021119 1.62711,3.648229 3.64823,3.648229 2.02112,0 3.64823,-1.62711 3.64823,-3.648229 V -1.4999776 c 0,-2.0211188 -1.62711,-3.6482289 -3.64823,-3.6482289 z"
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.0132292;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:transform-center-x="14.099014"
|
||||
inkscape:transform-center-y="-21.950719"
|
||||
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.0142702;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 259.42172,-4.4569514 c -1.69056,-1.1076769 -4.08914,-0.4158152 -5.37801,1.5512652 L 226.60345,38.974122 c -1.28886,1.967081 -0.96548,4.442421 0.72508,5.550098 1.69056,1.107676 4.08914,0.415815 5.378,-1.551265 L 260.14681,1.0931463 c 1.28885,-1.96708046 0.96546,-4.4424207 -0.72509,-5.5500977 z"
|
||||
id="path1024"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:0.0131861;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 229.04267,-5.1482062 c 2.02111,0 3.64822,1.6165249 3.64822,3.6244951 V 41.226748 c 0,2.00797 -1.62711,3.624495 -3.64822,3.624495 -2.02112,0 -3.64823,-1.616525 -3.64823,-3.624495 V -1.5237111 c 0,-2.0079702 1.62711,-3.6244951 3.64823,-3.6244951 z"
|
||||
id="rect815"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
<g
|
||||
id="g95919"
|
||||
transform="matrix(0.54686486,0,0,0.54686486,44.722393,7.8727241)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect819"
|
||||
d="m 200.83794,-5.1482065 c 2.02112,0 3.64823,1.6271101 3.64823,3.6482289 V 41.530419 c 0,2.021119 -1.62711,3.648229 -3.64823,3.648229 -2.02112,0 -3.64823,-1.62711 -3.64823,-3.648229 V -1.4999776 c 0,-2.0211188 1.62711,-3.6482289 3.64823,-3.6482289 z"
|
||||
style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.01322917;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:transform-center-x="14.099014"
|
||||
inkscape:transform-center-y="-21.950719"
|
||||
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.01427015;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 198.94272,-4.4569514 c 1.69056,-1.1076769 4.08914,-0.4158152 5.37801,1.5512652 l 27.44026,41.8798082 c 1.28886,1.967081 0.96548,4.442421 -0.72508,5.550098 -1.69056,1.107676 -4.08914,0.415815 -5.378,-1.551265 L 198.21763,1.0931463 c -1.28885,-1.96708046 -0.96546,-4.4424207 0.72509,-5.5500977 z"
|
||||
id="path1016"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.01322917;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
d="m 257.5265,-5.1482065 c -2.02112,0 -3.64823,1.6271101 -3.64823,3.6482289 V 41.530419 c 0,2.021119 1.62711,3.648229 3.64823,3.648229 2.02112,0 3.64823,-1.62711 3.64823,-3.648229 V -1.4999776 c 0,-2.0211188 -1.62711,-3.6482289 -3.64823,-3.6482289 z"
|
||||
id="path1022"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path1024"
|
||||
d="m 259.42172,-4.4569514 c -1.69056,-1.1076769 -4.08914,-0.4158152 -5.37801,1.5512652 L 226.60345,38.974122 c -1.28886,1.967081 -0.96548,4.442421 0.72508,5.550098 1.69056,1.107676 4.08914,0.415815 5.378,-1.551265 L 260.14681,1.0931463 c 1.28885,-1.96708046 0.96546,-4.4424207 -0.72509,-5.5500977 z"
|
||||
style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.01427015;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
inkscape:transform-center-y="-21.950719"
|
||||
inkscape:transform-center-x="14.099014" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect815"
|
||||
d="m 229.04267,-5.1482062 c 2.02111,0 3.64822,1.6165249 3.64822,3.6244951 V 41.226748 c 0,2.00797 -1.62711,3.624495 -3.64822,3.624495 -2.02112,0 -3.64823,-1.616525 -3.64823,-3.624495 V -1.5237111 c 0,-2.0079702 1.62711,-3.6244951 3.64823,-3.6244951 z"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:none;stroke-width:0.01318607;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-style:normal;font-weight:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458335"
|
||||
x="-198.78204"
|
||||
y="80.002522"
|
||||
id="text96064"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan96062">hello world</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 160 KiB |
|
@ -23,13 +23,20 @@
|
|||
"tor":"#"
|
||||
},
|
||||
{
|
||||
"name": "Mastodon",
|
||||
"description": "Mastodon is a decentralised microblogging social network with millions of users worldwide. You can create an account on one instance and interact with an instance from across the world.",
|
||||
"name": "Pleroma",
|
||||
"description": "Pleroma is a decentralised microblogging social network with millions of users worldwide. You can create an account on one instance and interact with a server from across the world.",
|
||||
"button_text": "Socialise!",
|
||||
"link": "https://social.nixnet.services/",
|
||||
"link": "https://nixnet.social/",
|
||||
"tor":"#"
|
||||
},
|
||||
{
|
||||
"name": "Mobilizon",
|
||||
"description": "Mobilizon is a tool to find, create, and organise events. It's a wonderful alternative to Facebook events and connects with a multitude of other servers to form a large network.",
|
||||
"button_text": "Code!",
|
||||
"link": "https://docs.nixnet.services/Gitea",
|
||||
"tor":"http://docs.l4qlywnpwqsluw65ts7md3khrivpirse744un3x7mlskqauz5pyuzgqd.onion/Gitea"
|
||||
},
|
||||
{
|
||||
"name": "Gitea",
|
||||
"description": "Gitea is a simple, easy-to-use, yet full-featured and completely open source code hosting solution. Please be conscientious of storage use and don't upload large files as users have unlimited repos.",
|
||||
"button_text": "Code!",
|
||||
|
@ -121,13 +128,6 @@
|
|||
"tor":"#"
|
||||
},
|
||||
{
|
||||
"name": "Plume",
|
||||
"description": "Plume is an open source and federated blogging platform that can be interacted with and followed from any social network powered by ActivityPub including Mastodon and others!",
|
||||
"button_text": "Write!",
|
||||
"link": "https://plume.nixnet.xyz/",
|
||||
"tor":"http://plume.l4qlywnpwqsluw65ts7md3khrivpirse744un3x7mlskqauz5pyuzgqd.onion/"
|
||||
},
|
||||
{
|
||||
"name": "xBrowserSync",
|
||||
"description": "xBrowserSync is cross-platform browser-syncing application for bookmarks, coming soon, history and open tabs. It works with Android, Chrome, and Firefox and all synced data is encrypted.",
|
||||
"button_text": "Sync!",
|
||||
|
|