{% extends 'blog/partials/base.html' %} {% block content %} {% load static %} {% load i18n %}
{% url 'blog:user_activity' 'bobby' as bobby_profile_url %} {% url 'blog:register' as register_url %} {% blocktrans %}

Welcome to the home of Shifoo (previously That Computer Scientist). My name is @bobby, and this is my personal website. I aim to build a retro looking personal website, where I share my thoughts, ideas, and experiences through articles, and will showcase some cool nostalgic features and tools.

Please note that I am continuously working on this site, and it is still under construction. So, not all features are available yet, and some features may not work as intended.

There's also a some of fun stuff you can find in the sidebar, that you can play around with. I will be adding more in the not so distant future. Also, To participate around various sections of the site, you will need to register for an account. I hope you enjoy your stay here.

{% endblocktrans %}
{% if announcements is not None %} {% endif %}
{% load ad %} Ad
{% if posts %}

Recent Posts

{% include 'blog/partials/post_list.html' %}
{% endif %} {% endblock %} {% block scripts %} {% include 'blog/partials/mathjax.html' %} {% endblock %}