diff --git a/content/blog/2023-10-15_djangocon-2023.rst b/content/blog/2023-10-15_djangocon-2023.rst new file mode 100644 index 0000000..e0c24e4 --- /dev/null +++ b/content/blog/2023-10-15_djangocon-2023.rst @@ -0,0 +1,25 @@ +Djangocon 2023 +############## +:author: tyrel +:category: Tech +:tags: django, conferences +:status: published + +I am at DjangoCon 2023 this year! + +I live in Durham, NC and have been avoiding conferences for the past few years because of Covid and not wanting to travel. +This year for, what ever reason, they picked Durham! + +So I am breaking my "Don't go to conferences" for multiple reasons. + +1) The DSF has pretty great Covid rules, and mask requirements. +2) Testing requirements. +3) It's local, so I get to sleep in my own bed. + +I'm not guaranteed to get to see my daughter, but I hope she knows I still love her even if I'm not around. +I'm leaving at 7:30 tomorrow as I'm biking in, and she may be asleep. + +Already I've gone to one of the local breweries I haven't gone to yet (See above: Covid), and met some great people, can't wait for the rest of the week. + +While technically a "Tech Blog" I am by no means a great not taker, so don't expect any quality information from me in blog form, I'm mostly going for the HallwayTrack, and to watch talks. + diff --git a/content/extras/favicon.ico b/content/extras/favicon.ico index 42c42ec..ad052fc 100644 Binary files a/content/extras/favicon.ico and b/content/extras/favicon.ico differ diff --git a/content/extras/icon192.png b/content/extras/icon192.png new file mode 100644 index 0000000..68f46b6 Binary files /dev/null and b/content/extras/icon192.png differ diff --git a/pelicanconf.py b/pelicanconf.py index 77fec88..62cfaba 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -6,6 +6,7 @@ SITENAME = "Tyrel's Blog" TWITTER_USERNAME = 'tyrelsouza' SITEURL = '' SITESUBTITLE = 'Code, Flying, Tech, Automation' +FAVICON = '/img/icon192.png' SITEBASE = "/blog" diff --git a/requirements.txt b/requirements.txt index 1acb51b..b6843f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,4 @@ pelican-webassets==2.0.0 libsass==0.21.0 livereload==2.6.3 cssmin==0.2.0 +pelican-syntax-highlighting