Skip to content

Commit 7616e99

Browse files
Fixed whitespace, changed theme
1 parent 39c1d07 commit 7616e99

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
markdown: GFM
2-
#remote_theme: pages-themes/hacker@v0.2.0
3-
#plugins:
4-
#- jekyll-remote-theme # add this line to the plugins list if you already have one
2+
remote_theme: pages-themes/hacker@v0.2.0
3+
plugins:
4+
- jekyll-remote-theme # add this line to the plugins list if you already have one

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ A list of software on my computer.
1212

1313
### Tengwar Transcriber
1414
[GitHub](https://github.com/thepython10110/tengwar-transcriber), [Demo](Tengwar-Transcriber)
15+
1516
A program that converts English into Lord of the Rings Elvish Tengwar. I'm unlikely to finish it, especially since [Tecendil](https://tecendil.com) already exists.
1617

1718
### Countdown
1819
[GitHub](https://github.com/thepython10110/countdown)
20+
1921
A Python/Tkinter program that counts down the time until user-specified events, with the ability to make custom themes. It requires Python 3 on a Windows computer (although using it on other OS's shouldn't take much modification), and several Python modules that *should* automatically be installed. It saves either to a JSON file or to a [Home Assistant](https://home-assistant.io) server via the REST API. It uses my Python script (`hass.py`) which has several functions that make the Home Assistant REST API relatively easy to use.
2022

2123
### Clonetron
2224
[GitHub](https://thepython10110/clonetron)
25+
2326
Hopefully a [Minetest](https://minetest.net) mod that's a port of [Digtron](https://github.com/minetest-mods/digtron) for [MineClone](https://content.minetest.net/packages/Wuzzy/mineclone2) It doesn't work, and I know basically nothing about the Minetest/MineClone API (?), and I'm also very new to Lua, so I don't know how to fix it. Basically, all I did was change the crafting recipes, change the dependencies, and find/replace "digtron" with "clonetron." *PLEASE* look through it and open an issue telling me how to fix it...

0 commit comments

Comments
 (0)