~sqwishy/froghat.ca

7a5055fb616babbb0167f47de2572f3f23f8940a — sqwishy 8 months ago 5b39d39
link to frends' websites ...

... this in response due to complaint received by angery reader.

froghat.ca appologizes for this oversight and assures that the editor
responsible has been reminded that their time on this planet is merely
the passing of a shadow, that their spirit will disolve as empty
air, and their name will be forgotten in time

thank you for understanding!
5 files changed, 17 insertions(+), 5 deletions(-)

M cazander.ca/index.rst
M froghat.ca/index.rst
M fucko/cfg.py
M templates/index.mako
M templates/post.mako
M cazander.ca/index.rst => cazander.ca/index.rst +3 -0
@@ 1,3 1,6 @@
Kachow
======

:social: gitlab.com/brandoncazander github.com/brandoncazander youtube.com/@buildstuff.climbthings

Hello there, this is a collection of my projects and thoughts.

M froghat.ca/index.rst => froghat.ca/index.rst +12 -0
@@ 1,9 1,21 @@
Meow
====

:social: gitlab.com/sqwishy sr.ht/~sqwishy github.com/sqwishy

Hi. This is my website.

I enjoy things like Python, Linux, Rust (sometimes), computers (not really lol), tomatos, tomato sauce, and sourdough.

.. aside::

    Here is a list of other people's websites that you can visit instead of this one:
    `cazander.ca <https://cazander.ca/>`__
    `tremblay.dev <https://tremblay.dev/>`__
    `lllil.li <https://lllil.li/>`__
    `nickhuber.ca <https://nickhuber.ca/>`__
    `alantrick.ca <https://alantrick.ca/>`__

You can contact me by sending an email addressed to nearly anything at the
domain of this website.


M fucko/cfg.py => fucko/cfg.py +0 -3
@@ 22,7 22,6 @@ class site_base:
    logo = ""  # something under paths.static
    logo_alt = ""
    description = ""
    catchphrase = ""  # Something catchy to say on the main page
    favicon = ""  # Filename for your favorite icon under paths.static

    # How you want to present your social networks


@@ 47,7 46,6 @@ if site_link.name == "froghat.ca":
        logo = "frogcat.jpg"
        logo_alt = "a kitty wearing a frog hat"
        description = "Hi. This is my website."
        catchphrase = "Meow"
        favicon = "favicon.png"

        # file and URL path of generated feed


@@ 60,7 58,6 @@ elif site_link.name == "cazander.ca":
        author = "brandon"
        logo = "samuel.jpg"
        logo_alt = "Samuel Johnson"
        catchphrase = "Kachow"
        favicon = "poop.png"
        social_text = "links to my stuff"
        extra_styles = ['squiggly_links.sass']

M templates/index.mako => templates/index.mako +1 -1
@@ 6,7 6,7 @@
    <article>
        <header>
        <h1>
            ${SITE.catchphrase}
            ${meta['title']}
            <img class="logo" src="${SITE.url}/static/${SITE.logo}" alt="${SITE.logo_alt}"/>
        </h1>
        </header>

M templates/post.mako => templates/post.mako +1 -1
@@ 54,7 54,7 @@
    <%block name="meme"/>

    <footer>
        % if 'date' in meta:  # TODO this branch looks stupid
        % if 'date' in meta:
            <%include file="partials/copyright.mako" args="year=meta['date'].year"/>
        % else:
            <%include file="partials/copyright.mako"/>