Skip to content

Commit

Permalink
proper dosc host config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Nov 3, 2024
1 parent db37765 commit 2621a51
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 9 deletions.
37 changes: 33 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,36 @@

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

When I was a kid, whenever someone asked what I wanted to be when I grew
up, I always said ‘an inventor.’ Starting today, October 23, 2024, I’ll
be documenting an old project every day. So stay tuned and follow me as
the website at [www.matlon.ch](https://www.matlon.ch) grows!
As a kid, whenever someone asked what I wanted to be when I grew up, I’d
always say, ‘an inventor.’ Starting October 23, 2024, I’ll be
documenting an old project every day. So stay tuned and follow me as the
website grows!

- 2024-11-02: [Dino Stampf Deep
Learning](.\10_andri.ipynb#dino-stampf-deep-learning) Pre-LLM AI
generated pseudo-Swiss German lyrics
- 2024-11-01: [VisualMix, 2022](.\10_andri.ipynb#visualmix) Mix and
arrangement of a song visualized
- 2024-10-31: [gschichtefritz.ch current, 2023
-](.\10_andri.ipynb#gschichtefritz.ch-current) Shop and App backend
- 2024-10-30: [gschichtefritz.ch legacy, 2009 -
2023](.\10_andri.ipynb#gschichtefritz.ch-legacy) CRM, shop, CD burner
automation, accounting, and more
- 2024-10-29: [Gschichtefritz App, 2020
-](.\10_andri.ipynb#gschichtefritz-app) Gschichtefritz audiobook
player app for iOS and Android
- 2024-10-28: [Gschichtefritz, 2009 -](.\10_andri.ipynb#gschichtefritz)
Audio stories with songs for children
- 2024-10-27: [Ohr, 1992 - 1994](.\10_andri.ipynb#ohr) Ear trainer for
musicians
- 2024-10-26: [WiiMIDIi, 2007 - 2008](.\10_andri.ipynb#wiimidii) Using a
Nintendo Wiimote for guitar motion sensing and converting
accelerometer data to MIDI
- 2024-10-25: [Teltax, 1995 - 1999](.\10_andri.ipynb#teltax) Dial-In
modem costs calculator and splitter
- 2024-10-24: [Patient, 1991 - 1994](.\10_andri.ipynb#patient) was the
first program I wrote to be used productively: A patient management
software for my mom.
- 2024-10-23: [PublicSecrets, 1997 -
2007](.\10_andri.ipynb#publicsecrets) was a mix of social networking
and productivity platform. <br><br><br><br>
4 changes: 2 additions & 2 deletions matlon/_modidx.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Autogenerated by nbdev

d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/matlon',
'doc_host': 'https://mtln.github.io',
'doc_baseurl': '/',
'doc_host': 'https://www.matlon.ch',
'git_url': 'https://github.com/mtln/matlon',
'lib_path': 'matlon'},
'syms': { 'matlon.model': { 'matlon.model.Project': ('model.html#project', 'matlon/model.py'),
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nbs/nbdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project:

website:
title: "matlon"
site-url: "https://mtln.github.io/matlon"
site-url: "https://www.matlon.ch/"
description: "matlon.ch website"
repo-branch: main
repo-url: "https://github.com/mtln/matlon"
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ put_version_in_init = True
### Docs ###
branch = main
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
doc_host = https://www.matlon.ch
doc_baseurl = /
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s

Expand Down

0 comments on commit 2621a51

Please sign in to comment.